Loading Tool

Explorer IconExplorer

Memory Pool

14,837 transactions
5.28 vMB
0.03652492 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.79/200 MB

Candidate Block

Mining Attempt 7ea0589e40ecd48bf3c50b97b4fd7d84a53dd3f77c286ac92d801cabe5175243
Version 20000000
Previous Block 00000000000000000000e387c939cc0147c7753eb341ef82d4d5b49a20fa70e4
Merkle Root 7d6fdfdb0255c5095ad02a79d9f58a498eb91093b50cc33fcbb647875eb8ce77
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.02662644 BTC
Median Feerate: 2.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,467 (711,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,733 201,733 00000000000002ab73f17d4a0647826cdbcd9dedde62ac8753486439e9b9aa20 251 0.10 vMB 188
201,732 201,732 000000000000009359164cb4e0dfa379bfc4942b1d01caf43d06f5c2d28d8b2a 59 0.02 vMB 332
201,731 201,731 0000000000000412cb93f5cceceebdd6bec88d5db691a17a823287c47713d2cf 388 0.14 vMB 73,317
201,730 201,730 0000000000000153a08e8984395aea90a03dd6538f29c23f4587bf41019729f7 120 0.06 vMB 176
201,729 201,729 00000000000004c5ff6c2756364e8f3beb617aacedd1c42478a5d4c4a545d80e 325 0.15 vMB 367
201,728 201,728 000000000000028d1f858cedc79ff67a4c7995259a9f5e181b651033852adebd 21 0.02 vMB 88
201,727 201,727 000000000000053d743d78fe96bb7db89bbc30977bd96bb780a81f5f97f61ea1 143 0.07 vMB 175
201,726 201,726 00000000000001e7b456097fd04f54efc22b8cdc6fb7d370028032d90cf75d03 13 0.00 vMB 0
201,725 201,725 00000000000003807b4ca3d2e35311b6c74cc9a126c9a86edd77a47ae1ad9ca9 85 0.03 vMB 85
201,724 201,724 0000000000000276463cc2f0204a087a1c5e20a6b917f3aafdcdf9fad955463d 189 0.09 vMB 288
201,723 201,723 0000000000000552c59f8039f52a0964550659b640e442bdbbd2a52a51c9fd63 161 0.08 vMB 129
201,722 201,722 000000000000052ec59603619137a765302912f5df1bf90174c9adb811982265 268 0.12 vMB 99
201,721 201,721 00000000000004d20cb5011060216c17ad43be637ca9a629bdcdb705c87f46fc 815 0.45 vMB 134
201,720 201,720 000000000000025d850c186935aad5691d903ea7cb98c772a02a77581e524290 9 0.00 vMB 190
201,719 201,719 000000000000014782914dbafec6265b9d5e78f253870ac0bb3651b208f62a92 451 0.31 vMB 79
201,718 201,718 000000000000057894d631e6b45c8e533ea2e488b34ab57c7beff2fe32bf6a3a 10 0.00 vMB 11
201,717 201,717 000000000000038541ca02fabe15902e1343aea4cab214867f69949a33cd6380 29 0.04 vMB 78
201,716 201,716 00000000000003c92c9058982e24a1153ef5d5532343ae5266bc71b847cfc403 369 0.17 vMB 131
201,715 201,715 00000000000002ed231c7d5ad62dba53c60ddb62f6d12a85f8c9ce7cdd173751 1 0.00 vMB 0
201,714 201,714 00000000000001b9dc30b9101279d4948e38b99cc609547dcb701aba4a015d67 408 0.25 vMB 181
201,713 201,713 00000000000001981ca1847e56aec14ae4fe8048ca03f525746efdab54bcd827 69 0.03 vMB 30
Previous 10 blocks ↓
Total Size: 779.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 327.99 GB
    • Received: 1.59 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.