Loading Tool

Explorer IconExplorer

Memory Pool

74,200 transactions
28.30 vMB
0.06942317 BTC
Random Selection Loading Transactions
Max Size: 168.32/200 MB

Candidate Block

Mining Attempt 2bf57047e9ee6c49825d81a82ce1eb71229638ba4dab4937ed9fb979b0787d0d
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root cb110da391327c16a6dd4ea3241fac7a18364611949bf7f6e5eb3ee3b4c84381
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,449
Size: 1.00 vMB
Total Fees: 0.01272993 BTC
Feerates: 101.62 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (562,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,822 352,822 00000000000000000c4fdb5e04e33037074cda4a768b278a79f51d00c5c0f12d 1,274 0.64/1.00 vMB 30
352,821 352,821 0000000000000000143d95116a3ea4127f4a2b5124b015a1711fe32b1a026ca4 1,296 0.61/1.00 vMB 33
352,820 352,820 00000000000000000bb55027e176856c3725ecbe4d30580d9c1d215b84b405fe 179 0.09/1.00 vMB 21
352,819 352,819 00000000000000000060c1d213dba556c37f2d5edf57114c483d1ebbcc4ac268 1,058 0.59/1.00 vMB 26
352,818 352,818 000000000000000011f88b47a672ef64dfe05392d759f594c00a5d69e47a4aea 98 0.10/1.00 vMB 12
352,817 352,817 000000000000000010cd1d87fe6c7ccf2c709a9db9186122a1133e5af0abef5c 204 0.14/1.00 vMB 16
352,816 352,816 00000000000000000c76e2b8f587f2504302beae0cd4ef63cbb06e043893eeb0 255 0.18/1.00 vMB 30
352,815 352,815 000000000000000002ea568801c327d258a27bf9033e8b38fd2d8c89e042904c 88 0.09/1.00 vMB 10
352,814 352,814 000000000000000005a9deecd576424a07605299824b921c6ca6255c8152e1f3 379 0.23/1.00 vMB 18
352,813 352,813 0000000000000000036f88938806a382f86c0d4dd63c40a45ed90c19a147052e 1,360 0.75/1.00 vMB 22
352,812 352,812 000000000000000009a64d449a1b1a3711c9ec18622f0655817b09469a0441a9 1,527 0.75/1.00 vMB 32
352,811 352,811 00000000000000000fe504576847a2328433955193c8c1f74f538dc794d1d51d 1,259 0.64/1.00 vMB 30
352,810 352,810 00000000000000000d0ab4d0fadba370473fcc08c8b2f3d097fe698796a4bb79 568 0.31/1.00 vMB 25
352,809 352,809 00000000000000000feb5c0989af69ff6ce30a128ce8b7d5058fdc111b28da6e 734 0.74/1.00 vMB 13
352,808 352,808 000000000000000002cf04382fdf96e58eafddee6e0f7997b3de6870c9a22bd3 1,062 0.75/1.00 vMB 22
352,807 352,807 00000000000000000a044f44e0aadaab72e396c1411ca02a518c0cccb1ece97c 1,735 0.75/1.00 vMB 11
352,806 352,806 000000000000000015e307fa77d6789ba459fba2cba1f6108c002be99d7f22b3 771 0.75/1.00 vMB 18
352,805 352,805 0000000000000000148e6a25a50a8f8135aecf9d04f9cad4646e3672c1ebca3e 819 0.80/1.00 vMB 16
352,804 352,804 0000000000000000033e9f90f87788e7dce4dceddae4aa7760fcde31db489c66 796 1.00/1.00 vMB 17
352,803 352,803 00000000000000000785f5c7a29b201788b3a2275e9a8b23c54c2c638888d7b1 205 0.75/1.00 vMB 12
352,802 352,802 00000000000000000a8d882829440a146ad3fe45a5e33c39a99b993ad5e4dbc0 596 0.75/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.