Loading Tool

Explorer IconExplorer

Memory Pool

77,120 transactions
29.82 vMB
0.10482973 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt c9e395dc6579d848f30df531485146008d4194059e7530d4d6c81334f65ecd79
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root a454bf0b53e53ae2b4139eaceed517e10d0d9981ef9210e652c1fad7f5fd0dff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.03662356 BTC
Feerates: 357.61 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (791,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,462 123,462 000000000000659e1d3d0a9d2c8d9914b1c750c0c1dda64f3c19083758fbff59 15 0.01/1.00 vMB 724
123,461 123,461 0000000000002e0fef85bf7ff8aa08c5cc68f40402702399b0a988ba796db979 7 0.00/1.00 vMB 0
123,460 123,460 000000000000201ecc0dbbcea07c2b61ca59e049d327cbc2dc45aa277e4f66fe 30 0.01/1.00 vMB 163
123,459 123,459 0000000000006615ddd8877ff22c3675807c4476865e73a1eb394e9949deffdd 28 0.01/1.00 vMB 516
123,458 123,458 0000000000003a032fdc567c400193021a103859f43bbfd2dc0ed89bea83ecc4 7 0.00/1.00 vMB 0
123,457 123,457 000000000000129f5f02be247070bf7334d3753e4ddee502780c2acaecec6d66 9 0.00/1.00 vMB 1,013
123,456 123,456 0000000000002917ed80650c6174aac8dfc46f5fe36480aaef682ff6cd83c3ca 13 0.00/1.00 vMB 1,261
123,455 123,455 0000000000000b60bc96a44724fd72daf9b92cf8ad00510b5224c6253ac40095 9 0.00/1.00 vMB 0
123,454 123,454 0000000000004df94b4488e034359e862725dc969c498b9678dc261c58a679dc 7 0.00/1.00 vMB 0
123,453 123,453 0000000000005cb5097b3a3079dbcdd2ece62cb25ddcb520feb18defe34682e7 12 0.00/1.00 vMB 342
123,452 123,452 00000000000066d40fc2b30075c9fbc9c6b1eac6038acc3d09d01bfdf11eeca1 54 0.02/1.00 vMB 353
123,451 123,451 0000000000001e355ddb0f95b06a1025db2911d1158f52c2094f8531615d04da 28 0.01/1.00 vMB 289
123,450 123,450 0000000000000b0dd1b01f2644e82acc94ccc6a40f7ab5a3a2d11e214bcf629a 15 0.01/1.00 vMB 0
123,449 123,449 0000000000002524235f4e05d57a5fdd1b514b192ae10be75fa289130f9b54f1 16 0.01/1.00 vMB 560
123,448 123,448 0000000000001e677a2e7b5d10e79c6fe077b2a28ca0daf3d5bf20f89d58a6d5 33 0.01/1.00 vMB 176
123,447 123,447 00000000000037d109c02dacc1d47122bc58dba6e931b12a22dbf3fc15d69153 14 0.01/1.00 vMB 495
123,446 123,446 00000000000035d7872ef73023ce447f17ca4e412480d5c509ea6a8367731817 34 0.01/1.00 vMB 1,928
123,445 123,445 00000000000022faa1b52d3b3984b734753dcca5142176c7ff11984b5b1dce97 8 0.00/1.00 vMB 0
123,444 123,444 000000000000245d9802e49c65c4353c57658571fc88f522510312727639f70d 27 0.01/1.00 vMB 0
123,443 123,443 000000000000336588f746a72c12ca84ed43ffb21e6bea1d2edac0d6223f1dd1 14 0.00/1.00 vMB 0
123,442 123,442 0000000000002ce0c69100aa2272cb6cb8414eae81c2378b6c4bb74398f01497 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.23 GB
    • Received: 18.71 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.