Loading Tool

Explorer IconExplorer

Memory Pool

39,021 transactions
28.77 vMB
0.09524742 BTC
Random Selection Loading Transactions
Max Size: 145.95/200 MB

Candidate Block

Mining Attempt 76d5a5e165b8eeebe672a0c4eb22ffb93f35995060e9db2d214aade28bed2ed0
Version 20000000
Previous Block 00000000000000000001dc6bc120bc9a373009a41af3c4d673cecfe09352bc0f
Merkle Root fde3eaabc4a08f28fbeb4d1c0b7c73575ca10583aa081f84a31a0cb6e9f8876d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.03945084 BTC
Feerates: 150.92 > 3.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,548 (104,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,223 810,223 000000000000000000012939c2ebed53e3ffc424c5ac31a75349e4390c3f9811 1,967 1.00/1.00 vMB 30
810,222 810,222 00000000000000000000439d15867cc19b29bb44746f8e7e4381c16b76c30ede 2,228 1.00/1.00 vMB 12
810,221 810,221 0000000000000000000441ce6b81b0e9a92bd4d066f2fb945634b1281a2f5240 1,633 1.00/1.00 vMB 23
810,220 810,220 00000000000000000003b70e9eeb60ed382909c42d63eec5b2d1ec821f7a9485 3,878 1.00/1.00 vMB 6
810,219 810,219 00000000000000000001ea4fa4ece42b581f5fdc166f7b38f5c8fa681e4df428 2,497 1.00/1.00 vMB 14
810,218 810,218 000000000000000000013ee2d93c26dc2ff0caa5f2ec85685f417b6f28d1a796 4,358 1.00/1.00 vMB 5
810,217 810,217 00000000000000000001617c47276c60dca2c1115ada583ca27df1f98f564f14 2,932 1.00/1.00 vMB 9
810,216 810,216 00000000000000000004ec54730438f390b5284524e581feb471639ebe4398f3 2,980 1.00/1.00 vMB 20
810,215 810,215 00000000000000000002e60058b030f8f5c6a73a4d9c303a08996179bda559ed 4,430 1.00/1.00 vMB 4
810,214 810,214 00000000000000000001d4e8965451fa109b0b7b8526ba2af168f20f0b9a7bcf 2,716 1.00/1.00 vMB 14
810,213 810,213 000000000000000000017157c555d2dbb157fab5fc745a16b08e6738e0c85936 4,263 1.00/1.00 vMB 7
810,212 810,212 00000000000000000001e1f6c8ead46189e4be15a9d4ed23c9c3ab8173592fae 2,275 1.00/1.00 vMB 19
810,211 810,211 000000000000000000015d7268a3392ee8a1d12df7487ab05a16850db6b55d27 3,783 1.00/1.00 vMB 10
810,210 810,210 00000000000000000003bc9f4d0c3ee9506a98af5f998e76a26d0ce738857388 1,942 1.00/1.00 vMB 10
810,209 810,209 000000000000000000023aa4cd17246fd163f70c76886d0a8a0c95de12064463 4,082 1.00/1.00 vMB 10
810,208 810,208 00000000000000000003d001eba5cebcc7f518100c565e9b81a8d43abe1a4647 1,519 1.00/1.00 vMB 2
810,207 810,207 000000000000000000005bf8f39f891a7ef192cd420aca62e6e4e712f9651345 2,707 1.00/1.00 vMB 13
810,206 810,206 0000000000000000000328e424cd9ff6317a8f256f7bc2b5d3aa487e295eb27d 2,794 1.00/1.00 vMB 11
810,205 810,205 0000000000000000000388fb7927edce65a92fd529855ee0964a132a74943fd1 2,259 1.00/1.00 vMB 13
810,204 810,204 0000000000000000000025c009ef7f5a53d83c0f90b7204e6d4d6b8c558c3f46 1,544 1.00/1.00 vMB 5
810,203 810,203 00000000000000000004c503eb1af0f16fe468100db3dae2caf7420f22aaa8a3 2,862 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.58 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: 623.06 GB
    • Received: 11.41 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.