Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,009 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,000 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,999 (821,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,316 88,316 00000000000af43ad0312a6180df3f47175db36fd561b215377b2d76fd149762 0.00 MB 1 0
88,315 88,315 00000000000a22f87bc0b51c29db7351282f01ff0f3dc71c30259e0d05d1d11c 0.00 MB 1 0
88,314 88,314 000000000019f4ed9d6269a97e2f36fd3c8501427b3ea51217e67f981e3a009d 0.00 MB 9 0
88,313 88,313 000000000008133f2a9f7eac32df158515a2fb877bfd467c65ac21af0ae25c89 0.00 MB 1 0
88,312 88,312 00000000001a6b0ed3af437b32c54b6f438d59d31d799d58b3cc05ec9a59ed88 0.00 MB 2 0
88,311 88,311 000000000005ed8372a8c1b4438166fd21889d142c0e984311999a9415b618a8 0.00 MB 1 0
88,310 88,310 000000000012cf1e3ee6a2a9225e800c5f0287e9e77fc72d487344703043cc1f 0.00 MB 1 0
88,309 88,309 00000000000015bf24d5ff006970675604c35b238619b682a7a6d27af6c5931c 0.00 MB 2 0
88,308 88,308 0000000000100e7ef29a9699f727a73d16cdfb3abbe69d3c86a6a3da55ee9f00 0.00 MB 2 0
88,307 88,307 0000000000122eaa924600627ae6796ab6efbb18fdc40e990488cd1899ccd9dd 0.00 MB 2 0
88,306 88,306 00000000000d668b6d4cfbee05e0a065b07d2e6c34418d5128d24a35bcac5da0 0.00 MB 1 0
88,305 88,305 0000000000027b00270bd00458d1f719e2ed4c444de504e497b690ee434cb57c 0.00 MB 1 0
88,304 88,304 0000000000199a680beedf81f528657d3ba7d8c66c7b7c54e59c16a596f0d8dc 0.00 MB 1 0
88,303 88,303 000000000017bee1072e326d292d5145b571367d2a819dec9f28682850aaf18b 0.00 MB 1 0
88,302 88,302 000000000019426976ef92a7f06ae3c2cefbe2633a0eb31e759436270cd21eee 0.00 MB 1 0
88,301 88,301 00000000001c741589299f02e5c2f0b3037b6456fe3f13967d88d003f50324ca 0.00 MB 3 0
88,300 88,300 00000000001dd476950393d78d77faf25df9c41c846015be9ef106c42dbc50b9 0.00 MB 1 0
88,299 88,299 00000000000ba211fef6a8f89021713168b61d9231663e79ecbbebead890a47d 0.00 MB 2 0
88,298 88,298 00000000000fe303586929fa7e43b7de8a4fd4a40b630e8868421d0a1d065ae7 0.00 MB 1 0
88,297 88,297 0000000000095838af0566dd6edbc69958f2dbb76b93e7bb8fd03d6df6d73323 0.00 MB 1 0
88,296 88,296 00000000001ca4db5bc236575ab267299842b443d64b2a7d88c236551009f5a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.39 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,182.78 GB sent, 115.24 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.