Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,130 transactions (0.32 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,799 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 1,127 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,798 (880,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,244 31,244 000000003267ba0e7597a765faf59d7e143cd41cf128dd7c808eca12f23ad892 0.00 MB 1 0
31,243 31,243 000000007f6941f8c8f554c19c03e24602bf0a7f0e4f5a77a449f69cf8990f55 0.00 MB 1 0
31,242 31,242 00000000ea8eda8eb167cf39c5edd7f55803c403e0c06c196f0f6d4a1964a200 0.00 MB 1 0
31,241 31,241 000000003b4d2900bc1d04da3370ab71e819d65d9d8f5efaad7070cc1d314531 0.00 MB 1 0
31,240 31,240 00000000fde8e7aac7b8ff29e49241ee2e6ea5a6951b8b0d6bbd9eb5730d1d23 0.00 MB 1 0
31,239 31,239 000000007a67c05cd9b0ac11319a599205803741036f78c3885e6a9632b80558 0.00 MB 1 0
31,238 31,238 000000005dc6c149954adb72d2d088432b63e7e9ba7a21dcc1839629619b634c 0.00 MB 1 0
31,237 31,237 000000007065c43c66a69e61d953e76b3e7b6e79beb4693042015c5a8c5e6e3f 0.00 MB 1 0
31,236 31,236 0000000048896f7122a0f42f90b77cb8943430fd5889cfa6590db83a13cac01a 0.00 MB 1 0
31,235 31,235 000000000d34137c3a0ed9d82d58b42f24baf33da74c0273b22b392f3b6bc9e2 0.00 MB 1 0
31,234 31,234 00000000c234ff39c94907ab7e4eb03f4a2951eaeecbb06fd883d0bbcbab773a 0.00 MB 1 0
31,233 31,233 00000000e87826622f5f3766cebdba02a2781954fa1e9a967cf273b7e87082ad 0.00 MB 1 0
31,232 31,232 0000000021cd3b9487a7298e91743f991518be5eac8106c9ba0d14486281b243 0.00 MB 1 0
31,231 31,231 00000000de862b93032d41c43de4985d7f49ec8d1a918f71c39523d35921a06a 0.00 MB 1 0
31,230 31,230 0000000021658472f79bdc771c1466916cc04803558117d416c1026f6a96f56a 0.00 MB 1 0
31,229 31,229 000000003c369b3f00a8a0aef86922390d2d663008e23d60ff3172f1ebaeaee8 0.00 MB 1 0
31,228 31,228 000000000a31fb5cee5080b5c31b3f11e4d4a204620c0291c7cbea5de8c800f7 0.00 MB 1 0
31,227 31,227 00000000f0b42720c95b31df9545da18f38b96092381315601ab206ed5730671 0.00 MB 1 0
31,226 31,226 000000006e4f30ed63a09e3b055fe5a895f1eb9b86991c6f8bee3e92eb8a8ae8 0.00 MB 1 0
31,225 31,225 00000000fc33549031fb62a19c9b0d5470b82e498ef9f09bcb32958435d48802 0.00 MB 1 0
31,224 31,224 000000001cfb7eaa1d093da6e88692a2024ce59be5da886d671f6bca11eb8487 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.72 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,445.19 GB sent, 132.13 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.