Memory Pool Memory Pool Refreshing

666 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,241 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 486 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (812,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,621 95,621 0000000000080471f90ce10270ce96a08bc50283bf6534a8f30bb2dd765b8338 0.00 MB 2 0
95,620 95,620 00000000000306319ba582f6be9748a4597ec41975e52d7049043b31e8c03d86 0.00 MB 1 0
95,619 95,619 000000000001aeb34eca832dfa8b04bc832fde5237f3b34d88c0b9028655ecf4 0.00 MB 4 0
95,618 95,618 000000000001546c03625f07a542317699ca50047289cb65f1e29c9b181426e9 0.00 MB 2 0
95,617 95,617 000000000005b6b87fec294085b30bbb95356635bed9af7488d03bd2e77d3188 0.00 MB 1 0
95,616 95,616 0000000000024333cca2524f30278eba85d4b0a65e610bce84d6d9553ebc38e6 0.00 MB 3 0
95,615 95,615 000000000001ff0b6b13e1aaff22e83e31718854cd2aa28ad67f9230987f67be 0.00 MB 6 0
95,614 95,614 0000000000081a98b8fab9586197bc41936a3e2d01b62c6326cf1fdaf216308e 0.00 MB 2 0
95,613 95,613 0000000000074b5f132da515eabd3989dd8b5f63638ec96007ac321cab6cb93b 0.00 MB 2 0
95,612 95,612 000000000008119f4efc166d8bb288be112a069bd4daf3ee35bc209871d5809e 0.00 MB 1 0
95,611 95,611 000000000001bdacd637309756b26af943f06b75d8264045f5132996bdf37374 0.00 MB 3 0
95,610 95,610 0000000000049b5766e3d506d7de814387fb5450be444e0d947e8a887b76f44b 0.00 MB 1 0
95,609 95,609 000000000006674bb50759a23f45010dda57f9662727436e14eda03aeec6d8f4 0.00 MB 1 0
95,608 95,608 000000000005bbcc006985726136cc534b7d043ac6b260e009c38ab21c60164e 0.00 MB 2 0
95,607 95,607 00000000000147891d31002e52b2d02bf0eb4f7738bd90dbc3a53fb501b15509 0.00 MB 1 0
95,606 95,606 000000000002a63f1c5ce075df70b6eea6e1aefa3ec028a9ffd270bc61440d95 0.00 MB 2 0
95,605 95,605 0000000000041c990e5afb417686a671492af97df268a8f6d58250a7f2cdab9c 0.00 MB 1 0
95,604 95,604 0000000000003d0e46cea98bd747f0ab1782903b454a8757d752a7eea4ea3e8c 0.00 MB 1 0
95,603 95,603 00000000000465f6c79dfc6b96d0ed61cee2ad4cfa615cf8914f51c7ff2b872c 0.00 MB 1 0
95,602 95,602 000000000004babeff05c4ab1ef177db7ab8a6ff37da4f5be356611ae8765b3e 0.00 MB 1 0
95,601 95,601 0000000000062d443eaea6ed409af89ff5ba71e7002ab8f896d4e540040e1abc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.40 GB sent, 97.85 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.