Loading Tool

Explorer IconExplorer

Memory Pool

77,371 transactions
28.50 vMB
0.09058281 BTC
Random Selection Loading Transactions
Max Size: 173.48/200 MB

Candidate Block

Mining Attempt 40deb73ff8e18e793c991f7a23e8c16052f86de774581bc68645a571f1f52252
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root dbddf9df3057ea9f6c6b37e8a4baabf89d5966a60349e568a90361b97eb669e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,766
Size: 1.00 vMB
Total Fees: 0.02602576 BTC
Feerates: 477.45 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (209,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,150 706,150 0000000000000000000490eaa3049c10735b0c37aa5d30e015b0b6353ed38fb0 1,328 0.48/1.00 vMB 12
706,149 706,149 0000000000000000000197ec1c54f21ac746420accd9809080dcd68636349866 3,059 1.00/1.00 vMB 14
706,148 706,148 0000000000000000000aa87977991ca75930329e5a8fa27e9228b940c4799707 1,259 0.60/1.00 vMB 9
706,147 706,147 0000000000000000000c2de932e110722e48309a16787e481a54d0f2a810025f 1,284 0.50/1.00 vMB 12
706,146 706,146 000000000000000000054c15c6b6870593fcd4341365e088402a0dfe296fc2c7 539 0.41/1.00 vMB 10
706,145 706,145 0000000000000000000d07c1a83859d4fee5c69126eb59389489ae2dc9b2ace5 1,255 0.43/1.00 vMB 13
706,144 706,144 000000000000000000069b66ea375129645ec30bc579e2f365e074f7382837ae 908 0.30/1.00 vMB 13
706,143 706,143 0000000000000000000a7a67b7ddcfb64663c13ca332869d1f47497010300e27 1,456 0.55/1.00 vMB 11
706,142 706,142 0000000000000000000c84524b385ed6660b5ba08ebebc912109a94de84d0a8d 588 0.52/1.00 vMB 4
706,141 706,141 000000000000000000002efcb8fbb9aaa2f0466816140e90f388e1f282224c0e 2,400 1.00/1.00 vMB 2
706,140 706,140 000000000000000000010875be01a0f4c63441e4585a45495e59b3f717f9eca9 985 1.00/1.00 vMB 13
706,139 706,139 000000000000000000070a89fd922446e37f4b303deae16efedc42cfa8d50e90 1,445 1.00/1.00 vMB 16
706,138 706,138 0000000000000000000a2455e48d067dfe6fd5a677178f7aefd573d1d3a9cef3 3,102 1.00/1.00 vMB 17
706,137 706,137 0000000000000000000d2b0c6cc4a30b7ab45d0dfbe9ab60caa2a6cdfa6d18af 1,205 1.00/1.00 vMB 5
706,136 706,136 00000000000000000003e79935ea65ded5de38ff45862899f13187b1f5bc430c 3,355 1.00/1.00 vMB 8
706,135 706,135 0000000000000000000b2c973677d66dc9c551c027b974979dd2b166e3191e2d 2,820 1.00/1.00 vMB 21
706,134 706,134 00000000000000000009c46770c0f17f6034b1b6fe465936e5397b91cd404725 3,462 1.00/1.00 vMB 11
706,133 706,133 0000000000000000000a5a3f682b9f4c4a9f28842d61fe9e48143e2225e9fa35 1,150 1.00/1.00 vMB 10
706,132 706,132 00000000000000000006c35d241c8affc9f276b46ffd69bca02d38bf624f5e05 2,187 1.00/1.00 vMB 19
706,131 706,131 0000000000000000000651c8a5f91880f2a588d5fadf9bd649180dab823314e6 1,766 0.59/1.00 vMB 17
706,130 706,130 00000000000000000005d80f76c8b310e76d90ce3edfc8f95b0af8bad1a9dfe7 2,562 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.