Loading Tool

Explorer IconExplorer

Memory Pool

44,595 transactions
28.46 vMB
0.07875073 BTC
Random Selection Loading Transactions
Max Size: 150.74/200 MB

Candidate Block

Mining Attempt c0f619d3e3935b3bfa54492504d55583fb41ea2e7c0ac610e325f797f6cd09d5
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 81a761f545a2e7b19090f06ae8d43a940f8c523f9bd76f003d0a3fd8695bb258
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.02487753 BTC
Feerates: 150.92 > 2.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (461,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,508 453,508 000000000000000000f8ccb67f38fe3ba27fec39d2348b0623bc7e10b6df4121 2,337 1.00/1.00 vMB 133
453,507 453,507 000000000000000001cc275f4cf19c2814b17dd1ee1c272cace492deff56cb46 2,198 1.00/1.00 vMB 151
453,506 453,506 000000000000000000ec584ac77b1c5f839bb19c8fbf5de9a8e1c141c0944bd4 2,594 1.00/1.00 vMB 144
453,505 453,505 0000000000000000005ab2d257764cf57bb8f7ec07897537c35255522a9a6944 2,331 1.00/1.00 vMB 119
453,504 453,504 000000000000000001c877f471b326bc88d2f9d203c1901e109999ea027972aa 2,228 1.00/1.00 vMB 133
453,503 453,503 000000000000000000d7cf8a6a341f4b33ea7dfa7b71804ae8699070120a1739 2,052 1.00/1.00 vMB 126
453,502 453,502 000000000000000001cb64043661fb57f513969a691bacc093363dca79f9f2b5 3,349 1.00/1.00 vMB 63
453,501 453,501 000000000000000000dd09d8749965f8d3732cb991efac7726927987079eee15 2,171 1.00/1.00 vMB 90
453,500 453,500 0000000000000000011c3fac4175f724fae058b7c8adec478fd2f7653fdfcd86 2,202 1.00/1.00 vMB 145
453,499 453,499 00000000000000000025f5cee1fcd817565dfe822a7cdd2c8cfd88201b427b27 2,217 0.99/1.00 vMB 115
453,498 453,498 000000000000000000aed77ef3e5f267763b7fe0c7208e90293a4d38b604fee3 2,202 1.00/1.00 vMB 124
453,497 453,497 0000000000000000016c467460b2c9801be083031c5a1f82e92235a1327f4c3a 1,990 1.00/1.00 vMB 106
453,496 453,496 000000000000000000d22c5d8668dd281166991f1424fa91a65933239899b0a3 2,433 1.00/1.00 vMB 89
453,495 453,495 000000000000000000fdf03aacb1d92b2b9e81834c63c3a9769d72c8bc7b931d 2,376 1.00/1.00 vMB 104
453,494 453,494 0000000000000000025c930c7820f970682c5b7fcc307fa49ebbfc8cc9800163 2,062 1.00/1.00 vMB 118
453,493 453,493 000000000000000002054157bd79d254dc97ebd478e3819d5dfb367885cfa596 2,221 1.00/1.00 vMB 124
453,492 453,492 0000000000000000022e51737261f07d716fadc5de4a60ba1c6ed5bea8c6b534 2,676 1.00/1.00 vMB 160
453,491 453,491 000000000000000000e0798b4aaa69284af1058c4b95e46e326b00ff13be5e8f 2,808 1.00/1.00 vMB 212
453,490 453,490 0000000000000000028e3b0f90f4a6a2db98123677238579df41b66b7a494949 1,625 0.63/1.00 vMB 136
453,489 453,489 0000000000000000005ea734d93e8ecdf7bbcb6c6f209efd2a25f19dab5f61d9 2,687 1.00/1.00 vMB 82
453,488 453,488 000000000000000001df581fc437ca28ffd5d82994282aafdb19a43c6fdccc47 2,524 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 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.