Loading Tool

Explorer IconExplorer

Memory Pool

38,756 transactions
28.22 vMB
0.06185062 BTC
Random Selection Loading Transactions
Max Size: 143.56/200 MB

Candidate Block

Mining Attempt ba2594bf618398c108fad8807cdccdc512ba342bdd5c442587c6f2896b3647de
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 91e309f1bd473b3b26ae5fc6977fca539188a8229620eeb63a3b9f8e632a6ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,854
Size: 1.00 vMB
Total Fees: 0.00766493 BTC
Feerates: 89.40 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (243,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,430 671,430 0000000000000000000a73c5818a3dea4aa7714d9de5a41754afb1c167a260b0 2,906 1.00/1.00 vMB 137
671,429 671,429 0000000000000000000673fd0599f95a5d4ead2bc26091f23d9fc9cc25a2ec75 1,790 1.00/1.00 vMB 123
671,428 671,428 0000000000000000000cc33085c0c9508fb8da9e3ff6c7fe8ab1c6f23c3951ec 2,223 1.00/1.00 vMB 70
671,427 671,427 0000000000000000000bca9097c3689d3c3dd4254003399f8b33374f9d23363a 1,549 1.00/1.00 vMB 47
671,426 671,426 00000000000000000007036a41076695de650204c9fc888e3613a6b5d81e9317 2,627 1.00/1.00 vMB 45
671,425 671,425 00000000000000000006cce873bf41d3e08e0d87afbfd7445d821a54ef9ffdb0 2,820 1.00/1.00 vMB 68
671,424 671,424 000000000000000000009a409f52ce296cf8537e9245c4f627ee5a1aa895a0b9 2,189 1.00/1.00 vMB 95
671,423 671,423 000000000000000000039fc9a295ee305180d6d2b40825d1b80c8b74982cd0bf 1,598 1.00/1.00 vMB 100
671,422 671,422 0000000000000000000c14858d62b8ad570ce8b8ed92057a8e0102443e092b52 2,774 1.00/1.00 vMB 137
671,421 671,421 000000000000000000031e680ace150ac9a720fbcb8600af562fcddc5caf26b3 2,726 1.00/1.00 vMB 61
671,420 671,420 000000000000000000009273394b2ef68409458618d2ebab6fd7280477a78b67 2,563 1.00/1.00 vMB 121
671,419 671,419 000000000000000000072404cf8583968174222a808ff8b044e86347cd648098 2,581 1.00/1.00 vMB 103
671,418 671,418 0000000000000000000cdac0f3af781c5154df08af35c146a8686fe13ba84f7a 1,609 1.00/1.00 vMB 113
671,417 671,417 00000000000000000003c24dc6749114024380b20760f7c20176ba7d143331cb 2,862 1.00/1.00 vMB 132
671,416 671,416 00000000000000000002ebae99ab1f99c42e87dd7f911d42e49c65d6b95d19f0 2,843 1.00/1.00 vMB 130
671,415 671,415 000000000000000000082a7d15c1d206ab58fcd706f3549e23ecbf2f7b03857b 1,925 1.00/1.00 vMB 123
671,414 671,414 0000000000000000000a9c82e5d4098a7a9f7070a8ab0869406c8999b2d21953 3,001 1.00/1.00 vMB 110
671,413 671,413 00000000000000000005ca58b935cf2e80bca67046fd70bcd82ef9a4769662f2 2,288 1.00/1.00 vMB 60
671,412 671,412 00000000000000000004c68305eb3ee5113e6fc36b19cbb0f7f7753ade4e87d4 2,021 1.00/1.00 vMB 88
671,411 671,411 00000000000000000005b289d5049c2d67113f0cfca39108bbd4b80b2959dd60 2,219 1.00/1.00 vMB 38
671,410 671,410 000000000000000000036b2866962125cffc6c5de933b04a6e62bda9d3be623c 1,390 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.