Loading Tool

Explorer IconExplorer

Memory Pool

18,983 transactions
10.13 vMB
0.02737156 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.24/200 MB

Candidate Block

Mining Attempt de7cc13b8ba7bc2a026ac62651cc6a848e9de2cffde6c5ec73aebe08471166e6
Version 20000000
Previous Block 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631
Merkle Root c270acd283ac6078303ce7b544d0ae7fea79b25aaf8bd08325d1db8722bace88
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,945
Size: 1.00 vMB
Total Fees: 0.01074588 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,545 (662,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,418 251,418 000000000000006920f27492166f8575011d9fd8b392489257fdb7f9f5af1e01 422 0.17 vMB 102
251,417 251,417 000000000000006deaddf43bd20316d8414a240bf7aa0f52da43ff9def90dd99 92 0.04 vMB 90
251,416 251,416 000000000000005620b43380c143c1b30b41174cc2344941917029f4c98cfe5a 125 0.05 vMB 114
251,415 251,415 000000000000005d0566652b2549637192d8830bcf524349f074c3eaa7d0b4da 366 0.17 vMB 93
251,414 251,414 000000000000002b3db46735e5621590ce3920fdc2db712a395bde612b88d6c7 376 0.15 vMB 109
251,413 251,413 0000000000000049055c4b847e58b72147f1247c1f050ce0a752275a79d2f8db 145 0.07 vMB 116
251,412 251,412 0000000000000056b46eedff77ba200c2cbfbcfd06e70e5398c0c82d73e39b0c 127 0.05 vMB 82
251,411 251,411 00000000000000297d758e05ff683d3fcd4074a7e0604cbec7277bd0fbfcf438 48 0.02 vMB 94
251,410 251,410 000000000000003925cb62f58966cdbd8f27ba6d01375c6a633f10390209ad8c 49 0.02 vMB 51
251,409 251,409 000000000000004d7958cc2781613d7e9bdc522f73c36cfd66aed0d0e9f013fa 219 0.10 vMB 107
251,408 251,408 0000000000000041ad5a4b3e256b87549507b2f895bdc86cd9766cde1c9df7ff 176 0.09 vMB 101
251,407 251,407 000000000000002bb709485c3b87ccb081e4b80596a34c0220c586221d6259da 141 0.08 vMB 89
251,406 251,406 000000000000001aec4fb5023b91bd1c47ca91b0e8962b2d9c8ca4431eb65dce 198 0.10 vMB 88
251,405 251,405 000000000000007282dd83085bf4beb6d493af7d8b548aeb1c138fa4ee472d06 131 0.06 vMB 111
251,404 251,404 0000000000000065d0a3ac28eb2989ae9ae242574911dbc4bf1456b7606d6219 22 0.01 vMB 104
251,403 251,403 00000000000000062fe8eb4e4d0bd8287d4bb591ccacdb727ef3eaf5ff50b044 223 0.11 vMB 109
251,402 251,402 000000000000006e8cbc0168e534b1d307d770dcc8791dc4fcc1bce7c88bc671 149 0.06 vMB 146
251,401 251,401 000000000000004dc57f725a1646d459c94659fc2eb2186235a44aaca99e574c 54 0.05 vMB 24
251,400 251,400 000000000000005f17704f915625e3fbb5b6037793165cc92f8709aae9db94c9 292 0.16 vMB 59
251,399 251,399 000000000000000c7d4d5c52e9a10444648afc5ca0a923d56742b5b0296fb943 699 0.25 vMB 148
251,398 251,398 000000000000000028b8843cf47e3e033b99e4d4c03f097bba9f24af6953e506 463 0.20 vMB 97
Previous 10 blocks ↓
Total Size: 779.81 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: 410.18 GB
    • Received: 2.17 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.