Loading Tool

Explorer IconExplorer

Memory Pool

12,065 transactions
6.31 vMB
0.01711789 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.02/200 MB

Candidate Block

Mining Attempt 851915a2d6d53b61f57ef816dbe4d8c3f66544a8b9972c3d27b92becd655798e
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 8da94df3612bc338f6ee320d20109a151c051ada6a5eadaa9648b022d5fe1458
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,220
Size: 1.00 vMB
Total Fees: 0.00581899 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (649,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,569 263,569 00000000000000168f0bd126c462b013853b29289826db85c23615671e75a179 148 0.08 vMB 53
263,568 263,568 000000000000000f01b209bde83c4d4a92c598cd137f019374c26b32047dcfa4 152 0.13 vMB 48
263,567 263,567 0000000000000014435ba3e57749522dfa560f957037335b56c417e070bd3667 154 0.08 vMB 51
263,566 263,566 00000000000000109264d7b4959c26675f2bc554b23fee96306dd812b23e306f 122 0.12 vMB 32
263,565 263,565 000000000000001151b506e0a714ea8f4c773ca0836334dacb9c016ca4de51ed 438 0.24 vMB 74
263,564 263,564 00000000000000097200748300602588e0509ff570bfbe73521f5a73f8efdee6 592 0.25 vMB 97
263,563 263,563 0000000000000003dfe88eeeb2af6adbc8adf1387ee9df5a4cfab62948e7de4f 714 0.25 vMB 116
263,562 263,562 00000000000000050891ef50aa157215aefdb389dc76fdebdfa68556f6e36132 34 0.03 vMB 28
263,561 263,561 0000000000000001320a259b54b8bce4b82fd27fe3edeeaa9fb3fb8aa4f69ce9 120 0.10 vMB 56
263,560 263,560 000000000000000f7aaf2314807141c7a0231c9ef5f2df71bdaa71f6e950b480 74 0.05 vMB 55
263,559 263,559 0000000000000007d605c3e0f1fa8c1b01fa657d7ded865c9e59aae43dbfd56c 266 0.14 vMB 79
263,558 263,558 000000000000000f1fbac0a3bf391e9d025cf9a22fdb0652f9f8980698eab914 361 0.20 vMB 117
263,557 263,557 0000000000000012edaa60abd7def3d425eb5920ae11335ff649fd55d9f9aa5f 222 0.11 vMB 82
263,556 263,556 000000000000000c1d5f0aa51596a6776da706e37e06a7db8d8e6cf84f04b856 137 0.07 vMB 35
263,555 263,555 00000000000000127033a63a9c5c3ef9258d2e9d51e002ee7ed0a663b9640890 76 0.03 vMB 0
263,554 263,554 000000000000000165feebe509d0ae4891b2d6b482409f0dbf6acd522fb4bee7 393 0.19 vMB 110
263,553 263,553 000000000000000d252657a2f3343c78294db54f3e80e2c98d6f25ba7e3a2878 706 0.30 vMB 100
263,552 263,552 0000000000000009e20aadc90791138f40217b96cac0972c5624ae041dee6393 277 0.11 vMB 106
263,551 263,551 000000000000000bce304d7e6410b8160f46d2a108d11c767397c91fd23fe01c 274 0.10 vMB 71
263,550 263,550 0000000000000004b89450ff60ff5485519879a95e01fe78100126a2ea9a31a6 277 0.13 vMB 108
263,549 263,549 000000000000000ed0f393403c9d2345e75296bd9ed37c9208164e94d6e303ee 265 0.18 vMB 67
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

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