Loading Tool

Explorer IconExplorer

Memory Pool

77,126 transactions
28.81 vMB
0.07878579 BTC
Random Selection Loading Transactions
Max Size: 174.26/200 MB

Candidate Block

Mining Attempt 7d29b726f9f3555f6316fa4eb289eccea25016002766e64ad3271fde7012580b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e56e446cacd1cf2ba860570653af4d15b985310f69ed8d7a13eee9db8c7e49ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,474
Size: 1.00 vMB
Total Fees: 0.01885851 BTC
Feerates: 150.93 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (360,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,152 555,152 0000000000000000002ebdc13250aebf83924c1a14b7bd803e0e87462002c90c 358 0.15/1.00 vMB 10
555,151 555,151 0000000000000000002737ec38758b0b0427410241ff09f320c8f1491f459269 112 0.03/1.00 vMB 11
555,150 555,150 00000000000000000034da7c4433d276aeca0709ff0cd4d07a53ebe8ab2b4b07 1,844 0.83/1.00 vMB 9
555,149 555,149 00000000000000000025b15da4be80cb19c919db4dd6e5a67c445a4f9c7cb389 1,878 1.00/1.00 vMB 5
555,148 555,148 000000000000000000086455dd641c61a9c52e373571543d6ad4b05d9b2e4cbe 40 0.01/1.00 vMB 17
555,147 555,147 0000000000000000001af960567858a356cf6e2448fe67ccace4169ce1fcd93b 2,234 1.00/1.00 vMB 5
555,146 555,146 0000000000000000000c2ba66888e5832f1d42df1cb5c575800b85737ee62f12 2,899 1.00/1.00 vMB 12
555,145 555,145 0000000000000000000484c3b667481c855fadc4853f5ea1a04b6ceb3bb39492 3,134 1.00/1.00 vMB 23
555,144 555,144 0000000000000000001a27a03434919d8518e4ebea502bd736bfd0bd002bb7b0 1,640 0.54/1.00 vMB 28
555,143 555,143 0000000000000000001ca2946e55eae50d7832b7e6c60963653ccf7e4a41bb11 3,081 1.00/1.00 vMB 13
555,142 555,142 00000000000000000025986ffd2517c7b1d83dd10c1d42ae75f8df96239a0c44 2,045 0.90/1.00 vMB 11
555,141 555,141 00000000000000000006e0618eb388b3d4b7f495264bcdab53b45346631fdc2a 65 0.02/1.00 vMB 19
555,140 555,140 000000000000000000225a61297e0d9caa843ce8d65891d0dc0eda42372cf7fa 502 0.16/1.00 vMB 8
555,139 555,139 0000000000000000000fecb4b9b64243c73d2ad03420b0b2251bad1c8f9a31de 1,742 1.00/1.00 vMB 4
555,138 555,138 0000000000000000000905fba98c2d1cbf0932341cc75c7eaa1d2a592b0cab70 2,480 1.00/1.00 vMB 12
555,137 555,137 0000000000000000002ef5390b87334a75bebd515484a01a1605006fcc1bcd14 2,470 1.00/1.00 vMB 13
555,136 555,136 0000000000000000000f93fdf41760a6e12fda39f76d4ef41f9f6439ed2b76e5 985 0.68/1.00 vMB 4
555,135 555,135 0000000000000000001cc3744e7a475734d6f88daec30a0ebb057f95088ca426 3,052 1.00/1.00 vMB 8
555,134 555,134 00000000000000000003abb8e77ab4a2ba1b415417644a66edce02d364eea2de 1,108 0.36/1.00 vMB 27
555,133 555,133 00000000000000000035c43d2f61814c3120224e14613a0a4c492b43df199b3f 2,627 1.00/1.00 vMB 12
555,132 555,132 0000000000000000002d2359885062105618a7e00cdeac56ef01fed3f25e90ce 763 0.50/1.00 vMB 6
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.11 GB
    • Received: 16.39 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.