Memory Pool Memory Pool Refreshing

3,218 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (626,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,764 281,764 00000000000000016136f3e4da60f10dc3380fdf1aee6dc5cd2f5b960d9e86c0 0.11 MB 105 22
281,763 281,763 0000000000000000971ff1184444ecab0e41818875aaf474f1eb5ff0ce5161fc 0.25 MB 483 53
281,762 281,762 0000000000000001067b07f0c39673c5f45cac994c415d5187afe20f056acaa7 0.24 MB 528 41
281,761 281,761 00000000000000023bb0234d8951d93aea1ad37e8ca2f5f4aa9892ab6ebd5a9e 0.27 MB 540 36
281,760 281,760 0000000000000002459115eb532deadd769139699404772c719d3f718996f2f2 0.25 MB 571 80
281,759 281,759 000000000000000262e7c84ec7e65a39c785ab67921282a3705536929b6b6d21 0.18 MB 387 33
281,758 281,758 00000000000000024e3d920b8df0a21c184e2e449648c97ffdce3eaa9a0e5bb6 0.05 MB 109 41
281,757 281,757 0000000000000000458317b74dfecce5ea3c2c29947649e56bd5a12944df9f0a 0.16 MB 203 23
281,756 281,756 0000000000000001358d3aa59b80614c2f54b5b7b4ed24f66efff5f54f8b16d9 0.05 MB 164 61
281,755 281,755 0000000000000000fb301606526308b02fea9a1c9a0b2cc6bfbb2c918325f259 0.50 MB 1,168 46
281,754 281,754 00000000000000007d34f8c7f2314a26302a75e8c04726b11043f9b0da2bf791 0.09 MB 181 51
281,753 281,753 00000000000000001f330afcef4bb42c61cb3492cae2653c2d89c0f59892e6e0 0.55 MB 1,182 40
281,752 281,752 0000000000000001414475d40616f3c1b63f7de2b2bf30b58acab9e713af3edf 0.05 MB 100 36
281,751 281,751 0000000000000002369c871be49c684897fe3555aebc55d27be168b0650c12e0 0.05 MB 66 24
281,750 281,750 000000000000000042ea190c9d5a186bcce7c07ea5d572bf250d0cd8a53418c3 0.11 MB 227 44
281,749 281,749 000000000000000031cdf1d4e7ae9b9fd607ea513c1a0e6ba2c7991f767ccad3 0.09 MB 85 17
281,748 281,748 000000000000000068a28c4a8bdad955c90b4667a695b40a80dee156cb39e79f 0.25 MB 340 23
281,747 281,747 000000000000000200e8e9cd4a7065c65ea1540da5cab9da1128b10aacd83058 0.25 MB 405 29
281,746 281,746 0000000000000001fdf8202ef0ceb3e1ebbdb39433acaec3978f6bfa9d5a3c7a 0.25 MB 509 27
281,745 281,745 0000000000000001183fbb645d82c7268d6799da4650a2130358acf03bdf48f4 0.05 MB 140 75
281,744 281,744 000000000000000100f55ecbb149ee90c791e1182de886046d043941df5d02a5 0.25 MB 759 58
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.