Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,808 transactions (1.59 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,781 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (870,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,243 39,243 000000006409f7568fdd8a9b0ab444ceaa39ad8db0ffc4d2eacef7fee985c37b 0.00 MB 1 0
39,242 39,242 000000006ef8239bb8e3222e5ea888b543c458e5a0f3051c3cf891dc265ecf71 0.00 MB 1 0
39,241 39,241 000000005745fe1bdf1e302661230e739d0d57e9987287516588cd8e52189e16 0.00 MB 1 0
39,240 39,240 000000002fc2c6583e593c6fe6e0a91d40b11af53a39d2fe8891abd383f32599 0.00 MB 1 0
39,239 39,239 000000003fa53a020631ad842f873e9e11ae7a739690f3d9ccfe22d71262dac8 0.00 MB 1 0
39,238 39,238 000000004c74621b0a5ddacdd136198948155109adb3254a25a50ff4f5e6040b 0.00 MB 1 0
39,237 39,237 00000000791f62b9228453855a26bc8b1c15d4a1156d4a2cdea39689963e2d63 0.00 MB 1 0
39,236 39,236 00000000112aa120d311ad62cf1f7164cdba38bd1c61c8ed60b31cbf2342a66a 0.00 MB 1 0
39,235 39,235 00000000272c0f988729e03e1fbf7cfbe0a6b1bbd17464e76c0cb94202d457be 0.00 MB 1 0
39,234 39,234 00000000397ce1c7d9bc5bb9ccf6f36205c6fca0b36e739688a82a1d55ff2f54 0.00 MB 1 0
39,233 39,233 000000003e3c1b30115794cf9d9c2a002834460c3ae6779be4841f62462fb7cd 0.00 MB 1 0
39,232 39,232 000000000e7b1749567f0c20e152094bb3f28b9b84c295611f5ec7df7005bc33 0.00 MB 1 0
39,231 39,231 0000000088e27eb2abe7f991d825729daad0f01585c7a999b752d1963f11a8cb 0.00 MB 1 0
39,230 39,230 000000007aa5c5fc52f2248ffcadc667998c86bb26e9117c205a671bb444f107 0.00 MB 1 0
39,229 39,229 000000003de778d237a2770f1adcb135a219e5046965f8713d7efaf940727727 0.00 MB 1 0
39,228 39,228 000000002a3884bb6e542d6708b26d53b65792e8b2880ef51fe7a5cbc0a1af63 0.00 MB 1 0
39,227 39,227 0000000047024696d34c4ab8964b79ad339a568695d81f0c09c1575a3e7c54b0 0.00 MB 1 0
39,226 39,226 000000006ec4bb1e23fca9a3a54fa71f9cd628c039f271c4bf3963a940724e27 0.00 MB 1 0
39,225 39,225 0000000084ea145a2696bcfbb6acd7d5c16c3c3882a639a7a912224ac586a798 0.00 MB 1 0
39,224 39,224 0000000026011e861a39e36351a1193f279d73f0975cc72ac3c7be3898609cca 0.00 MB 1 0
39,223 39,223 000000006546fcd634c9bef5673bedf7caddd274dfc8af2e6752fb8d0012d21e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,186.08 GB sent, 115.80 GB received

Notes

  • This page updates every 5 seconds.
  • 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.