Memory Pool Memory Pool Refreshing

181 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,451 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 181 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,450 (812,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
95,600 95,600 0000000000062e91042e587c0b8b61a0efeb75962790e20e09a1cb468e2b6a77 0.00 MB 2 0
95,599 95,599 000000000005f78edf9e0ee039ce7bdc7f9c67a8c2872b4986a0fc43c91902a4 0.00 MB 3 0
95,598 95,598 000000000005ffb1dc7ffb36f5595c6a7bcc33698cc3c19533c32c93c453b238 0.00 MB 2 0
95,597 95,597 000000000004d44f9423996b391b91fcb5269f9b71e3f76a1d3f5fa49c7d9678 0.00 MB 2 0
95,596 95,596 000000000006eefcb7f9b814ea9cfa40f6c78c76ceac9d7daf1b7495c0fb1275 0.00 MB 3 0
95,595 95,595 000000000004879c327a93d934b1d709dbba71d2ceaa3f2152ac57d11e9863c0 0.00 MB 2 0
95,594 95,594 0000000000001a49022335899d93749ac472bf786955c1a4a32d4eb2fc02bb46 0.00 MB 1 0
95,593 95,593 00000000000691fde4ee1608e54b2979a0d67562b2a86a9bb6b7b68b28cc474b 0.00 MB 2 0
95,592 95,592 00000000000665c7d771df695c5d296967f424f5881a123640d417321d1f0877 0.00 MB 1 0
95,591 95,591 000000000001d8a133f976b192833c93ed51d24e83cdaf593c62f2dfaaec4ec6 0.00 MB 1 0
95,590 95,590 000000000006c9ab14d74eb81c0a0baec18de0d74381de55dcb5efc81b6d13b6 0.00 MB 1 0
95,589 95,589 00000000000746adb134d542cebeeedd9efb0365b9dbc327667fedac2dd7274b 0.00 MB 2 0
95,588 95,588 000000000001dc4bdbd92ea7fd18c024be77968d128fcc23967ada95c15dc6e2 0.00 MB 4 0
95,587 95,587 000000000004abfd409ef55f5fb1eda327b41a83bfe653eab966c581c422b917 0.00 MB 1 0
95,586 95,586 0000000000038c54252173511bab32318cd56ca41ff45b8a259de46c48aa8108 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.54 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: 1,776.97 GB sent, 99.74 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.