Loading Tool

Explorer IconExplorer

Memory Pool

80,582 transactions
29.99 vMB
0.12233639 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt fea56f218c0fd48255cf295e0c3d7abf52042572e59209e2ace6188e0e971d28
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3fb222b18474dd44480eb257369b71e4b3fe7b50ac479253899ecddb7c4f4b16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.05053131 BTC
Feerates: 242.90 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (388,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,043 527,043 00000000000000000000fc74ab62d9f22ec5c2d51e448c2da6fd652ec61a4f48 1,520 0.62/1.00 vMB 8
527,042 527,042 00000000000000000009efdcdb86040059d392af80d261e82335f208c04c49bb 3,487 1.00/1.00 vMB 132
527,041 527,041 0000000000000000003329b8fa1d5c0116da5bc34f680376169bcebf632791fd 2,234 0.78/1.00 vMB 89
527,040 527,040 000000000000000000292bc2e9f1ac134d9ba0afd1f8b7184d617ae38156b48a 277 0.08/1.00 vMB 74
527,039 527,039 0000000000000000002d163607c476605d0881869fe7ffe1c6e27e738be7b770 1,023 0.34/1.00 vMB 73
527,038 527,038 00000000000000000006102f9d8798bb0ae418a18855490382019d4465b7b974 1,944 0.70/1.00 vMB 66
527,037 527,037 0000000000000000001fbeb0ab8610cabf003c06d3ff50a22ad7c025262231d5 509 0.18/1.00 vMB 19
527,036 527,036 00000000000000000015d10c10ba2ffc61476f68b671744e4e32f4cef8eea95e 2,297 1.00/1.00 vMB 22
527,035 527,035 0000000000000000003069d8a0e671a884926ed8fd409b09710c14ae3b04e00c 1,045 0.33/1.00 vMB 23
527,034 527,034 00000000000000000010e0f3987411e1ffcfe94f132b29b54745cd31e6d1824d 2,134 0.63/1.00 vMB 82
527,033 527,033 0000000000000000001c61ae9468b7b7fcc97b265e7ac3c6abc951c901e909f4 2,762 1.00/1.00 vMB 15
527,032 527,032 0000000000000000002aa73e31a34a26f30256481c44fea7aa1e33ed1d561897 2,644 1.00/1.00 vMB 23
527,031 527,031 0000000000000000000f4b8ac76bc687bedf205f214faf6ef86775b115a33cb6 3,222 1.00/1.00 vMB 16
527,030 527,030 00000000000000000015c8a7af60454c7a0cb927415b604d00f249e49d50f4eb 1,691 1.00/1.00 vMB 44
527,029 527,029 0000000000000000001c5b5777b8c5b25e08cf86650cfbea055d7a5b86f3edf1 2,606 1.00/1.00 vMB 17
527,028 527,028 00000000000000000026d2d3e0cc4dce9561ee3658d028a1cefd34de611df2c0 2,756 1.00/1.00 vMB 31
527,027 527,027 000000000000000000118464986a1161608488d85cf68b5886cd929bfb8af77b 885 0.36/1.00 vMB 31
527,026 527,026 0000000000000000002a2852e53089d57a6433d32a95f70976b2e38cb887cda6 2,132 0.71/1.00 vMB 20
527,025 527,025 000000000000000000156ca55210341fc7fd9c052d55b8ab7f2455b9c9d0a37c 1,953 0.79/1.00 vMB 14
527,024 527,024 000000000000000000150f3a65a8fa9ba0a03d8da5eeac4f330d41ad430e4614 2,434 1.00/1.00 vMB 22
527,023 527,023 0000000000000000000bd5e4d9cab5e0ebfe64cecbe3872af8ec6d1b9256c8c9 2,616 1.00/1.00 vMB 39
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.15 GB
    • Received: 16.42 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.