Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,235 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.42 vMB 1,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (517,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
393,505 393,505 0000000000000000098ced21193e6c3fcbd9f4c825be67bf8d94219d2e002a4d 0.95 MB 2,244 43
393,504 393,504 00000000000000000186606e42429fe15c21d1a6fc8cf0e4c9be6ae449ba8ed4 0.00 MB 1 0
393,503 393,503 000000000000000008a253a349c6b0a760d38397f6b3669eedf758e1ab9b8583 0.93 MB 1,555 27
393,502 393,502 000000000000000002c1796dd2e2fb49ca4968cbc6be08b6fe697e0576dcca71 1.00 MB 2,643 52
393,501 393,501 000000000000000008cf9ecdf60cec4e70df82767e532d70cd32563a61cfbe7c 0.75 MB 2,010 41
393,500 393,500 0000000000000000054fd9e46e3ca036c43a3c26f05da750c9a9fe50e67e79e3 0.95 MB 2,853 55
393,499 393,499 00000000000000000204d097a11323aea1448cfc9c36148b7d9db53671ed3b38 0.00 MB 1 0
393,498 393,498 000000000000000000314c532a61486a8aa591b5ff282a60ff28514e464fa850 0.91 MB 1,078 23
393,497 393,497 00000000000000000350217fc73e097239513e8378adac9a93d621183a5f5d14 0.95 MB 714 14
393,496 393,496 00000000000000000682f56fc32f428677d1b7f94c6af1d6b8966407b8250210 1.00 MB 2,285 34
393,495 393,495 000000000000000000e1f51f9013b3edc190c033b616f2c63bf08ae29048f76f 0.00 MB 1 0
393,494 393,494 000000000000000007e8130ef738efacdc7d1eca2de4f612fb01f7451a408fe3 0.95 MB 1,897 31
393,493 393,493 00000000000000000296bbe9d625b9d2916915c5ec63fd979029ebca2dd06e2d 0.95 MB 1,927 36
393,492 393,492 0000000000000000000856feb44730996b009ee71828adaf60e518579ccae476 0.99 MB 1,270 21
393,491 393,491 00000000000000000688451aabfbcebeceb108ace2c02af1e1a6372c59bb8740 0.93 MB 991 23
393,490 393,490 000000000000000000d9954f6c06e8835a0a51053369103ac90c4a489c44af29 0.92 MB 756 22
393,489 393,489 00000000000000000203e7b53aceda69ed6b2dd3b8238310e07772f09e1e8386 0.93 MB 1,009 25
393,488 393,488 00000000000000000831055c7d2aca4819e925757bd08af3183e68beefd6f82a 0.93 MB 1,023 21
393,487 393,487 000000000000000000a2afc3db03b6a5a82a4f1ed5eff9ba45d2426c7b584416 0.93 MB 1,746 33
393,486 393,486 000000000000000000e905fab12460b4e534b3c1b65cf36801b4b624dbab159d 0.00 MB 1 0
393,485 393,485 0000000000000000033239fb20eeebcf4e0bb91278c1aa9c052f51450b2ca686 0.92 MB 856 16
Previous 10 blocks ↓
Total Size: 775.84 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,399.55 GB sent, 128.01 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.