Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,807 transactions (2.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,607 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (876,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,348 33,348 00000000b9411cd51b7a9003526095bad8c14bf289c56756f6ec626d8437d02d 0.00 MB 1 0
33,347 33,347 00000000d4bb6bdccf0f19a3351051ffc56bb9dc29fe32ff76c5ccb6857ac0da 0.00 MB 1 0
33,346 33,346 000000004c6cfe7d7aafba71922b8483e0aeacd7095fd2967d9c3e586ff92447 0.00 MB 1 0
33,345 33,345 000000009b49e41465d9936fedd8701b3f0de543d38f330510eb280caae82059 0.00 MB 1 0
33,344 33,344 000000002235a957c65b9f0aa00cb83f7265b673fd77cb8f5a4d442caabae300 0.00 MB 1 0
33,343 33,343 0000000046a925a89f0a39c978883e2014d4981728dff0a79f8af4d7278e5db5 0.00 MB 1 0
33,342 33,342 00000000c0d92836f663d53ceeea13b386b262e74d71ab1926a9fc960b64da7b 0.00 MB 1 0
33,341 33,341 000000000282c0e4743b706e1d4505a9ab9ab6058aff19da751644baaf773b7f 0.00 MB 1 0
33,340 33,340 0000000016f8372a0cdd7ff28382a274cd0eba8cf791b9e89ff6e09c3eae9733 0.00 MB 1 0
33,339 33,339 00000000a42bb212bdc472fb9019364a9cdbbd86f72cdd3e46084659c50fa033 0.00 MB 1 0
33,338 33,338 00000000270eb5efe63d4ea3e5f428d90e579a0c4627905eff079afbb97bbd61 0.00 MB 1 0
33,337 33,337 00000000cf9aa3d2114e59db933f7776db871a603552682f8cf6b4d657181a51 0.00 MB 1 0
33,336 33,336 0000000037ca27be3e23139caa31e8244dec2497286cbc4d37f62e7d4ffc7b38 0.00 MB 1 0
33,335 33,335 000000000821e5a1597031ace235fe1ef878b4eac6919752949eab4eadf29cdc 0.00 MB 1 0
33,334 33,334 00000000c9e959f1852f1b3ce41f3bb08f902f5bf90247a61fc03b94b10087ce 0.00 MB 1 0
33,333 33,333 000000002dd5588a74784eaa7ab0507a18ad16a236e7b1ce69f00d7ddfb5d0a6 0.00 MB 1 0
33,332 33,332 00000000920c6a17d60885cd045953e2449197770745d269903d6de71a5d5ea0 0.00 MB 1 0
33,331 33,331 0000000027b224dc0acdd44e2b1ea5f05f3909847d6f6f1a4f98abfb22239b4c 0.00 MB 1 0
33,330 33,330 000000000bd4fec9196879532a7156cf9edbce112e2bcbd9f062de5888db708b 0.00 MB 1 0
33,329 33,329 00000000c31906ced50c481ab0169d1bfc835ddbbad32cf791f0a2dd0d77ffe1 0.00 MB 1 0
33,328 33,328 0000000040fa80b0c9d49b64f53aed354f28cd32dc53a7b2297b8d3ed60d4fdb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.69 GB sent, 114.60 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.