Memory Pool Memory Pool Refreshing

9,942 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (595,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,620 312,620 00000000000000000568dadfd076c2a427a1bd7a9d98997999269d3477e6b04f 0.04 MB 39 12
312,619 312,619 0000000000000000109a047f7aaa09bdc33e15b96a7e7c9d37ef9c2b521c9231 0.47 MB 871 29
312,618 312,618 00000000000000002804238d415720e58826b6d48de256e5efeb7eea0cf39570 0.43 MB 944 28
312,617 312,617 00000000000000000f50e92f650a75dab0ed7f97abbc040fc1efa278dd625db3 0.12 MB 294 25
312,616 312,616 000000000000000036f4bfacdd0baa27c90b3f9c8dc41167461c76fe12755957 0.02 MB 30 20
312,615 312,615 00000000000000001576e63ba94d50528d09cbc53094e47206a548471c3896cf 0.19 MB 361 29
312,614 312,614 00000000000000000f756e218153a3a7f3722fd96a9db10aee5d309b32ddcc9d 0.29 MB 570 31
312,613 312,613 0000000000000000080ab17e6398c71b09ab16aaecc2c31ea978199ef0047d9c 0.12 MB 282 31
312,612 312,612 0000000000000000124d6c7685d5e654bd0f483ecd45538add348abb6a38f905 0.03 MB 48 25
312,611 312,611 00000000000000000cb8d97a4d5b5a44a05b5b1c5588e7a4fa3ba938d55a2a1a 0.13 MB 265 28
312,610 312,610 00000000000000000c2505089844458681e6125c81696122d818b1583b27e3df 0.07 MB 102 21
312,609 312,609 00000000000000002f3c50a66f551b46e42fbd35551f5df137b72790fa3224a7 0.03 MB 64 29
312,608 312,608 000000000000000033568eadc1a75f39a5af4173bdc7406b7ce718f6c2ae9681 0.17 MB 267 30
312,607 312,607 00000000000000001b78d211a2891c2fae9b79c6eb659dc015a62bd307abb277 0.19 MB 456 34
312,606 312,606 00000000000000000b9e9d7d10ecf8b2b473fd530c8dc313e8a976d3b0e0ea5f 0.12 MB 221 26
312,605 312,605 00000000000000000e0d186645989d71f64f69c45cbd3de809af65066fd3b565 0.29 MB 544 27
312,604 312,604 00000000000000000b33b647f72549dc721b3946879d8c347dd1b3914e72fdaa 0.44 MB 894 28
312,603 312,603 00000000000000001afe079117f04f99499c7c4da8509b95d9685aaea0bd3924 0.37 MB 793 29
312,602 312,602 00000000000000002a53034906a82d81a5c50717453bb5904dba91ecb2ce4b14 0.13 MB 295 32
312,601 312,601 000000000000000015727c18c071974c52a8b700bc9e02170e3712f87a16697d 0.02 MB 67 13
312,600 312,600 00000000000000001af96dce9fb5d8e095257955c79d0b41ca64a2d69e664858 0.56 MB 1,096 32
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.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.