Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,716 transactions (2.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,942 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,405 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,941 (867,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,367 43,367 00000000228d28ac306b4e03158debf09ed2324a53cd6b44263f1bf29a2625e5 0.00 MB 1 0
43,366 43,366 0000000010ffa1fe9bd11d76fafc0d2a4c7f343fc1799d7eb829ce94546edb1e 0.00 MB 1 0
43,365 43,365 0000000034f5f1d94a513ff22c90f31768d441a70006716315ad7dcb81a70f19 0.00 MB 1 0
43,364 43,364 000000001dd7dcc51ab4d891da4dea2ac5695e99446655c5c7723787badb796a 0.00 MB 1 0
43,363 43,363 0000000008f372b6dfe258f0f916d0a35df049dcbeb3b9f6f2d699bcb5163968 0.00 MB 1 0
43,362 43,362 0000000033de7f2fe4d0710ecf742bddd3b54e48cc9f51d7aff3de8e7c492650 0.00 MB 1 0
43,361 43,361 000000003c97aec68f6fd271ae6b4da15e95fecd6fd3063d5d8922d4c68993f9 0.00 MB 1 0
43,360 43,360 000000003d169cf4f58d7f5d1322f6c0660ef157684f1e0111b4773ecc7c31b9 0.00 MB 1 0
43,359 43,359 0000000042b83354bae3fa04ae6898d39f8dbbf96590db0a25d8daf6ffb0bda3 0.00 MB 1 0
43,358 43,358 0000000011b08220cfb653e2b542bd756fa5b3e34c25bb82f4864b678659b394 0.00 MB 1 0
43,357 43,357 0000000017c29784c0ceb18053dfb0e3b19d42d9532860127841398e7099a5ce 0.00 MB 1 0
43,356 43,356 00000000436ab716b2b5b337823fb12c749260a79b89c9daad16927c9ded4c09 0.00 MB 1 0
43,355 43,355 00000000161d605926bed3cda8d41219fcafb2a949690dd8c643276ec3d422c1 0.00 MB 1 0
43,354 43,354 0000000042020489e6f7166a90a6ffb1c9b29c2579e331f42d8db2feae963e3f 0.00 MB 1 0
43,353 43,353 00000000329d9b220b6e8efa2c336aa2a80953887a41d3d69851447825b3c75c 0.00 MB 2 0
43,352 43,352 000000003a21126fad421e8aba9d4c0e0b084b849b1525bc7df19139da9ce42c 0.00 MB 1 0
43,351 43,351 000000000c0b7d8635950580af8a7cbe97fbd58973781761751fddeeac324b8c 0.00 MB 1 0
43,350 43,350 0000000004722763b2914cdc668d18e6967b11ca7ec9f72819b50839482044bb 0.00 MB 1 0
43,349 43,349 00000000312fb85032916b1396db0e5e1f5efe64ffdc0d8ca7814df67d548f61 0.00 MB 1 0
43,348 43,348 0000000004d69c2ebb5a2207ad6a5bf7bd6f7d860811668fd4937fcd4604b2ca 0.00 MB 1 0
43,347 43,347 0000000029b25cceaa0a2a50e0df694ae611bbc001d7bf0b82d5898d8993b0ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.13 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,352.76 GB sent, 124.40 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.