Loading Tool

Explorer IconExplorer

Memory Pool

44,353 transactions
26.55 vMB
0.05645553 BTC
Random Selection Loading Transactions
Max Size: 140.06/200 MB

Candidate Block

Mining Attempt d46652b239b61cbe1f0de12adeb53db023a82ca1dcb8237c54141dccbee5101b
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 05dfb7d1fa2f7125ef6ef7056ced85ae1dac0c6e835e789cec5b8a722223cc95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.00770757 BTC
Feerates: 54.71 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (262,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,091 652,091 0000000000000000000729100d7b28c70fc516101ba5e55516048e6caf043d3f 2,555 1.00/1.00 vMB 15
652,090 652,090 0000000000000000000d35bc4263f92357421fa19fd69eff2b46188154185594 1,579 1.00/1.00 vMB 89
652,089 652,089 0000000000000000000b8dc1a360a04f7761725623fef5c69b13d8b9688b2520 1,929 1.00/1.00 vMB 31
652,088 652,088 00000000000000000006e157adbb5b8d77a6be829e15c7d17e376da327646ff2 2,438 1.00/1.00 vMB 87
652,087 652,087 0000000000000000000798b140a4d3651c140fd5bbe54c9ca7b9b25f6d871b95 2,248 1.00/1.00 vMB 56
652,086 652,086 000000000000000000052445dacc10b0995c1b76eed22f9b5aab7dd842915c35 2,480 1.00/1.00 vMB 99
652,085 652,085 00000000000000000009040aa66035554a16d5d207cd696a35237346c5a416da 1,802 1.00/1.00 vMB 113
652,084 652,084 0000000000000000000d978d01fb1c781dee4ffb4278adbf932d01251cfcd3b9 3,025 1.00/1.00 vMB 125
652,083 652,083 00000000000000000003121e6fa8a7781897dc5d393e28944797cda72181e5cf 2,539 1.00/1.00 vMB 88
652,082 652,082 00000000000000000008e2408844a197cf83f12a5df7ce9bcaaec5113d750d40 1,799 1.00/1.00 vMB 85
652,081 652,081 00000000000000000005151c1d5e2c7717b41652435016718fc2ae8e4a24d611 1,830 1.00/1.00 vMB 20
652,080 652,080 00000000000000000005e6e736c63c2abb9423af53d8a3d048fce1c87a5e45dd 2,087 1.00/1.00 vMB 37
652,079 652,079 00000000000000000007e01febcb273289d01c4684b4ec86f5641cfe159fc069 2,844 1.00/1.00 vMB 92
652,078 652,078 00000000000000000003db7b79b6df9b1fa46c86d3bf60a86e5a83c19a780db3 3,176 1.00/1.00 vMB 120
652,077 652,077 00000000000000000009bde52206b03e68fa7f66fc3daa7a5b39f5145e252667 2,103 1.00/1.00 vMB 28
652,076 652,076 0000000000000000000597a98e0b84dfdda2c650b4bed1ee4820aa082c373bf4 1,061 1.00/1.00 vMB 41
652,075 652,075 000000000000000000032480532a2645871e21c4e43ab86abdd3fb114286a15b 2,531 1.00/1.00 vMB 77
652,074 652,074 0000000000000000000bdef066373fc155f1132e0c925810b42472b8977b36aa 2,543 1.00/1.00 vMB 83
652,073 652,073 000000000000000000062e70f9a018798953574187dd51c6fc51a20f83b10abf 2,528 1.00/1.00 vMB 117
652,072 652,072 000000000000000000083d997c864030087e8e2be4a52daca8ea84c5f192178e 2,282 1.00/1.00 vMB 115
652,071 652,071 0000000000000000000c815ac8cb6b5ed3b540b16830b19eabc1f2f1bdd8e975 2,805 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 781.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 647.17 GB
    • Received: 12.91 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.