Loading Tool

Explorer IconExplorer

Memory Pool

16,420 transactions
22.80 vMB
0.04534595 BTC
Random Selection Loading Transactions
Max Size: 105.36/200 MB

Candidate Block

Mining Attempt 1bf5de333c1ff507b6ff50183abbf28b5625dc5460b3ae020a555449a600bf31
Version 20000000
Previous Block 00000000000000000001c1f5c86e9ed5564a8182eec23a3fd73e738f4c8e7bad
Merkle Root 2097f3715677943507a8d9adcfd293af0bb4e7330de590cdd56a925b58c723bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,093
Size: 1.00 vMB
Total Fees: 0.00579207 BTC
Feerates: 100.84 > 0.58 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,227 (95 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
914,113 914,113 00000000000000000001d840407bc03c3fbe516400ea7da851ff2f6fecb53048 2,314 1.00/1.00 vMB 1
914,112 914,112 00000000000000000001942f825ca5400ac2bab403b31d70a75717dfd9b883c2 3,673 1.00/1.00 vMB 4
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.38 GB
    • Received: 8.26 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.