Loading Tool

Explorer IconExplorer

Memory Pool

38,006 transactions
28.02 vMB
0.06178739 BTC
Random Selection Loading Transactions
Max Size: 141.98/200 MB

Candidate Block

Mining Attempt e497ea467aeefd04896728f8d06c235539a79e537cf5a87b0bc78a69fda06a63
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a7de1c9582e9d32d784fe2e7e66d0eeb001ee76d821dd07f91ec0469f503b89e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,583
Size: 1.00 vMB
Total Fees: 0.00827417 BTC
Feerates: 150.80 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (504,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,771 409,771 0000000000000000012c047e237247f66370d8a68d3a85062e3d8e3fb8efa271 832 0.37/1.00 vMB 32
409,770 409,770 000000000000000000843508cd640da1251d47d1ba9a047a192c441ec13423b0 184 0.18/1.00 vMB 20
409,769 409,769 000000000000000006268054543eb750c537ea8e82147c556696eb786916e94d 686 0.29/1.00 vMB 41
409,768 409,768 000000000000000001e8ef7b85d8fdddd06965c3487ee9621efb14d72af45c32 2,274 1.00/1.00 vMB 37
409,767 409,767 000000000000000005e9145257144c2eea21b55ebb7f577b313d1eb0254d6b62 62 0.49/1.00 vMB 6
409,766 409,766 000000000000000005fa10de8da2c886a523b4d2abff617260b939dfe842a9ec 369 0.98/1.00 vMB 13
409,765 409,765 0000000000000000043f1d01a2d9a7454eb006145c6aa3ed084f314bce6e96a4 676 0.59/1.00 vMB 34
409,764 409,764 000000000000000006184684bde1a8dc0164e83e17e89224a1e940736df6cc28 1,274 1.00/1.00 vMB 25
409,763 409,763 000000000000000001fcda9cd0a8cde79a3e0de392ed19e8e01d95d859ed32b0 2,931 0.99/1.00 vMB 61
409,762 409,762 000000000000000000c8dd1baba16b627173dc3f32564a1be130fae785424756 1,156 0.97/1.00 vMB 25
409,761 409,761 0000000000000000027dbfc14d8595324dc48e43e1a8c7333cc7e42157af5dce 1,095 0.99/1.00 vMB 21
409,760 409,760 0000000000000000006a68c1732f7b5e0698a14458b396517a4d373efe20c6d6 2,324 0.99/1.00 vMB 32
409,759 409,759 0000000000000000032bf3e0fbb115f5abd04609c8e2f84e6d0f757c36f72de3 2,747 1.00/1.00 vMB 70
409,758 409,758 0000000000000000017b39fb46fc09b36aedd7f57d64592b5dc77b4ca45cd0c7 1 0.00/1.00 vMB 0
409,757 409,757 00000000000000000232b8e15ec3d09414d980a603ea121549787024d8706241 144 0.05/1.00 vMB 47
409,756 409,756 00000000000000000601db913c08d153604b791e24aecb7db4205a5b66ff2aab 581 1.00/1.00 vMB 16
409,755 409,755 0000000000000000002078eb77fcc1b3f8e6d05fa1c0295f69fa7a8e5667925d 1,844 1.00/1.00 vMB 32
409,754 409,754 000000000000000003d0dfe23add6dd6cff9f51bb5764d7ddac439bb87f73da3 2,086 1.00/1.00 vMB 41
409,753 409,753 00000000000000000488a179d2e3ee1b07cda09f065ddd14a6ccab2d8973d7ee 1,484 1.00/1.00 vMB 25
409,752 409,752 000000000000000000f3dcb8ea37d05235e1de7f526f63ff70d484b5d1916d2e 2,447 1.00/1.00 vMB 43
409,751 409,751 000000000000000004932179c1a45d3f83874951abb853ba8bdd8e83ddb11b15 2,340 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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