Loading Tool

Explorer IconExplorer

Memory Pool

80,737 transactions
29.83 vMB
0.06800900 BTC
Random Selection Loading Transactions
Max Size: 180.06/200 MB

Candidate Block

Mining Attempt 2809e55cea2982b89569f14fcf5b217b810eabb068ec7beb7b48963cd65623d2
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (278,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,026 636,026 000000000000000000015d437ab6ab0b3edd0e25ffb915f7088caa935ddd12a2 2,317 1.00/1.00 vMB 46
636,025 636,025 000000000000000000068aa69d0dc266e84e57db5fee30c2d8a39e1e01c6d1bc 2,117 1.00/1.00 vMB 33
636,024 636,024 00000000000000000007b04270d40ea85a998b49904c76f370bcd6c4274fcbca 2,435 1.00/1.00 vMB 35
636,023 636,023 000000000000000000087d481fc63c2095915efbfb07d9c2df3758579de13bac 2,484 1.00/1.00 vMB 36
636,022 636,022 0000000000000000000384128d2345f4da44f0de9ceb6f9c1efa45aa13a2bfb6 2,702 1.00/1.00 vMB 45
636,021 636,021 00000000000000000005a708f28476bd217d2ba254820c4853df3cec2151ee69 2,057 1.00/1.00 vMB 37
636,020 636,020 000000000000000000059cdf4b492fa89311ccec595c96b31dc0426e8d376a59 2,775 1.00/1.00 vMB 33
636,019 636,019 0000000000000000000a71d4a9c5491b55e9d90e5d3ef94dcf582df9f426de28 1,803 1.00/1.00 vMB 28
636,018 636,018 0000000000000000000d15e949de86a8eb5597eaa2162d144d7b12d8deabc68e 2,709 1.00/1.00 vMB 46
636,017 636,017 0000000000000000000d6a6ba48c24f0e4a008ffec045f2ea3d9c39c3a37b0a6 886 1.00/1.00 vMB 27
636,016 636,016 0000000000000000000b13e6836be1746bde68340c48198ee88a7a0de6a97aff 325 1.00/1.00 vMB 28
636,015 636,015 0000000000000000000d298205b091c56cbf4b64e7f11c71402d836c29c64239 1,757 1.00/1.00 vMB 36
636,014 636,014 0000000000000000000c404fdf20b628a2c8497074676a26dd62f5c73ad95182 744 1.00/1.00 vMB 31
636,013 636,013 00000000000000000005d095bb039a9abaca25e31c918ddad161abb7094469f7 2,103 1.00/1.00 vMB 29
636,012 636,012 0000000000000000000d2ad10baa3543209f774cf118b8e977bd89e529fbaa49 3,116 1.00/1.00 vMB 33
636,011 636,011 0000000000000000000fcf524dadc681dd4ba491696e2264eb7c531b77035a3b 2,102 1.00/1.00 vMB 38
636,010 636,010 0000000000000000000e0c568c66263026e3f61103d4726dd644a51c26fbf64e 2,732 1.00/1.00 vMB 34
636,009 636,009 00000000000000000010852585a0189cc85b1c1304d7fac753c526a2d7340d6a 2,837 1.00/1.00 vMB 38
636,008 636,008 000000000000000000076b5e681d48c778201eca92521c5c3b541f2ae09a906f 2,679 1.00/1.00 vMB 48
636,007 636,007 00000000000000000007512e2e3dd5e51738f8521e1e7a24a41fc8ec23903f7e 2,709 1.00/1.00 vMB 36
636,006 636,006 00000000000000000003a1b2238d9851135db3ae29f74d126a540db853bb98ce 2,447 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.