Loading Tool

Explorer IconExplorer

Memory Pool

82,181 transactions
30.96 vMB
0.10389705 BTC
Random Selection Loading Transactions
Max Size: 188.27/200 MB

Candidate Block

Mining Attempt b651be0ce55e73107bf2e027517b5e01cbe2ab5a2a988ddd097dfbffdad3c4d5
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 5662f29329ee0e5e6282f14f3a04303bd2928e4bc255013f7c273fdda2db4329
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.03095163 BTC
Feerates: 200.89 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (3,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,514 911,514 00000000000000000000024b21c93de4cde597a052403987d9dd8e94ce7638f7 3,287 1.00/1.00 vMB 1
911,513 911,513 00000000000000000000553ab95c47c2913fd112c4340d1f49ef20fe31c8f1e5 639 0.19/1.00 vMB 2
911,512 911,512 00000000000000000002116d98b95c01e5d37e10ef86648d04a5b8682865879c 4,170 1.00/1.00 vMB 1
911,511 911,511 0000000000000000000007b5f8bc9d8246b3b1fc6939aa703a8ff3e17d6a559e 3,322 1.00/1.00 vMB 2
911,510 911,510 000000000000000000010c9c3c77365f0798b1cc748173f158cffa61a648322a 3,829 1.00/1.00 vMB 2
911,509 911,509 00000000000000000000d21966874d5e09990423e19631c0df3fa1670a893cfc 1,299 0.45/1.00 vMB 1
911,508 911,508 00000000000000000002289336c60c760d30e3f46d4bbe693abc67d810569ec0 3,421 1.00/1.00 vMB 2
911,507 911,507 00000000000000000000d6536d35d08a0c74e3a4e73e32cc9f0de3bd91cad703 3,279 1.00/1.00 vMB 0
911,506 911,506 000000000000000000007c43d2d9dd0c92cdfc502b06ecf1ab4bcf25120405ce 4,429 1.00/1.00 vMB 1
911,505 911,505 00000000000000000000dd5551b54997996e2189236b9b1f1a94fc538ade1f45 3,023 0.90/1.00 vMB 2
911,504 911,504 00000000000000000001aa93c3d215f78785cd2b64172ff21adb6e1d90768537 3,846 1.00/1.00 vMB 3
911,503 911,503 00000000000000000001278f2d91c92eb997e9d9009eee904ce8a2e5226d8849 4,247 1.00/1.00 vMB 1
911,502 911,502 00000000000000000000f2675b2232378975d7c306c3358e9f46fd589c320221 4,430 1.00/1.00 vMB 1
911,501 911,501 00000000000000000000b64773cd387b31955878bb541944862393bc6054ad51 3,866 1.00/1.00 vMB 1
911,500 911,500 00000000000000000001b48233f9e4975fb609fff4d657baae48b46af564cef8 3,883 1.00/1.00 vMB 3
911,499 911,499 00000000000000000000b97331dc111ec1ccea97a751b8fcec409f3bbfc0b8cc 3,809 1.00/1.00 vMB 2
911,498 911,498 000000000000000000019b7cb8f8e465c1d04e09b6864a2ad4fa444ce38bb966 3,227 1.00/1.00 vMB 3
911,497 911,497 000000000000000000012a3403f8a799a54a136bbc9b24ff7f99f9657221628f 3,256 1.00/1.00 vMB 1
911,496 911,496 00000000000000000001cd90542d5e3affa84fb9a71d2f65eb9192514adfc912 3,744 1.00/1.00 vMB 3
911,495 911,495 000000000000000000003fa6d3ec3d8e2f78a0403ffc7ce3b9922f4d08e355d7 4,043 1.00/1.00 vMB 0
911,494 911,494 00000000000000000001ff92531cc791976f9e4f879a9f54c0b7a36be046e5ad 3,251 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.60 GB
    • Received: 18.21 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.