Memory Pool Memory Pool Refreshing

4,016 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (815,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,598 93,598 000000000007306d78b230678d212ae69922c0db360852a268dd00eb5bf70bbc 0.00 MB 2 0
93,597 93,597 00000000000013d682558212ccf9021a06ab0c17b71a50c6ed8a00ecb09aa9a7 0.00 MB 2 0
93,596 93,596 000000000004b72364b19acafd6e7c9274b278897b40841c7bcf39a03341db73 0.00 MB 4 0
93,595 93,595 00000000000413c27642bc6f5fa0489c921bf0e05f2632d1c97aa25cd7edd51b 0.00 MB 2 0
93,594 93,594 000000000008d9be66081b0c860f8afbe69972f25ffe9ae9c4d7f18c3096c9bc 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.