Loading Tool

Explorer IconExplorer

Memory Pool

79,864 transactions
29.83 vMB
0.08080091 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt 12a51849b2b9f3f05d7f9f64a06e6a392d5ad73b59c2d670b54b6b5e286a76e1
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root d72afdd50bcbeda8c9481e07ee6b0679277f3ae2ffff5724449563f9a989e823
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,684
Size: 1.00 vMB
Total Fees: 0.01995247 BTC
Feerates: 100.29 > 2.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (303,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,471 611,471 000000000000000000040ec4c95e6ca647c718c623f8fe1533a6ce1a47a6a44f 1,947 0.63/1.00 vMB 32
611,470 611,470 0000000000000000000e2f65100f7040460875d05fe6508fc28c1b233298da54 546 0.25/1.00 vMB 1
611,469 611,469 0000000000000000000e5fd2645960f1ac10a5b7cbd6024887dbf5cd48681e02 2,797 1.00/1.00 vMB 8
611,468 611,468 0000000000000000000b8e3b5ed9aac2922814f6b884f52ac2f22071540b30ae 2,974 1.00/1.00 vMB 11
611,467 611,467 0000000000000000000923a9e32cf640b7f69a82292a257882256538531d10d3 3,191 1.00/1.00 vMB 18
611,466 611,466 0000000000000000000500e973bf834830b4c6f8866800510622d4a8bd2680a6 1,232 0.42/1.00 vMB 8
611,465 611,465 0000000000000000000508106b0491b300cad4a84c4e561094fb0308860d705b 938 0.31/1.00 vMB 18
611,464 611,464 00000000000000000002b74b7d37bed192c8d3595d777c4bdf47fe0fb4490279 2,609 0.76/1.00 vMB 8
611,463 611,463 0000000000000000000748efb3f1b779c0c78f293f5e402db92a2642ca06545d 472 0.17/1.00 vMB 10
611,462 611,462 0000000000000000001237fcd26f3399c00385b279dd49a0f1cd8a3b123569b2 1,189 0.42/1.00 vMB 2
611,461 611,461 000000000000000000058d3c92e1686c4b7f085a91ba08a94b86e1297ab99636 3,221 1.00/1.00 vMB 18
611,460 611,460 000000000000000000026a747dbcafa40ffe6f6cf2325b702cc3a434fa1696c5 140 0.05/1.00 vMB 10
611,459 611,459 0000000000000000000c091d399d0fa21c716fa9d858653dc04124d9b95d4305 2,468 0.85/1.00 vMB 8
611,458 611,458 00000000000000000011b1355299484dcaac8108d10c5146947a0dd9757f20bf 3,122 1.00/1.00 vMB 12
611,457 611,457 0000000000000000000f14b767d72272f68e74042dec9e4db6f33d25fc1dbd80 866 0.25/1.00 vMB 10
611,456 611,456 00000000000000000012ede1906b222b909b15b779aba965c60faeb39538ec17 945 0.29/1.00 vMB 12
611,455 611,455 000000000000000000062d8a441644aaa4cc916ddee6d5aeb21bda47b707f538 1,637 0.64/1.00 vMB 7
611,454 611,454 0000000000000000000d42fd1cc440bc2e1781a14e6fed3a7a217a82c0599e71 2,619 1.00/1.00 vMB 10
611,453 611,453 0000000000000000000767de2a9b87754ca7dc00b69d86805b08e6fbb3b8f8d6 2,072 0.74/1.00 vMB 8
611,452 611,452 0000000000000000000955340cc3b61a22e0f04fe670dfae01fbd577e08314b0 1,936 0.62/1.00 vMB 15
611,451 611,451 0000000000000000000ebd9d4f7d5ccf7cf0f1310c6ab854a58b93eabf8d8956 397 0.13/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.04 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.