Loading Tool

Explorer IconExplorer

Memory Pool

86,291 transactions
33.10 vMB
0.14016065 BTC
Random Selection Loading Transactions
Max Size: 196.86/200 MB

Candidate Block

Mining Attempt 592a59a4ea0c2061c00a316244032c8ea5f881ff90bfcab9a25ba9617baa00d1
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 9fcb12a001161fdb1da1bb9bfb2dce8c22ad2d8e82f300a1fc5ae900397e1fde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.06475004 BTC
Feerates: 387.56 > 6.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (314,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,889 600,889 00000000000000000007a6234e2f78c9c999df68b98d7b3125550e0a310b1551 3,096 1.00/1.00 vMB 29
600,888 600,888 000000000000000000130be798002fdf10c2ac7ebb629abe34b9b3744b47b9d0 3,028 1.00/1.00 vMB 26
600,887 600,887 0000000000000000000e4deb6842acaa3e236ce78f4b0e541e7dba2415402194 2,332 1.00/1.00 vMB 24
600,886 600,886 0000000000000000000efa587bc4a5410099286bab1c73ea2509eb36baaf091a 2,253 1.00/1.00 vMB 16
600,885 600,885 0000000000000000000131ed6210b8e37cbec7ef96d0142c8c78e2d1caec650d 2,701 1.00/1.00 vMB 17
600,884 600,884 00000000000000000003aa730e1cc9bc4a92f9a34171c77cc3cb64e17b76e461 2,970 1.00/1.00 vMB 24
600,883 600,883 0000000000000000001123fb7798bf77a59e5f07fa2afb46b114cae025efcda2 2,979 1.00/1.00 vMB 25
600,882 600,882 0000000000000000000b5273e115ee13f37224ea92ecbdeb365e1ae46b23e99f 2,816 1.00/1.00 vMB 23
600,881 600,881 000000000000000000034ad460f4176a41886c714e1fe17aacee630b1ae438cb 2,752 1.00/1.00 vMB 28
600,880 600,880 00000000000000000003566570e4381f8e8d1ef9d10c3c835fe1e0ab61eeab39 3,118 1.00/1.00 vMB 29
600,879 600,879 00000000000000000010e6e0e30d8b83a016883371b19039a61c13f7272711ec 2,873 1.00/1.00 vMB 39
600,878 600,878 00000000000000000007a9a023b2c921afb985d18b7951f588c33a06bbff9ce1 2,787 1.00/1.00 vMB 17
600,877 600,877 00000000000000000010f81c8fea97786f8190ada1b2c05cfc6b843e40b83c6e 2,801 1.00/1.00 vMB 21
600,876 600,876 0000000000000000000b341fd6950e66f9082ef6ffe5a6182cb5af48241ecd78 2,200 1.00/1.00 vMB 36
600,875 600,875 0000000000000000000a3bc0d04f584772cd8291f0429ebf1295bf5676525586 2,367 1.00/1.00 vMB 61
600,874 600,874 0000000000000000001179bb8ff946b78c86910a646cc43c342c15b061ed0bce 2,560 1.00/1.00 vMB 25
600,873 600,873 0000000000000000000d54c7a8971eefe51d8f778c9ae5c3a559511e8d506853 2,437 1.00/1.00 vMB 30
600,872 600,872 000000000000000000056ad7b580260b120b6aa29eed4497c42032a8d97678ed 2,707 1.00/1.00 vMB 27
600,871 600,871 0000000000000000000da19960ca1695b1ccaf25400050faf29966bd6b3b56c9 1 0.00/1.00 vMB 0
600,870 600,870 000000000000000000115eca7d325ad968b96e97151527bdfc711373870e14b9 2,870 1.00/1.00 vMB 25
600,869 600,869 00000000000000000007889dd2b23c05b6501a7d11ed0d9b99e8a4319b44f906 2,119 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.31 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: 659.40 GB
    • Received: 14.60 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.