Loading Tool

Explorer IconExplorer

Memory Pool

41,250 transactions
26.37 vMB
0.05227058 BTC
Random Selection Loading Transactions
Max Size: 138.31/200 MB

Candidate Block

Mining Attempt df5a7a318e4606868f32b688c0fa04903876542d3108e0acbe4fccde7129750a
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 399e10e30e007af2e86b74e63923cfec9241e749c3f557f7a02349e1e6186b7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.00398424 BTC
Feerates: 100.00 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (440,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,800 474,800 0000000000000000015f328fa53b60ff8a56e1d66a6a4f822f2272dad84a9ca0 1,354 0.59/1.00 vMB 230
474,799 474,799 000000000000000000745c264abc74b3aff5207797f4f85a5b37a751d77850ee 2,066 1.00/1.00 vMB 179
474,798 474,798 00000000000000000043ad7289d3b9acede0bb7da85799485cf6cefa35fb9389 365 0.99/1.00 vMB 30
474,797 474,797 00000000000000000105bab0cf5645dcb93bbf4fc0b1effc95b120996c796003 490 0.23/1.00 vMB 167
474,796 474,796 000000000000000000b76405ecf3ba01fba4fb75ab3ea1bbf7b6ac1867272bd2 1,646 0.86/1.00 vMB 174
474,795 474,795 00000000000000000062851ae5fc6770fdaf620bb615dc3f4f7e078b3d157204 1,202 0.99/1.00 vMB 118
474,794 474,794 0000000000000000017fb5c36097d6d2027ed7f4b7bb0a0c5f3dbe7bc53cea29 1,454 1.00/1.00 vMB 102
474,793 474,793 00000000000000000047d08558a6fba09fdc4415f04822d523e92bd4c485edaf 1,291 1.00/1.00 vMB 99
474,792 474,792 000000000000000000bbe875d9c8f2a41c570093d4bec40980b7665e26421176 890 1.00/1.00 vMB 77
474,791 474,791 000000000000000000c3c3a45fcfb63a8389db28612e221392bb754168b19f1f 401 0.17/1.00 vMB 165
474,790 474,790 0000000000000000013f12601109756684efbfbeac9d9aa8af1ebd8e666d0fae 279 0.11/1.00 vMB 157
474,789 474,789 00000000000000000137c0c5de7e14aa3b8b4a7fede8b8e3f5aa133f3e14f543 1,597 1.00/1.00 vMB 65
474,788 474,788 000000000000000000821e2f5e62ab75be8fe5c266b6894173f1a3a99eb3dcf1 1,812 1.00/1.00 vMB 122
474,787 474,787 000000000000000000ea1b135560397e644bb4304e3c02f42067e97b647eca8e 2,411 0.99/1.00 vMB 277
474,786 474,786 000000000000000000f79371643fe3efc42a9153a1622102e3e97c9b3165bbc2 359 1.00/1.00 vMB 17
474,785 474,785 000000000000000000c2b6b795c1d709f4f0ad4aa8a00443b169c81e2b8a3dfb 2,144 1.00/1.00 vMB 104
474,784 474,784 0000000000000000018801b7ce08f89fecde58699d744296b1ccfbaf1e4509bf 1,834 1.00/1.00 vMB 239
474,783 474,783 00000000000000000130aa1fe2fd27bd1b17e2ff221b185561b68f7603e0c584 330 1.00/1.00 vMB 24
474,782 474,782 00000000000000000130fb9b64fafcaa5ec9d462d0ae6a39340c60555e930559 529 0.25/1.00 vMB 184
474,781 474,781 000000000000000000b6c2fe14b20da16ee7752da97796f6ff39205baa72d3c6 976 1.00/1.00 vMB 85
474,780 474,780 00000000000000000013eab17d145fb1aa5b50d1e7f46b134cfc6177ab292513 782 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.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.