Loading Tool

Explorer IconExplorer

Memory Pool

24,400 transactions
24.95 vMB
0.06266207 BTC
Random Selection Loading Transactions
Max Size: 120.62/200 MB

Candidate Block

Mining Attempt e9292d70c8874b0a5e0dc89ba2705e3e7b53dbb9a3cfb3da595d0c21e0bd1993
Version 20000000
Previous Block 00000000000000000000ebfca2dd5a5d1d4bd9d4f9ab5c8fb51d534119ee4a4f
Merkle Root ec5a8738d70a17f39ccd058f6d4c9ab0dce645b0da965d795b65c76c9d245fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,842
Size: 1.00 vMB
Total Fees: 0.01775715 BTC
Feerates: 502.62 > 1.78 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,228 (94 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,134 914,134 000000000000000000015006f78d6da5ccc5a910d7dab6028b11b9bfcaf915a7 6,185 1.00/1.00 vMB 0
914,133 914,133 0000000000000000000156ea4fc325a23c8ae66a1490493d0ae640e67e78dbc8 4,995 1.00/1.00 vMB 1
914,132 914,132 000000000000000000019ffb32b971e2066879778591327aec7684a3c8f106e8 2,970 1.00/1.00 vMB 2
914,131 914,131 00000000000000000000bf4cc40b24bf638cc4b6f86989de579174eb3afe6bef 4,712 1.00/1.00 vMB 1
914,130 914,130 0000000000000000000096b1ade1f1f4e194d09faa659d256ec665bc712b1939 5,893 1.00/1.00 vMB 1
914,129 914,129 000000000000000000000913b586ff4b98280e4d2f8ef7b82d501c3bf4364bd5 4,053 1.00/1.00 vMB 2
914,128 914,128 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51 5,459 1.00/1.00 vMB 1
914,127 914,127 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac 4,776 1.00/1.00 vMB 2
914,126 914,126 000000000000000000010259d1b7e7f344e1aced384b665c9ceed02becdc2702 5,433 0.91/1.00 vMB 0
914,125 914,125 0000000000000000000163e117c0b83cf70bc4bba27e69cdecdfce0e28a4fa69 3,088 1.00/1.00 vMB 2
914,124 914,124 00000000000000000000e4ada073251b6117a59c81e39c4eb6236cd4f0a55146 3,520 1.00/1.00 vMB 8
914,123 914,123 00000000000000000001952a16ada1fd2b213bfbd75786c31962a81a5876bdae 4,376 1.00/1.00 vMB 4
914,122 914,122 000000000000000000002af0ed36a6537865c0800143839d02ce5af78de6c4e2 4,456 1.00/1.00 vMB 1
914,121 914,121 000000000000000000001f879c7163c5403a20b51b6f55b84f8d204f2dcb2e11 880 0.27/1.00 vMB 2
914,120 914,120 000000000000000000009e0789b8fe4bf21a125bf4a3f32b940265696d08a0af 299 0.12/1.00 vMB 2
914,119 914,119 000000000000000000005d99f9966169bb81073001c765a7eea5ff8fa0859ec8 6,825 1.00/1.00 vMB 0
914,118 914,118 0000000000000000000028cbe26fe49e2f75281c1b7aeaf84cfc48588f30130e 5,977 1.00/1.00 vMB 0
914,117 914,117 000000000000000000016ab47a316b50c4a37cc76e43397bf446f0d0685f7f13 3,859 1.00/1.00 vMB 2
914,116 914,116 00000000000000000000c95d09f596a77f42c487efe703f6c411b4461ebed13f 5,024 1.00/1.00 vMB 0
914,115 914,115 0000000000000000000027d4599a3a953a8cd1f7265183d62d0979d625813092 3,043 1.00/1.00 vMB 3
914,114 914,114 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63 5,788 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 575.43 GB
    • Received: 8.28 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.