Loading Tool

Explorer IconExplorer

Memory Pool

74,800 transactions
27.62 vMB
0.07608034 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt c78b1d75d882e67550a8f611cf2598f81ede893827c4dd5d68a7aed01ae47296
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (911,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,465 3,465 000000004b9ce9bb495f1402d9d50b39bbe12d6d20cbff1214106d60c941186d 1 0.00/1.00 vMB 0
3,464 3,464 00000000ee0bd02188f01c7aeb91dba868064b2d6dc0fdb19a9ade6313964fbd 1 0.00/1.00 vMB 0
3,463 3,463 000000006aa047bf832dcdb8ab61a61fb56d159eec32b0a4db46aa38e9b00a7b 1 0.00/1.00 vMB 0
3,462 3,462 000000007d9811ef1d4116eff0a9efeb186c3476ae948acb47a8e27ae666f3a6 1 0.00/1.00 vMB 0
3,461 3,461 00000000d9b2b3ba324e4b112640fd077aab554c4a425b8f9f14b35dcfbfa173 1 0.00/1.00 vMB 0
3,460 3,460 0000000097bb6a307e7d4d8eac9a119e611eb5308312ed6460a0dec0bed101d0 1 0.00/1.00 vMB 0
3,459 3,459 000000006b53f3a991ed120f781e2643f8f5a83440a266a8c8dfafd4dafd596b 1 0.00/1.00 vMB 0
3,458 3,458 000000000e5d6f32d0e5e08eb45eda56f536f98066c4b45eb4b0157217868494 1 0.00/1.00 vMB 0
3,457 3,457 0000000052cad0f19276cc6aac2b056124b9c719138388c78b10f537747de0fa 1 0.00/1.00 vMB 0
3,456 3,456 0000000020f8ed3d1835e0e953bad1057ff55dd40c1cd3704f6aeac0841771c3 1 0.00/1.00 vMB 0
3,455 3,455 00000000529644173fee24b8025b60721dbbc94ffa62ea31ce1f0af7d294263b 1 0.00/1.00 vMB 0
3,454 3,454 00000000325432f3ae3182ff4231e2e4ad183b9babf9c843385dadc8c3e75096 1 0.00/1.00 vMB 0
3,453 3,453 00000000c00b0ed1b46c6fcd608e0b2e84bbc39b9938c4f2673f9e5744f4accf 1 0.00/1.00 vMB 0
3,452 3,452 0000000033e9bc3c26cfadf05288fd4f1922e1a526f297dd739735bc9bc47a49 1 0.00/1.00 vMB 0
3,451 3,451 000000004eff5352fc6057783c78973bdc8bb26701214fb73d9765922320e06a 1 0.00/1.00 vMB 0
3,450 3,450 00000000df162b65a3d783883648ca7b04c21207649bbeb3e5741a5bb88b0f94 1 0.00/1.00 vMB 0
3,449 3,449 00000000cb80ea8e006b699b241f3a98968cbbe277f0c397ab440045bc1ffcdc 1 0.00/1.00 vMB 0
3,448 3,448 00000000f19fade0693c2b209c85dbe384bda8de7319909e1f8e60253af87ee8 1 0.00/1.00 vMB 0
3,447 3,447 000000006db4d94902cce6e19432ae97d7d06e06cce637ad83435d105e557775 1 0.00/1.00 vMB 0
3,446 3,446 00000000fe99c63735b72fbe1d3235c79dd765ab10d86e1048bb662d09fdb248 1 0.00/1.00 vMB 0
3,445 3,445 00000000ad18b419feecdcb6e635b4d4fdaeabb54eb461c4c2a581ae01645f3e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.