Loading Tool

Explorer IconExplorer

Memory Pool

78,832 transactions
29.47 vMB
0.08364505 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt 954cb1a5859aff3f27c48963e95fa040f92c48b622b2e7b07ec0aa42340a1e02
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 8fa721d83bf3758d7b3c598c972588fd0362942aaf8be75f15efb26f1275362d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,552
Size: 1.00 vMB
Total Fees: 0.01892665 BTC
Feerates: 301.25 > 1.90 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (276,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,291 638,291 0000000000000000000f03e5e2ededce92bda16f237abe43467f5d3c7f5cd0d5 2,749 1.00/1.00 vMB 40
638,290 638,290 0000000000000000000303a7cc75e81de84d0fdf79f99ce357b2f84ccd0a69ad 2,628 1.00/1.00 vMB 30
638,289 638,289 00000000000000000007b0c873ab252871bc234c607d66d621a7cae5a9aad381 2,710 1.00/1.00 vMB 28
638,288 638,288 0000000000000000000351115906eb7ee644ab98d4bab4c4d6e409182361d5a7 2,193 1.00/1.00 vMB 25
638,287 638,287 00000000000000000001620f798e6ff030249f0fe45a5d5cfc6b6b2afdd19892 2,673 1.00/1.00 vMB 31
638,286 638,286 000000000000000000070f9fd6e89d0731d9f117d16568cb752874d949d611e3 2,281 1.00/1.00 vMB 31
638,285 638,285 00000000000000000010d4c7ab2e6635d6036097eba29eb8db954ff8068113a0 2,965 1.00/1.00 vMB 54
638,284 638,284 00000000000000000008b784dd1d3d5ae54bd78d857377e52ea19745afa32fba 2,583 1.00/1.00 vMB 25
638,283 638,283 000000000000000000117a6fac3e23ee0690362fa5ebc51b3567e1ca68fdcef8 2,633 1.00/1.00 vMB 32
638,282 638,282 0000000000000000000a515195ac5ddf4c6bd03207ce517501384d4d10cdb566 3,303 1.00/1.00 vMB 53
638,281 638,281 0000000000000000000e57bea8c6d520daaee32c67faedaebea2fd4321c2241d 2,743 1.00/1.00 vMB 26
638,280 638,280 00000000000000000003452dd3bd6180b7e40a785ac53fc0923a87658ebe6bdb 2,076 1.00/1.00 vMB 11
638,279 638,279 00000000000000000001eff8967fcf5245c75d4b088fa858c137717ebd76b666 2,310 1.00/1.00 vMB 15
638,278 638,278 0000000000000000000dcabbd909dc203f68fe072e139bf7e5c00d0003748305 1,805 1.00/1.00 vMB 19
638,277 638,277 0000000000000000000c19190b4bc4ba67a28f4ac5179edf31b75a5745cb66d1 2,832 1.00/1.00 vMB 45
638,276 638,276 0000000000000000000e565bb184a004177e401227301bfe6fb706fd70ff7e16 2,560 1.00/1.00 vMB 8
638,275 638,275 000000000000000000048e7b6173350478398ded6d113a6b1a388fda44e98fd9 2,471 1.00/1.00 vMB 4
638,274 638,274 0000000000000000000679b2571e3937b1c0fc3f9089a914d8bfd9b3068097c2 2,454 1.00/1.00 vMB 14
638,273 638,273 0000000000000000000572be79f2fce23d39464c6fc5ff2a1e01d21d68f1df04 2,792 1.00/1.00 vMB 36
638,272 638,272 0000000000000000001004511982d796e2578e16a39259109dc4adf3fc12fa4a 2,794 1.00/1.00 vMB 29
638,271 638,271 000000000000000000066184d963e8a63deed0fa6b3ddfdf60d846ae8230b300 2,689 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.80 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: 710.03 GB
    • Received: 17.01 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.