Loading Tool

Explorer IconExplorer

Memory Pool

82,137 transactions
31.13 vMB
0.10277118 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt c70cc91e678d644a42d2126c49d0a8b539f9376eafddd0ad1b8d79c0bc361738
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root dd1c88568cdfe536d08af2060a043644c56d5abb041245355eb3ff9bb7424665
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,196
Size: 1.00 vMB
Total Fees: 0.02827830 BTC
Feerates: 150.77 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (466,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,180 449,180 00000000000000000041cedfc517287d4f8b11a00b7acbd9dc2b608fe1e987a0 2,540 1.00/1.00 vMB 76
449,179 449,179 000000000000000001d76cf158c2c96742203eabfa40252a52b32d2440544a3e 3,033 1.00/1.00 vMB 108
449,178 449,178 000000000000000002680b828196d3e6a027b9b05cbcf5d846ff72152a7c3821 2,393 1.00/1.00 vMB 78
449,177 449,177 00000000000000000240e871772558bea2421a687c7c85ef22e96db33a8aad3f 2,800 1.00/1.00 vMB 92
449,176 449,176 0000000000000000002ed7e973b5afac3dec3a1d7c35555585857e309fd54aa5 2,234 1.00/1.00 vMB 66
449,175 449,175 0000000000000000022c801d091d4860abef8df2b292db49b37aa4e3e28c0d04 2,531 1.00/1.00 vMB 86
449,174 449,174 000000000000000000526f04b35d62f41048dffaf6c690722b7e7c6d52f49f3e 2,396 1.00/1.00 vMB 100
449,173 449,173 0000000000000000001f98bb85bec12f2e609ac232569fd3eb19ad3ffa3c13ac 1 0.00/1.00 vMB 0
449,172 449,172 000000000000000001cdc80e0670909e170a79b27e22cfcaeccc8dd3eba6e3ce 2,016 1.00/1.00 vMB 73
449,171 449,171 000000000000000000455d75db52f7ecfcdaaf1c89e157aacb7ad5d6281f393b 2,486 1.00/1.00 vMB 91
449,170 449,170 000000000000000001d5416611e8fae7daac99f38116faac56bfb90b994f2794 1,541 0.66/1.00 vMB 60
449,169 449,169 0000000000000000022e68c4183ea3f6dbf7b6e0ea7c16bb7a639b14e4f2dd25 2,464 1.00/1.00 vMB 95
449,168 449,168 000000000000000001d074e39fa53e4bcf59dd85e36b46facb2b0f05b9e078ec 1,753 0.82/1.00 vMB 82
449,167 449,167 000000000000000002c833162c0d6960e9d1b2c17e3eb94e57a3db013c684328 654 0.36/1.00 vMB 56
449,166 449,166 000000000000000002a570a568274344f1cc0c1df7778dae40346b50d3d196f7 564 0.31/1.00 vMB 46
449,165 449,165 000000000000000000f175edda5b09b6c706b9015426575e8290b2de3ed9839b 1,949 1.00/1.00 vMB 58
449,164 449,164 00000000000000000108429e610bb15fc43a4d51d0af1ae43e86d2c40de4e8ba 2,860 1.00/1.00 vMB 71
449,163 449,163 000000000000000001fc0b83111a4618cc7f86ab8f2ad19bee49e7163efb65e2 2,415 1.00/1.00 vMB 79
449,162 449,162 000000000000000002027f7d44d3011e8bbd6aeeb9522beabcd035d023aec691 2,690 1.00/1.00 vMB 104
449,161 449,161 00000000000000000137ef6e447c94b7f425c2d19380de6a14e651e84d1f1223 2,561 1.00/1.00 vMB 75
449,160 449,160 0000000000000000015b4dc73e1012241ed7ba862e73f6c7437f311be03393ef 2,335 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 783.04 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: 720.22 GB
    • Received: 18.15 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.