Memory Pool Memory Pool Refreshing

6,934 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,650 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (724,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,442 183,442 0000000000000079cbab9535d0d7ea449111fc2899542c165a2222968abfacc9 0.05 MB 123 135
183,441 183,441 000000000000071f5e1d1d9d837c1fb9a7ab7612fbfcfde61e5ef73b7291e75c 0.25 MB 634 140
183,440 183,440 0000000000000285c428eb469c942fb1f19119794a34645045a3222ca18b78a3 0.03 MB 57 153
183,439 183,439 00000000000004ca22a4e753c4a9bfdcb798487e164030fc9bb0f1107794382e 0.11 MB 172 89
183,438 183,438 0000000000000923d56b346b7a2d9427bd968f5bde73e0bc9abdde1e3cc7530b 0.25 MB 606 128
183,437 183,437 0000000000000940ee630d1d8fc277dce76809951c1a6704e8d8c049b78c0f50 0.05 MB 118 58
183,436 183,436 00000000000009736ce78af75170dfa7ec409d5cbbb9763ba1c3c4a8eb7eadbe 0.01 MB 31 4
183,435 183,435 0000000000000066997e0b5976c92054f7c970760c13aabce4308a519bb0e323 0.05 MB 136 60
183,434 183,434 0000000000000348eb99cee83c4b7b7de7326fb65716aa2441e592f25f0b51c7 0.24 MB 385 96
183,433 183,433 000000000000061cdfe043833541bf511861a179a3557b847502f9e44d8601d4 0.20 MB 478 137
183,432 183,432 00000000000002b1fd0e07eadf1ff754196d31499d4058bf4db0e3fe9ecd055a 0.25 MB 530 162
183,431 183,431 00000000000005fb3d404fb22e0cd7e70b21b14d41906be22398c1c4031715ca 0.05 MB 111 560
183,430 183,430 00000000000005409a8ba58b486aff654765a0ba33ac89ab01f4ba6b1cab29f2 0.18 MB 479 128
183,429 183,429 00000000000000faccd45b6b2ae945f8c54e368b6e30d28bed9f1bd31169d4f3 0.00 MB 9 15
183,428 183,428 00000000000008d5db6ada44fd3726e1d74219c9684590f5531062cb91320645 0.05 MB 141 116
183,427 183,427 0000000000000121f1f6e6bf01eaa0fc94dc086bcc6f9fcf21cb7e0600ffc38a 0.04 MB 159 58
183,426 183,426 000000000000021a34823e590228963b46763ff203bbd5ac0a95fbb7f5654abd 0.13 MB 292 121
183,425 183,425 00000000000006493048088708d30dee38079a0a816ccfdaac738c7182b69c3b 0.05 MB 149 113
183,424 183,424 00000000000004a7163a1ea5ecbf6798ff254cd4aea52a5d28da65d4e87cc2e0 0.03 MB 87 5
183,423 183,423 000000000000064ad12069053fa27c8fbde56f8c56a597f9ec9b514eb230b84f 0.25 MB 576 169
183,422 183,422 0000000000000208843fd654bd8087d86773c34333bea46f735f93fff554c7ba 0.30 MB 618 137
Previous 10 blocks ↓
Total Size: 769.28 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,635.59 GB sent, 94.35 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.