Loading Tool

Explorer IconExplorer

Memory Pool

76,476 transactions
28.58 vMB
0.07140100 BTC
Random Selection Loading Transactions
Max Size: 172.99/200 MB

Candidate Block

Mining Attempt e767eb21b07ef183836c036eddfe745c4caa04e8b01d4b100438ec84b6083133
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root c044fbb75742013e2e10470c9cda7eb8c5c1909b133c37953be8fcfd9a821f3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,349
Size: 1.00 vMB
Total Fees: 0.01208354 BTC
Feerates: 150.93 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (93,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,580 821,580 00000000000000000001a03cb6348d24bf792b3d6375869215939751e5f6aa92 4,271 1.00/1.00 vMB 330
821,579 821,579 000000000000000000035ed986c3bcf9041dd7c49b0c7590da3a510d4483dcd4 4,751 1.00/1.00 vMB 400
821,578 821,578 00000000000000000001cd414c25f77cf45c7cc8c7da3efcd932b921863f4b81 4,036 1.00/1.00 vMB 298
821,577 821,577 0000000000000000000057e3dc79c19d20ce7fbba756c76a05aa9166aa325c15 4,279 1.00/1.00 vMB 385
821,576 821,576 0000000000000000000112d4ea264cdcb9e3f26bd585e11e6ecc73582e444673 3,847 1.00/1.00 vMB 482
821,575 821,575 00000000000000000003f162372232aae1f3a52ca5983f795789c83ef43f7fba 4,576 1.00/1.00 vMB 383
821,574 821,574 00000000000000000002d8d9b5cfa014f6f945481d628e964a95b366b0c7a908 3,835 1.00/1.00 vMB 383
821,573 821,573 00000000000000000000aae9b7478726a1d113c6c1843edf9edeb3d96e4a074f 4,707 1.00/1.00 vMB 375
821,572 821,572 00000000000000000000415298b82e23b657d3a7375d5c36e7f7107601c85918 4,023 1.00/1.00 vMB 346
821,571 821,571 0000000000000000000373005f28e283d96afdc9861738d9044e53833cbd63ca 3,720 1.00/1.00 vMB 459
821,570 821,570 0000000000000000000090d78f8fb33342a5fbebd79389fbd7bd10a869b41671 3,768 1.00/1.00 vMB 418
821,569 821,569 00000000000000000002842c96407c974eb0c43bd3652bd96fe8f41e36431e2a 4,102 1.00/1.00 vMB 346
821,568 821,568 0000000000000000000060f6ece3250589e60f8e03af49887b092eb92ae4ec7d 3,919 1.00/1.00 vMB 358
821,567 821,567 00000000000000000000a660a5deb8c1ae9ec06fc70cc6e02a4160a506e22502 3,419 1.00/1.00 vMB 461
821,566 821,566 0000000000000000000004897137bf0b31f1bc4edef873390e5b33870fea35e7 4,437 1.00/1.00 vMB 319
821,565 821,565 0000000000000000000189044452cfd9c8c29da5d10af05664e2b2a1af3d20f2 3,455 1.00/1.00 vMB 436
821,564 821,564 0000000000000000000250b25105294544df9576db20971a4525cf1b99dbfe35 4,158 1.00/1.00 vMB 308
821,563 821,563 0000000000000000000326d7b737bcf0f558696811f13ebfe3cb4c880fb7aee6 2,614 1.00/1.00 vMB 256
821,562 821,562 00000000000000000000d667897810a837263f39499dc09ff01f2ca9ecd71a77 4,466 1.00/1.00 vMB 366
821,561 821,561 00000000000000000003eb6120b253a0c1c35eab9c88718a2e7d1aecd5e1d342 3,987 1.00/1.00 vMB 351
821,560 821,560 00000000000000000000434956e8744b90b291b71cccf99d77877cbd6df02915 4,285 1.00/1.00 vMB 321
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.