Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,860 transactions (0.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,956 000000000000000000022b910000000000000000000000000000000000000000 0.57 vMB 1,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,955 (314,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,305 597,305 0000000000000000000265c007a4b075297024709a8911f74dfc452ac1a0bc51 1.36 MB 2,899 70
597,304 597,304 00000000000000000009b6d07f8ed3ac969bcca21b25c0fae9531aac2c515c43 1.23 MB 2,671 29
597,303 597,303 0000000000000000000d33a06e13a10a67599f04c7edea8f9f59128762e086fe 1.23 MB 2,457 24
597,302 597,302 0000000000000000000349c570d929b8c99a9337d48e8befb533cfa2c05022d9 1.36 MB 3,112 62
597,301 597,301 00000000000000000006a88f98038fe48ee89ed414af30346c525a9aded91e24 1.25 MB 2,617 17
597,300 597,300 000000000000000000122bf604258fc9230d7bc0a5bcaea3779ca29ddbfe583b 1.19 MB 2,793 26
597,299 597,299 000000000000000000149a33dcbf1515b360c332e26a4dabf0ba9aefe589de8a 1.41 MB 3,033 57
597,298 597,298 00000000000000000001233d251deb86428cc9c6db690cf8f45c155b2637cb5a 1.29 MB 2,898 43
597,297 597,297 0000000000000000000bd69d631a606b62de3912311f865ca076d9ad6cc3bbab 1.28 MB 3,013 35
597,296 597,296 0000000000000000000f2bf2358900369791ed1773ec4364f531452b22636d1b 1.23 MB 3,002 34
597,295 597,295 00000000000000000008201f1647cf435e25cc781728d48bc2830acd53ade15e 1.26 MB 3,468 47
597,294 597,294 000000000000000000065b0ee11a902f7cb73782adade1010b465dc5b0a1e3e0 1.45 MB 2,197 36
597,293 597,293 0000000000000000000d458b78d8d551c8263be35e97fcde6a5e0d1ccd028472 1.30 MB 2,868 61
597,292 597,292 00000000000000000011c247ae656be4421b88b19087f1dd3828381e16978248 1.27 MB 1,575 29
597,291 597,291 00000000000000000008845548663a4ae8086637b6cce10d99bb498d4f8e85ef 1.42 MB 3,627 50
597,290 597,290 00000000000000000004d50e0af06fab60a6667c03fe3d7e527c73010a7c021e 1.29 MB 3,165 38
597,289 597,289 00000000000000000013293639706b26f46ef858dee6a5dcd96d901096a95d55 1.38 MB 3,218 74
597,288 597,288 00000000000000000007b083989b3d5a937c8a6d3b633130b678fb4780643811 1.20 MB 3,435 41
597,287 597,287 00000000000000000008288f2a7f47d0b6305545e2c71ee578c7d853e3a95a23 1.32 MB 3,256 51
597,286 597,286 00000000000000000007586cb3ec96e0bc2ab3713e5f43ce424b9d4305298263 1.28 MB 3,124 44
597,285 597,285 000000000000000000153020894f8e76fde2a072eb76b6c24487834db3b0f82e 1.27 MB 3,367 50
Previous 10 blocks ↓
Total Size: 777.00 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,495.92 GB sent, 133.46 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.