Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,040 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,144 000000000000000000022cb30000000000000000000000000000000000000000 0.85 vMB 2,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,143 (876,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,415 33,415 00000000799c8b2effb50713c44b2cd6a83c8538179d8305b163a5027d6d7089 0.00 MB 1 0
33,414 33,414 0000000031b5e5cdbd2f5d4564dacc6365a6eca763dcb3bc741fd03036955064 0.00 MB 1 0
33,413 33,413 0000000007d7f2a3ea61743c2974fd6cc0bb24dab386a12eb0642a5c821e8431 0.00 MB 1 0
33,412 33,412 0000000024895bacc47c52ec71ab90b8043981d8f0262314d92730032179358e 0.00 MB 1 0
33,411 33,411 000000007e1dff4b1789d15c549d0f2b081f89090921c974cf9096911f3b040f 0.00 MB 1 0
33,410 33,410 0000000094c986721578dd865d600a2ffc6b7e81db0c23e82c4c55e34cf6ca5d 0.00 MB 1 0
33,409 33,409 0000000088f6a407c2f8d197e7474357b8c5efd86c52c72e05606705da716e41 0.00 MB 1 0
33,408 33,408 00000000c6ddf0e2598f01c89b802bc6ca2406720fa3d9d74a053c59234238d7 0.00 MB 1 0
33,407 33,407 00000000cd42adb13b2e951214aace650e566310042bfc6af0c2a22cd695ecfe 0.00 MB 1 0
33,406 33,406 000000008d177f8bfa57d3e16aea006a262b930dfd3988fa1eb9501571c7208c 0.00 MB 1 0
33,405 33,405 0000000096b964bbb2de706d64aa9e15d88357588f97551df6f20a2567554161 0.00 MB 1 0
33,404 33,404 0000000004763dcafe5f903d3912c7d57b5334ae844a9ee49a4dbf9de0a25951 0.00 MB 1 0
33,403 33,403 000000007736b24fa57ac43c8669310285a4321abb898a83364d5dea1a865b28 0.00 MB 1 0
33,402 33,402 000000009a70ad63c14325d2878f055ee4185b4d316efb1fc7af27029666e548 0.00 MB 1 0
33,401 33,401 000000004effe50e92a57ac4ff69e24a4a8ec722936cfd3045f927d3ea080afb 0.00 MB 1 0
33,400 33,400 000000005dac67ecccc6134c3218302a014e60b80aa2695a9874e35958c79f02 0.00 MB 1 0
33,399 33,399 00000000b0969649329bf543d8b4bf1e9260046d7f3945b9db2152b0d4746bff 0.00 MB 1 0
33,398 33,398 000000007e355214c51c4f00b8f7f45d2015279ba0aedc2fb94e16291af63195 0.00 MB 1 0
33,397 33,397 00000000b5ed39957b69f4e6e29c81060967fe90053c76ae716e5bb5f11629a2 0.00 MB 1 0
33,396 33,396 000000009dfd62f98fc9ff0dd4ef7f5d671877c4ffe85f05a9f8861d98bbb09a 0.00 MB 1 0
33,395 33,395 00000000c2dc35ac3e1017c02bf1f58da0016e47acbf3d9d605ed72d65da7d6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.66 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,193.13 GB sent, 116.78 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.