Loading Tool

Explorer IconExplorer

Memory Pool

79,065 transactions
29.27 vMB
0.08685843 BTC
Random Selection Loading Transactions
Max Size: 177.22/200 MB

Candidate Block

Mining Attempt 9225af931af55255b4881f2162f83e978b98c8e188646fd020bab5c774e38a7d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 3dfc289644277dca4fcb794aada7acfcd72b8ea22c44c54ae622d69c22c09450
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.02555704 BTC
Feerates: 178.73 > 2.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (183,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,573 731,573 00000000000000000005be06630d50c42054fc3a6af5472282ae2f28e976d829 1,509 1.00/1.00 vMB 7
731,572 731,572 00000000000000000002f7f8ef47572f76f769fc6d8f4277f4202e65fbf5a1c3 625 0.19/1.00 vMB 9
731,571 731,571 000000000000000000014188b05bae29a91e5ff536df1f78bfda165ee3d89797 2,212 0.74/1.00 vMB 9
731,570 731,570 0000000000000000000392d4c963f9d5d6fcf3a79f6790f92f9a3de4bd66f5da 270 0.08/1.00 vMB 12
731,569 731,569 0000000000000000000535c303915303a69f10f85cafd65b8b78bcc5285a6295 1,657 0.87/1.00 vMB 6
731,568 731,568 000000000000000000042ec0249bb4e9f583683f6d073d8521c52176dd689274 1,220 1.00/1.00 vMB 1
731,567 731,567 000000000000000000028f22fe132cf29328159ad33831d2d7e38bc8f73c94a8 2,942 1.00/1.00 vMB 8
731,566 731,566 000000000000000000092e770c7bcee0c2347e053813431eebec13b5b28c65d1 2,539 1.00/1.00 vMB 6
731,565 731,565 00000000000000000003c729d28fa77119041b3ab4018e9c3e07b6f4fac97774 2,551 1.00/1.00 vMB 13
731,564 731,564 000000000000000000065a60b95a061fe726e0db8bd2326a9bdb9152b52bb8da 1,420 1.00/1.00 vMB 6
731,563 731,563 000000000000000000026c6b9cb91f534446cb3e0e24941088e6282e1a895b6b 2,880 1.00/1.00 vMB 17
731,562 731,562 00000000000000000003621755043e8e53e3936aadc20c437801394128fc7653 2,343 1.00/1.00 vMB 5
731,561 731,561 00000000000000000003811f1d9dd5208440e9d69a8c8730ba2e75ab65f56afb 2,919 1.00/1.00 vMB 5
731,560 731,560 0000000000000000000347566d3c87b2c298603ab04f3a2c6f7c1a4ecdf155f6 2,057 1.00/1.00 vMB 4
731,559 731,559 00000000000000000001debaf341a8cba420b4505f8537c53ebebb3b40aabc07 2,789 1.00/1.00 vMB 13
731,558 731,558 0000000000000000000059331d124ada55a67200fefa511c782bbc175b9cfcff 2,998 1.00/1.00 vMB 3
731,557 731,557 00000000000000000001385d8515bc8d1ce041c0b231f690b416503fe18c174a 3,040 1.00/1.00 vMB 6
731,556 731,556 00000000000000000004c442a8a4442b2c5afc53883f182b2b0d0d38d7bef8a2 2,422 1.00/1.00 vMB 11
731,555 731,555 00000000000000000007d70ea3ea0035ad54dd335c1d9a51d798f37ba6718f11 1,275 1.00/1.00 vMB 7
731,554 731,554 00000000000000000004e5ce8ec20ad0829500b782bbac4956f9c8e7cfce9ff6 2,240 1.00/1.00 vMB 8
731,553 731,553 00000000000000000007e6464e488f72a10e6bed92d41ed51c7f30ad5956fdd8 1,037 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.68 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: 679.45 GB
    • Received: 16.44 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.