Memory Pool Memory Pool Refreshing

7,428 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (737,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,507 170,507 000000000000022b31a29d62f8266d5c03c2703b93e554fe6562e738fc3930a8 0.00 MB 10 139
170,506 170,506 0000000000000a51aee8f45a1cdf933c701ed3fc9936842eddad0e22c64fbd86 0.01 MB 19 1,595
170,505 170,505 00000000000003154ce2d55c3b3f85608e7178a7fbe64957cf1bc372e04cfaa5 0.00 MB 1 0
170,504 170,504 0000000000000319cdb3c0f30ea44e11a29474b12ec906cdcd8beb710091f624 0.00 MB 13 358
170,503 170,503 00000000000005413cc8b377b7c7703dc8b232f53f8d146251a5d1cb0a5cb8b9 0.03 MB 67 82
170,502 170,502 00000000000007428d59d7431c85af9bf98ebc648569faadd6083d6eacdfd723 0.00 MB 1 0
170,501 170,501 0000000000000677ded7d11df9be6591bde0d376df668d696084cc1bf129577e 0.00 MB 15 0
170,500 170,500 0000000000000574fe503c699d4f656e8f48d7cd5bef19182c6a996408d4a6a9 0.01 MB 15 17
170,499 170,499 000000000000023fde59914fe9d4aaab6e94ab99c25bbd7a50e732cefc5dca5f 0.00 MB 9 123
170,498 170,498 0000000000000ab9a8c19fa462e6c0f845ff0db062c676a30170ecad838b69fa 0.01 MB 26 12
170,497 170,497 00000000000004f80a393f169761606fc9b793e7b830242a6228904eef534d52 0.01 MB 10 29
170,496 170,496 00000000000004e80a06fb50648dc2d744e81a7456c05751edceb2dd1f95e726 0.02 MB 58 121
170,495 170,495 0000000000000a636a0c2e80af2ea9456d284ebc028713ff85babc46d724bc66 0.00 MB 12 164
170,494 170,494 000000000000085974ad7f28e468dd78c07bb3f8cc9211ed5f803259b118eef7 0.02 MB 38 461
170,493 170,493 000000000000073c2be6dd94137a9f2985b9914974b1fd1d477746676e4f624f 0.01 MB 35 0
170,492 170,492 0000000000000987cba89e792af99192911977286d3a970377a03a6b4b8d0a7d 0.04 MB 82 130
170,491 170,491 00000000000003023355da86dc2f1dcfb736fd34c9559beb7d932301a78c131b 0.00 MB 1 0
170,490 170,490 00000000000000f100ed474a6e74f9a6f03708b1a757a59c6c778203041f9d4c 0.02 MB 58 199
170,489 170,489 0000000000000324ac2f0060b686dafff9a98308cc804d2491d9114f10bebbcf 0.04 MB 121 64
170,488 170,488 000000000000089839f10a1d9a8e94344a53071042553103f4f3e5ff98d65e82 0.00 MB 1 0
170,487 170,487 00000000000004d557ec0d65ac873ea007592c3b3f1956650535f136d67c51c7 0.01 MB 37 47
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.