Loading Tool

Explorer IconExplorer

Memory Pool

88,349 transactions
32.32 vMB
0.17305143 BTC
Random Selection Loading Transactions
Max Size: 195.75/200 MB

Candidate Block

Mining Attempt 58c3bed08b4bc45fa8262ea3c6e016756e1fe2d608c8786bd8bc1eee188816f3
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 90ae7b9b1bca81c32c1037870264ccf766e77a621a873f0da41f2bae97146b9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,745
Size: 1.00 vMB
Total Fees: 0.08411048 BTC
Feerates: 216.64 > 8.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (228,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,674 686,674 0000000000000000000ca398e7e65942ab06ff615b362c18b06221e9e74d52f2 2,504 1.00/1.00 vMB 35
686,673 686,673 000000000000000000016cb278512c914f80405b54a72077cba536c7cdf84610 2,461 1.00/1.00 vMB 24
686,672 686,672 000000000000000000017cdcbe6acdd2333f649ee868de0e92a0baeb93e21a8f 2,256 1.00/1.00 vMB 12
686,671 686,671 000000000000000000076d6f4d6e8c755119d5af2fd501abf4311c9868b39013 2,717 1.00/1.00 vMB 48
686,670 686,670 0000000000000000000b83ed0858180dbd40aea2851a7e08a860896ca24e0c7c 2,454 1.00/1.00 vMB 9
686,669 686,669 0000000000000000000b59a16970eee674a51405acbd3e74475c58a01bc97936 2,590 1.00/1.00 vMB 44
686,668 686,668 00000000000000000004f24557af5fd30f08b39c16f5184a09b79f97de5614e5 2,138 1.00/1.00 vMB 24
686,667 686,667 0000000000000000000842f4af386f608e5cf59c0875087786b6688bad4b836d 2,320 1.00/1.00 vMB 15
686,666 686,666 00000000000000000009a7d63474701c1f3acf46f7213da29b97d700a75bde7e 1,586 1.00/1.00 vMB 22
686,665 686,665 0000000000000000000a3ecd53b1712fda44b00ba6aa3264082edebbcb23ffa7 1,164 1.00/1.00 vMB 39
686,664 686,664 0000000000000000000636ee4b938cb7676074bc0ddb1b3f298d588f7e7f1f14 2,079 1.00/1.00 vMB 34
686,663 686,663 00000000000000000008177ce51740ff0f22f6f5d21c2266f211a1f3679af93d 3,439 1.00/1.00 vMB 61
686,662 686,662 0000000000000000000ac459ea109b5f7ee30bbe85cde4eafe7b74edb5422e25 2,437 1.00/1.00 vMB 43
686,661 686,661 0000000000000000000466a7d7260e6cf58992dcdeb62634506138758db6afc9 1,583 1.00/1.00 vMB 10
686,660 686,660 00000000000000000004646633d4ac48365171e35e5ecd209a1793f29146bcb4 2,817 1.00/1.00 vMB 58
686,659 686,659 000000000000000000054b849a0784877fac86655e79321d3acbe784a89aaed1 1,404 1.00/1.00 vMB 9
686,658 686,658 0000000000000000000a7e07393b726ed137f524d3d5aad6a9ff5f106fd50d5e 1,985 1.00/1.00 vMB 8
686,657 686,657 0000000000000000000321bef4c5d8f291b47ee59233446828099371e236f3d2 1,095 1.00/1.00 vMB 30
686,656 686,656 00000000000000000005a79579f0b7da8bbbf86fd2c3906b0e976cc1df329b87 1,432 1.00/1.00 vMB 45
686,655 686,655 00000000000000000005c3ad108f5cf0143eb44d4d27cdd288fee805d04a5d12 2,368 1.00/1.00 vMB 11
686,654 686,654 000000000000000000099dbabf48a166e3406ba6e5908ee98d0edf9d993e8f6f 2,231 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.