Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,550 transactions (1.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (867,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,480 43,480 0000000030ebf6f9da012834b5183beb77003d3a2ba6cb3debd372f0eb240dee 0.00 MB 1 0
43,479 43,479 00000000086c04e790b14fa22d954f21e895d21615f4910470cedb4654bb6f9d 0.00 MB 1 0
43,478 43,478 0000000019c20b663ae12a2e674763a0aa1b79a0afcaf1a0554034c8d14f27ab 0.00 MB 1 0
43,477 43,477 000000002b9cdcb391e6fedc50562658016272f8d455d4f8ffc1a8a09fafc6e8 0.00 MB 1 0
43,476 43,476 000000000540cc641152ead8073033669c8bf5ebaa256e504f5f4c753e478617 0.00 MB 1 0
43,475 43,475 000000002705c5965e6975b5a318afcde14cec0ff1887e3bff8d7a8af84e6f24 0.00 MB 1 0
43,474 43,474 00000000301edc195e2cc4885a29d8cf81e4304cb9a1f2ef8d08ba425b2aa679 0.00 MB 1 0
43,473 43,473 000000000fb21402953c19aa2b7ab5875816237e4e49189d7c7284923b801298 0.00 MB 1 0
43,472 43,472 00000000067d78f7bbaf6158bbfaf5abad9b1dbe74599c77d6ec8628a87b9af1 0.00 MB 1 0
43,471 43,471 000000000ecd6c0a7c9460ae319e4deeffa619c300816fdbbd40a6d93ff1218a 0.00 MB 1 0
43,470 43,470 000000000f5bfeba34af253c79a17266f6adaaf469f30b02fc2f4cf1278a2623 0.00 MB 1 0
43,469 43,469 0000000021c41d24c857e497a910afcb76fbfdc014cd3978b922fe91490a1322 0.00 MB 1 0
43,468 43,468 00000000346e9a9f234765d14403d7c2fcd09c20f8cab27b5b952ffb4628731f 0.00 MB 1 0
43,467 43,467 0000000027328652a2ec3d9665713bd65f1c2bbd3f40f5f268acb2d996e99515 0.00 MB 1 0
43,466 43,466 00000000352d80d2245e4b9b83a4e43b729481e39d787bf7864324a9e30ddbca 0.00 MB 1 0
43,465 43,465 000000000914d26e2d632d729cab954fc9f22ce2780f61cfcb34fec4b0594337 0.00 MB 1 0
43,464 43,464 00000000338493d41245f3e5bcf80922abbe3f367bfd75ec57e3820dfde7f6dc 0.00 MB 1 0
43,463 43,463 000000000f76832bf594328ef382240d201261ba8938468c05440db94a79e79a 0.00 MB 1 0
43,462 43,462 000000003a1a66d7a8071d8a0229ea2f1f1e52fbf7339cf765aef15c0e91e083 0.00 MB 1 0
43,461 43,461 000000001069a8761bfcba49bec3906ed3a7fea0797781880e6c0b8fade6475f 0.00 MB 1 0
43,460 43,460 00000000155aa73d4333c2bb9d78b8f7a0f8e444776d96611806cb377d8cdeb0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

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