Loading Tool

Explorer IconExplorer

Memory Pool

84,637 transactions
32.70 vMB
0.09997645 BTC
Random Selection Loading Transactions
Max Size: 198.17/200 MB

Candidate Block

Mining Attempt ec0f6e283e51faab5a9cf7c947a4c6c46204ffb13f625b82e17a6566ea6fc4db
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root d3d7b1239ac2ff1b46044ffd8a7f1ffce0a7ec8e198ab96abcaf9d8d0949f84d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,744
Size: 1.00 vMB
Total Fees: 0.02753592 BTC
Feerates: 223.65 > 2.76 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (408,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,416 506,416 0000000000000000005e4cacf750f32eeabd43db851d58197a1788c30759d281 1,784 1.00/1.00 vMB 235
506,415 506,415 00000000000000000043381caa862112c9675bd6b7e116b42dde72187f869f83 471 1.00/1.00 vMB 36
506,414 506,414 000000000000000000542499fcd53d5ee27d93c99192e07198e1c85c2d5ed667 1,756 1.00/1.00 vMB 136
506,413 506,413 0000000000000000002bcf0e5c12b8dbc75a43e41bbe938f45ed64b66a158050 825 1.00/1.00 vMB 60
506,412 506,412 000000000000000000207e429b151aee58ea70fdd59baaa7eebc24866d1d2749 1,191 1.00/1.00 vMB 44
506,411 506,411 0000000000000000005a0075683cea9538b0560b4cec153a797f9554e7cd7ea7 1,000 1.00/1.00 vMB 78
506,410 506,410 00000000000000000004a580aa227fda3eb229baf7b398191385ca3ceb718fa6 2,016 1.00/1.00 vMB 167
506,409 506,409 00000000000000000052d09c228d9c327a234806d5368822f0b902cfd0675beb 2,221 1.00/1.00 vMB 206
506,408 506,408 00000000000000000004d64a3ad4d68df19c8faa1b12876eb6669b6b8da9fbf9 1,709 1.00/1.00 vMB 32
506,407 506,407 0000000000000000003afdd7dbf2fb22e36d33f8b14ed4d0847f469bc62c26c1 1,728 1.00/1.00 vMB 145
506,406 506,406 000000000000000000247278bd159a9c4711e36c42bfb341d9130077e43c274c 1,687 1.00/1.00 vMB 144
506,405 506,405 0000000000000000005d669530cb109c4cd5ee2c38411676604a8799a948f4b4 2,130 1.00/1.00 vMB 61
506,404 506,404 0000000000000000002ac35b39d17ae7123af05add2e028a672ffc9c9cecdf74 1,992 1.00/1.00 vMB 162
506,403 506,403 000000000000000000594a0ef4f0700a769002a38f3146da787911013a4cb50e 1,140 1.00/1.00 vMB 62
506,402 506,402 000000000000000000504a021fca6a90084c0711479fe7ef9beaca7f032525cb 1,999 1.00/1.00 vMB 161
506,401 506,401 0000000000000000002faf767372f84dbf4c8491b17dba646821f2b78293a622 2,666 1.00/1.00 vMB 240
506,400 506,400 0000000000000000003b4ff81c72af852ee4bc90ec00f39230d5b95685c64bdd 2,381 1.00/1.00 vMB 232
506,399 506,399 0000000000000000002a5397762990a4000e774b274e83c84e27fad6b9a32765 2,583 1.00/1.00 vMB 188
506,398 506,398 00000000000000000008b26b9ddc6bf554f58957eeba185d0a20e5b4deed3c41 2,276 1.00/1.00 vMB 159
506,397 506,397 0000000000000000006157e63590b44660c343f3811bf16a00a977a5d3a4a57e 1,055 1.00/1.00 vMB 88
506,396 506,396 000000000000000000137ad6105278da0b6be5c0a3961cfd7d01be9c712af72f 708 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.