Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,252 transactions (0.39 vMB)

Priority:

  • 1 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,682 000000000000000000022b910000000000000000000000000000000000000000 0.35 vMB 1,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,681 (894,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,537 17,537 00000000e6f8293e49a87ec1e98c3117dd1abba58a91091906711f21dd047f38 0.00 MB 1 0
17,536 17,536 00000000310cdd973cc7348afc8f78f25319ea178147a64843edc9c0acbe4abf 0.00 MB 1 0
17,535 17,535 00000000c40822bef4c25588568cf7c9ca055afad799631b3477a201fdc7e667 0.00 MB 1 0
17,534 17,534 0000000059adc4ee1bcb711de7cc92e957629b5789c85a4404f64bcf61beafbc 0.00 MB 1 0
17,533 17,533 0000000010cb522d4ca4956475d74b7203de5cea8da858144e292cdbdb408e4d 0.00 MB 1 0
17,532 17,532 000000008b99e8c3a9ceba7d7bd496edb64273f000634350cb288d84172c28e2 0.00 MB 1 0
17,531 17,531 000000003a08136d53e23a9410a779f43a4e90043a60c8ba4bdcf37aed383dba 0.00 MB 1 0
17,530 17,530 00000000985189c66d316560887774d04de50d4876783beb86060dc59a321e5f 0.00 MB 1 0
17,529 17,529 00000000072ab9376aa6448888aa06fcd183aa1b55ee31ce52863c082b3bca87 0.00 MB 1 0
17,528 17,528 000000009ae6547f04d014edf6d66edebee2c239a79037cf4bb6e70ee1837bb0 0.00 MB 1 0
17,527 17,527 00000000973b746eb9c1845e1a0d318a7d8bb15f2ce85a1f1169f99811be42fc 0.00 MB 1 0
17,526 17,526 0000000051e91fcb9d40884a925a9821433987d15b2b9e622af213000cf704f3 0.00 MB 1 0
17,525 17,525 00000000ba145ec0ead7e66500d3e4e9795a885d9968f61bbcd52abc4859c59b 0.00 MB 1 0
17,524 17,524 00000000da591b0e0b7fff9afb430ada1774c3ad3c56fdd73abef4391f7e9c87 0.00 MB 1 0
17,523 17,523 00000000d5bb73cf38a72e9f4604b4da52ab757e80f168dd04b6b3f950e0e2a5 0.00 MB 1 0
17,522 17,522 000000002d89d00e9b9e7ffce73bfc98797cabfd17a03525dff6e5227ee99e1a 0.00 MB 1 0
17,521 17,521 0000000076c7389d5641ff5b2d050952ad141255f0332d40b32fded85aeebe33 0.00 MB 1 0
17,520 17,520 000000009399d5c10eee6c3b308cdd72fd1323cd6845de9a95521ae3a0f19920 0.00 MB 1 0
17,519 17,519 000000004a7badb8326003b61a05b78a7ca3c9e7f7d3962b9d07f391b407b6f1 0.00 MB 1 0
17,518 17,518 000000008be8b184074a77675bec0124090623badfbc36d9d680952ca6eefcd7 0.00 MB 1 0
17,517 17,517 000000002e846b9ff5a48c5602845846e824cbb2f0fa21f597683c980cd62124 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.50 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,425.22 GB sent, 131.12 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.