Loading Tool

Explorer IconExplorer

Memory Pool

44,629 transactions
27.38 vMB
0.09505900 BTC
Random Selection Loading Transactions
Max Size: 144.65/200 MB

Candidate Block

Mining Attempt 7bc75d591fe2994df21fb0580d571ffcb40a961783fe9b626c095a499adf1465
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 74b16caa94c94a2b055731d6a314de7a4ce9c74b9880612b006d9f2b881404bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04383247 BTC
Feerates: 150.75 > 4.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (388,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,419 526,419 000000000000000000308bb60ee7b071c1b03a8e2b7fd7bd0edb6115663c214a 126 1.00/1.00 vMB 1
526,418 526,418 000000000000000000375c22cfe42aa00f1bce6b0caf4eceadfc8d41477ffe92 2,098 1.00/1.00 vMB 17
526,417 526,417 000000000000000000094a5ddfde4d7e8b985859db6e3859ba96b0f9d6601dc9 1,662 1.00/1.00 vMB 16
526,416 526,416 0000000000000000003259dc6f8edcdfd7b1b2a67c0a6d893f7a8a948d2ada73 349 1.00/1.00 vMB 2
526,415 526,415 0000000000000000000ee71b9e375537ec791c5e91d21676e4c93a425773e1ac 1,936 1.00/1.00 vMB 11
526,414 526,414 00000000000000000011ab817740d04bd7d82d08ad36d56dcd651ae4dd5e9b39 2,258 1.00/1.00 vMB 31
526,413 526,413 00000000000000000031989467b9aa7c18b75ccafd0ca3f788d5e413dbb86e4a 168 1.00/1.00 vMB 2
526,412 526,412 00000000000000000032015afc76ed6c6e3e6fabae75f832e8f3d6f1a79bb2bd 390 1.00/1.00 vMB 2
526,411 526,411 000000000000000000202480df5129b81e6d96ae62f0793f69de01258d9f26f2 1,207 1.00/1.00 vMB 11
526,410 526,410 00000000000000000026ad331064a289d78c3fe81c83af89092a9fd2c360f953 762 0.31/1.00 vMB 29
526,409 526,409 0000000000000000000e7223ccee7da43843cb91cfd30353d88ead1f3adc5fec 339 1.00/1.00 vMB 3
526,408 526,408 00000000000000000025691ebf8677b8928d84196985369807972761e4a65fc0 1,776 1.00/1.00 vMB 17
526,407 526,407 000000000000000000205d9ab480643dcf4efc65d145ad9ccdfa0e3c9ea1210c 2,479 1.00/1.00 vMB 24
526,406 526,406 0000000000000000001a2d4b4affd55cd0895902a0a7831e8f07277bc6a51336 1,646 1.00/1.00 vMB 19
526,405 526,405 0000000000000000001da04017b7e8f0c392e6eb172c96469904066934ab93e6 86 1.00/1.00 vMB 1
526,404 526,404 000000000000000000337576f3e737c5d630ec73cd188ef2417cd08c8802e53c 1,027 1.00/1.00 vMB 7
526,403 526,403 0000000000000000001764c9058999b9530cc34b5c75f612abf337bf167c4739 261 1.00/1.00 vMB 3
526,402 526,402 0000000000000000001a2a2f8f72661ce6835695e0cce688acd46d4e0dc15d97 495 1.00/1.00 vMB 4
526,401 526,401 0000000000000000002fcea212c16e34a3101a0f8a3f3cdd97c790abceeb5094 1,662 1.00/1.00 vMB 20
526,400 526,400 00000000000000000022710c399dca07181fdf594124e51c7914c9d47a21356e 786 1.00/1.00 vMB 10
526,399 526,399 0000000000000000000e3712d8532faf6ea63af4f6ac21e640568767a55f5402 2,317 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.