Loading Tool

Explorer IconExplorer

Memory Pool

81,485 transactions
29.86 vMB
0.14259365 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 64b812bc4e6f89ef14bdb8adde1d5b41240765a6a50ccb2bd7ed8568250501a4
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d3ac20567a3c1ae6e076bb936384a88f6941632baf6bcde15970f6f5222474c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.07486484 BTC
Feerates: 101.65 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (136,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,573 778,573 000000000000000000063eee07a9f798c4ff9ac59e37c6aa947302c6e259e05e 2,052 1.00/1.00 vMB 22
778,572 778,572 00000000000000000005404b257de0ebc98181f68ae654b5ba75337d0514d624 1,070 1.00/1.00 vMB 15
778,571 778,571 00000000000000000005a3c90bdf90188a8e0e0f577852eb664de7adacd1c293 2,583 1.00/1.00 vMB 23
778,570 778,570 0000000000000000000356e35d86aec2436395deefb808fcfd1747ad779bb408 1,103 1.00/1.00 vMB 34
778,569 778,569 00000000000000000001bb5bf1dfe1856379a94a81f4775a15c7ca65e4da4d1d 3,120 1.00/1.00 vMB 23
778,568 778,568 00000000000000000003ada68b7af4a8412673423ac2780b2d6c1fa95c24e929 2,666 1.00/1.00 vMB 12
778,567 778,567 0000000000000000000646bc04aec0c7074e62ada2d466adc08400a302c84f49 3,433 1.00/1.00 vMB 32
778,566 778,566 000000000000000000041b86e11c5ad8ee17c8b066c45828bdc7a1779aa35e46 692 1.00/1.00 vMB 7
778,565 778,565 000000000000000000034c5508a7bce33fef53b5bedb1e1df3c689afde5dcc2b 1,568 1.00/1.00 vMB 13
778,564 778,564 00000000000000000002de22c9dd1f313a4576610463a5f36d9663ea44fca0e1 2,357 1.00/1.00 vMB 11
778,563 778,563 00000000000000000000645bb6d45b3c5c25b8c21256a8c8077e220c251673d0 2,093 1.00/1.00 vMB 10
778,562 778,562 00000000000000000005b5cfc45262365641a3d643c9359bab305aa755973e5f 1,402 1.00/1.00 vMB 11
778,561 778,561 000000000000000000045be16670070dc555bb1a5e82abdab6c8725de379ec93 2,070 1.00/1.00 vMB 9
778,560 778,560 00000000000000000001cc3a0c54bf6ff9a2c91d75b72d14d8597dcf35ad1c44 2,889 1.00/1.00 vMB 22
778,559 778,559 000000000000000000046dea5d4620a2393e5d8081b056bf434d3c5b7b1a2cbe 2,223 1.00/1.00 vMB 16
778,558 778,558 0000000000000000000284e25da2fc740069235d3e7d12687841a3af5b72ce0c 3,147 1.00/1.00 vMB 23
778,557 778,557 00000000000000000003ecea29d0a622f08c72e43e72dbb99b819ec4ccd98b49 2,041 1.00/1.00 vMB 21
778,556 778,556 0000000000000000000211ee9737e723dfa1e68cb6b1990fea8211792c063874 3,168 1.00/1.00 vMB 27
778,555 778,555 000000000000000000016feda9b2ec7cdbcba166a4acf6c2ba01f4ce94cd7091 3,358 1.00/1.00 vMB 35
778,554 778,554 000000000000000000000b4180a87a57ad035ec0db376b05dc99e85c2b9fe83a 2,156 1.00/1.00 vMB 27
778,553 778,553 00000000000000000005ad5e57c216fa4ede7485f2395c4739c71dff17b7ce09 1,662 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.