Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,669 transactions (2.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,030 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,029 (869,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,529 40,529 0000000004743b30748abd598dfaee7bcd7adfb10f279a52454295b47c0154d6 0.00 MB 1 0
40,528 40,528 000000002b0f3c4d66b94cebfa47b851ad02c90eb8511fa36a2de8645065c825 0.00 MB 1 0
40,527 40,527 000000003367a985b89e6c47e85633125e013d9d1f7b7c67c7f0eac39a4acfec 0.00 MB 1 0
40,526 40,526 0000000063964053455a48394ca9b34e7639d3e5caecbdfeb1f6939b704c5a2c 0.00 MB 1 0
40,525 40,525 000000004997d7e0efb8f2c946a6c8a797468ed67897cf64f3881bf274485b2a 0.00 MB 1 0
40,524 40,524 0000000048316f29f0f8634d1747b5c2083a81e6a1cebce5b51f67b222dc2d99 0.00 MB 1 0
40,523 40,523 0000000005cc2ff66ccaa6fecf7c3b6a593ef4b69fc96111b073f8ecb2c828c9 0.00 MB 1 0
40,522 40,522 000000005f479c5520c94e0cc4014a7d2d6294a889f26650d3ebfd75c1bb8342 0.00 MB 1 0
40,521 40,521 0000000041ee813c9dee56b2cc0fb9c91bafe8af0b32a7a25eee3b6ee75fb801 0.00 MB 1 0
40,520 40,520 00000000435939a29ee3f10e3d1760a4bc8efde195d709235d1e4db8798b4ba9 0.00 MB 1 0
40,519 40,519 000000005cd6832dbffb8b072a32a8336b7e5cd5d0d0c52e9974896c4731501a 0.00 MB 1 0
40,518 40,518 0000000004fd59df65841e12df3490b33dba3b62fc85a0f7a6b6a1062d78b0a1 0.00 MB 1 0
40,517 40,517 000000000f8ce01d551af620c2afb0e689430d0951cec6e3ca76cb26f0ce01f8 0.00 MB 1 0
40,516 40,516 000000003915bccb39b60ad91ce9f678c54b8fb4b873a2fa626f084d2b9ccc16 0.00 MB 1 0
40,515 40,515 000000004a6fa83969571b8eef3712c15ebd9fac34a046cb8631c811a23af88c 0.00 MB 1 0
40,514 40,514 000000002ae63c4cef0ba391d262c156265dec1aa216e90f43c8a9baf0ec50e0 0.00 MB 1 0
40,513 40,513 0000000045aa3d64830c9d7787eba7f08d4a42a11ba5045ef5a699c290d6eef9 0.00 MB 1 0
40,512 40,512 000000000c2587ef50847a4cc3274deb9e3e0dda753df735b0cdd51819f0a9f0 0.00 MB 1 0
40,511 40,511 000000003a67b3a030681606222ec017ee6bd49e028a0c750ac0a85d6aa766d0 0.00 MB 1 0
40,510 40,510 000000003c451867bc40fb6d8d15a90b94647b9b9a59f90599de0d12fee4e62e 0.00 MB 1 0
40,509 40,509 00000000544b03983c64bfbb447becb3261f1a78163552096364007bbf820f0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.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.