Loading Tool

Explorer IconExplorer

Memory Pool

77,649 transactions
27.98 vMB
0.08670365 BTC
Random Selection Loading Transactions
Max Size: 170.56/200 MB

Candidate Block

Mining Attempt ea87ddce5d881ee11032e8a5753b4e4d112375ed9bb8c47cb2ed05d3a4919f3e
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 213b42ae26580771f3b266b62259168943c917345b351b104b3b7edd932a417b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,011
Size: 1.00 vMB
Total Fees: 0.02660945 BTC
Feerates: 402.60 > 2.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (303,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,497 611,497 00000000000000000008cfbd422bd1240c187192d7bbad96e8ed15861a450662 1,601 0.48/1.00 vMB 11
611,496 611,496 00000000000000000011f5a1522ea70ce5f9ad38ab68d71ead8182b2d61780d1 57 0.01/1.00 vMB 5
611,495 611,495 00000000000000000011519823d5fbb11e27281230f507880795758c7a7df461 1,034 0.27/1.00 vMB 8
611,494 611,494 000000000000000000020686f5d5a9886ad24db6731e42a238059465b749a828 970 0.26/1.00 vMB 5
611,493 611,493 00000000000000000008fac828b6edff65cba74bb50143f6cdd72fcd6306f5f9 2,794 1.00/1.00 vMB 9
611,492 611,492 0000000000000000000550547bb86a3ace41aea45629980c9483b878ee47263b 2,683 1.00/1.00 vMB 16
611,491 611,491 0000000000000000000983f9573e9365ed23ef140c48b7ca32b54953b353b0b4 2,939 1.00/1.00 vMB 5
611,490 611,490 0000000000000000001208e23e6dc47a6ba44bc2d473e994e79579432d30a3c2 2,970 1.00/1.00 vMB 17
611,489 611,489 000000000000000000041cea74217ed72849151950fa9c8173a1f27f5df9d04b 3,284 1.00/1.00 vMB 10
611,488 611,488 0000000000000000000e7cd1aaa9d8ce14d107c2a18e4f56b46c0f90349f3528 2,431 1.00/1.00 vMB 8
611,487 611,487 000000000000000000142e5cb738ba0d08e8635c3c226152ed0e2c6d3be3edc1 3,093 1.00/1.00 vMB 12
611,486 611,486 0000000000000000000669d169dbf73d93db4706d5ce7fc7cd06b1523ff17461 2,927 1.00/1.00 vMB 4
611,485 611,485 0000000000000000000c9cf15a9a5e8d217b9c03aa42021269a9bb282563054e 2,950 1.00/1.00 vMB 21
611,484 611,484 00000000000000000008dd2768824bc0cbe13ba26beafee50ad4f05a50d47f0d 2,165 0.60/1.00 vMB 8
611,483 611,483 00000000000000000006b2f229dc0cfd510e3f7d1df27faafbead8a6b9226ca9 944 0.26/1.00 vMB 14
611,482 611,482 0000000000000000000ad5c422e909fbdba5be13ebe0784591435e8bc4b269e1 3,249 0.98/1.00 vMB 8
611,481 611,481 00000000000000000000d7fac4b59ec3bfeefbe764bbf55dca50706f48e55f4a 1,096 0.29/1.00 vMB 8
611,480 611,480 00000000000000000002f13e1d6704214f438e7dc5ca1c4e221bd87ded211e3e 1,735 0.63/1.00 vMB 3
611,479 611,479 00000000000000000006479274656fb4ac6a8428faf01d82140d23ec9c316ed6 3,426 1.00/1.00 vMB 6
611,478 611,478 0000000000000000001205516005a02202cb9978c0d864d4baf5aee04df6bc4e 2,873 1.00/1.00 vMB 4
611,477 611,477 0000000000000000000c627b853946ec1c5c2e7a8950369b6275717e4ca28e55 3,135 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.