Memory Pool Memory Pool Refreshing

6,386 transactions (2.03 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,063 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,766 (815,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,593 93,593 0000000000068ceb38a5489dd2c5b8286ae21018de9d9c779081bd00714c6766 0.00 MB 1 0
93,592 93,592 000000000002c9b27ca62e88dee3ba9fe2dbe1990c853e2ca96856cbd14710ed 0.00 MB 2 0
93,591 93,591 000000000002e7232a152e0f09f565baeac6989b7cbdce5765114a70fc32e2b3 0.00 MB 1 0
93,590 93,590 0000000000061c5c2dabd60fcd37b4d161329654e7c5535a10c6f17fd4e1ed43 0.00 MB 1 0
93,589 93,589 00000000000292e7581622caf4885a1736a02474c12b050b6db3ed7e31598cac 0.00 MB 2 0
93,588 93,588 000000000003a72b69e33ebd5ea7a9f4f8c9888d10c40f9e7ba81c126edbd928 0.00 MB 3 0
93,587 93,587 000000000003c8df93b33e4d098f80273fc25fd05ed5f56df7ec54d94cbd11d1 0.00 MB 5 0
93,586 93,586 000000000001677ffb78c05c232a53dea0b76d8501b690f83cf08dc0631ece6e 0.00 MB 1 0
93,585 93,585 000000000004016520f3e0bfd85fe15e1f173c9fe013535323ffebb7bedce751 0.00 MB 5 0
93,584 93,584 00000000000389b50f52d2060b53edfc10e71de687d1574f6b5fe5d4368c04b5 0.00 MB 1 0
93,583 93,583 00000000000069f61f15ee1c36ae3234c616d8cea46985d9ac6d5b3576c109a7 0.00 MB 4 0
93,582 93,582 000000000004ed58d00d3a24f452c19f9fb236a64c4bcb7a9c97b08a686c3fb4 0.00 MB 2 0
93,581 93,581 0000000000022e7e077ca94c4e18ca81b72cba16109fa74f6f9e8e1aacf75f04 0.00 MB 3 0
93,580 93,580 000000000003e56b8c0bc83ee87c3e2c8a50cf786699bae8fa10fdd97ed2c27a 0.00 MB 1 0
93,579 93,579 000000000003bf40ee06f5458f32a58b33ffd6bbb462185dc5ac49af564c17a9 0.00 MB 2 0
93,578 93,578 000000000006e3ac3f16a0c6d0239e7eb3f0e09482be6da18ba685954829b9dd 0.00 MB 4 0
93,577 93,577 00000000000897829a097777c60444fdbb4e6589c0f77416c53d8e51cca86c10 0.00 MB 1 0
93,576 93,576 000000000008144bb5d2cd508b0d99dcf3b8054e5c050a2c534c677baca3266d 0.00 MB 1 0
93,575 93,575 00000000000793b92da778f6f68186fb6d6c5ca649c582bbd641d13df09c3547 0.00 MB 1 0
93,574 93,574 000000000003644fa1af961ebc0c561c335a4511fd6ffd5a10d8c178cff68462 0.00 MB 10 0
93,573 93,573 00000000000318715a657b4506b2240e5d4f61e854f88cb48ddf18eb1feb2dce 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.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: 1,856.53 GB sent, 102.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.