Loading Tool

Explorer IconExplorer

Memory Pool

77,194 transactions
30.79 vMB
0.13920556 BTC
Random Selection Loading Transactions
Max Size: 177.01/200 MB

Candidate Block

Mining Attempt 3f89dff479ed61ccfc973a4a4aafc9359e90ba53870dd988d18f476f4ab2eda6
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 84a3e8a93afc18c46167b91ff5e52341a417704600446e0551c98c68bb06eef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,307
Size: 1.00 vMB
Total Fees: 0.05086309 BTC
Feerates: 150.36 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (263,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,901 651,901 0000000000000000000e41194254b38c6244f1b968bbf47e71fedf6024826007 2,497 1.00/1.00 vMB 111
651,900 651,900 00000000000000000009a0c15380bbe2166ac14d4eb8b61c8fee2230973fef8d 1,336 1.00/1.00 vMB 32
651,899 651,899 00000000000000000004130c50da60ce65a1590b6e40e25c7fab43c46b5d5d59 2,323 1.00/1.00 vMB 113
651,898 651,898 0000000000000000000acc50e52af249a96e1e2b1d1454865be4ee5592e80c80 1,869 1.00/1.00 vMB 66
651,897 651,897 0000000000000000000346bc81e326380a8f2592f7e2ce98c6df3f31a32ed7ed 1,472 1.00/1.00 vMB 49
651,896 651,896 0000000000000000000805b1986955bcc1e20ff64fe729ad205bf63b1a549982 2,523 1.00/1.00 vMB 95
651,895 651,895 0000000000000000000506069d741eff36d9e7b467068be95b6bbc57fdd14532 3,204 1.00/1.00 vMB 19
651,894 651,894 000000000000000000015687669aea901071a4429bc906f9ae1a5fd4e005efd3 1,203 1.00/1.00 vMB 14
651,893 651,893 0000000000000000000b1f962a7c41912179019605da7303ed809962370af1eb 2,971 1.00/1.00 vMB 24
651,892 651,892 0000000000000000000d46004de7aebaeb26f4fd6a455f66507a896b508b5f44 2,417 1.00/1.00 vMB 35
651,891 651,891 0000000000000000000d9a619c18c708130a1d72131a2631f6fbdee7de827c2c 2,460 1.00/1.00 vMB 34
651,890 651,890 000000000000000000003b941e9f3019bc63e3ef3b76ea3c79cd07b29c9791b4 2,126 1.00/1.00 vMB 46
651,889 651,889 0000000000000000000bde249bb23c32210ae3f9adcefa33dfb101c35134ebb0 2,526 1.00/1.00 vMB 109
651,888 651,888 0000000000000000000277fe05d47779ae2fb883cdd2b9169783c0c89f84d688 2,238 1.00/1.00 vMB 55
651,887 651,887 00000000000000000009b0cc28f5a310be92021957e11728ea55cdca09be3702 2,359 1.00/1.00 vMB 39
651,886 651,886 00000000000000000007ef8cc74d0d30a17b2e85f1242f7868f46a22417413a7 2,801 1.00/1.00 vMB 50
651,885 651,885 0000000000000000000bd72eda5a46075acca5e2dbbcf6b96b7f23b3ce7bf36a 2,428 1.00/1.00 vMB 52
651,884 651,884 00000000000000000001d66d099efa3b5aa246ace34ea5c03443d033836b2294 1,916 1.00/1.00 vMB 99
651,883 651,883 0000000000000000000be7910151287a3ce8bf0e9597a770b50d691f55f18115 2,372 1.00/1.00 vMB 69
651,882 651,882 00000000000000000000ab02862ee00e270ab702bb0ec618ce85fbe52bc607f4 2,643 1.00/1.00 vMB 92
651,881 651,881 00000000000000000006efab456f967a4acb83a410af63ca4f718574ddee998d 3,153 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.48 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.22 GB
    • Received: 15.43 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.