Memory Pool Memory Pool Refreshing

11,608 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,128 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (735,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,497 172,497 0000000000000a2563ffaea2b6e382470aba9153a70c18d47b94ca07d5d110ce 0.03 MB 58 41
172,496 172,496 0000000000000afa3c9d05330b5c1c80d8c5cc1ec1f549a5b8db11fe15a89d41 0.01 MB 26 251
172,495 172,495 000000000000015f85b4bf8c1a8478b547c02db9ee113a19c57572457e81407e 0.00 MB 8 28
172,494 172,494 0000000000000946392fab2af956400c132adcdbf82c863947006e3b3ed18bd8 0.02 MB 34 300
172,493 172,493 00000000000000c028450563a5d5f41a27e9aadf6b49340b6f0c4e7930fbf142 0.03 MB 32 33
172,492 172,492 0000000000000a4940e384419e5dcb7bf3041de3a6a1749388b17d82fa7ba1c2 0.02 MB 66 383
172,491 172,491 0000000000000694ad1971a1bb533b99ecc5e18ebd1659fa282dc595e334dd96 0.00 MB 1 0
172,490 172,490 00000000000003461c3aca09b84369ec3d819d0b8c01444529b992566acab4a5 0.00 MB 1 0
172,489 172,489 000000000000023bfbf8a50f470985a4b8602e0adfc7c49b90047d01172b0745 0.03 MB 96 24
172,488 172,488 0000000000000116497c1e6f6c65767c25b66251477fff875cac1c1f6dd5a713 0.02 MB 39 103
172,487 172,487 000000000000013e85ad17ce167d001870337af0eb86cf10398cd419f3c3b9e5 0.00 MB 1 0
172,486 172,486 0000000000000b2840e7df229582d9adb6c9bec74d9323c56084a9720169e913 0.00 MB 8 61
172,485 172,485 000000000000044a02c18d38ef9385dd90a1c027e7ef1cc11ce7ca7b7f15093d 0.03 MB 103 74
172,484 172,484 00000000000005c1ce16e6f235624e15b9a91941f45ae0824d10c1d5133b7443 0.03 MB 87 81
172,483 172,483 0000000000000ae084d0e176f8d71fd1b96654519640bde2e1f10434868c5716 0.05 MB 116 129
172,482 172,482 00000000000001908424aeebb6711ba9656e22c72b918c3279e561a68631e4b5 0.01 MB 33 93
172,481 172,481 0000000000000aa51534ef6a6278a8330f4a0e80ea50f059349462343c6db3f2 0.02 MB 44 91
172,480 172,480 00000000000004369c13e81fbfcbb2b2c4f8a783192b947360c7e771edce2002 0.00 MB 1 0
172,479 172,479 000000000000055ebeabcb9974aa16aff3f8f3598d61a1c1a7309f4e03f282c3 0.01 MB 15 130
172,478 172,478 0000000000000315ec36c7d18d302aece2bbe692cdd5ee0f8746a68e9aba5275 0.01 MB 30 97
172,477 172,477 00000000000009fc44a773c09996f240460e53d784019f476e0fbd1e026560be 0.04 MB 54 109
Previous 10 blocks ↓
Total Size: 769.24 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.03 GB sent, 94.13 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.