Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,757 transactions (0.51 vMB)

Priority:

  • 1 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
910,160 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 1,739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (876,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,421 33,421 00000000ae7b7b61785371cd7428e7467fb653f043427d720a758ef1a17e7956 0.00 MB 1 0
33,420 33,420 00000000060f93a1138b8fcf1126453e798a5b6ba648791ab510c5cfc188f81f 0.00 MB 1 0
33,419 33,419 000000001e98b67e325bf9305ce2c064f204ba6b22d13f08e1e8e670cc2322a4 0.00 MB 1 0
33,418 33,418 0000000063c6f1bb85bafd0ef52cd57011579000d99d72b8ad8f8f8973c7ede8 0.00 MB 1 0
33,417 33,417 00000000ac46655e7b5c06456282c05a4879e261aa9e71c884624095402e6bf6 0.00 MB 1 0
33,416 33,416 000000001194081322224bb618a55739df6ea8f2d81b2304b37820b56af1f8bc 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.69 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.75 GB sent, 116.93 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.