Memory Pool Memory Pool Refreshing

9,118 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
903,552 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 4,140 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,551 (257,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
646,512 646,512 0000000000000000000d5f2cf8492779d223c793a04a005d998aaea8cfd1e9a4 1.37 MB 2,053 130
646,511 646,511 0000000000000000000f174fe3b82ad35fccfe96f54c80689ce25420808cc63c 1.41 MB 2,415 124
646,510 646,510 0000000000000000000996a1dc42805a67605833af673f76841f791c68eff1e7 1.33 MB 3,415 155
646,509 646,509 0000000000000000000b25e5430365d858b94070078c1ac1b31020caf42e7252 1.21 MB 2,156 76
646,508 646,508 00000000000000000009e8d73b622f3f5776acc6df733206d3d6c04a46a6513a 1.17 MB 2,141 66
646,507 646,507 000000000000000000090c89d1d57f07f33c8b5ab92610cb3233f7d90ca0f35d 1.30 MB 1,904 119
646,506 646,506 0000000000000000000bd09bc7e32446eed6d214339d7371d120f0367af6e687 1.42 MB 2,588 106
646,505 646,505 0000000000000000000c68fc2cbdda74070b458f4aca07483cc2eaf976f53cce 1.24 MB 2,323 140
646,504 646,504 000000000000000000023f4b989c60f70d26c443bd509db9cf5cfd257dd5a1da 1.12 MB 2,236 73
646,503 646,503 0000000000000000000a85111cf631b1ecf852b46ea381e6fd51bdf483c864c4 1.22 MB 2,396 55
646,502 646,502 0000000000000000000258322c8e94e0302323d63e9c9464fc528b29297ed424 1.27 MB 2,932 58
646,501 646,501 00000000000000000005f1bfbafcb51e781915950ac3b42f70d514bab574d1af 1.40 MB 2,278 126
646,500 646,500 0000000000000000000c306538dfa934840d7a606fa327663aea022ffbb3cb74 1.50 MB 2,369 103
646,499 646,499 0000000000000000000c6d4fb5027044e857511aab381c409bf60281c636656a 1.21 MB 1,921 130
646,498 646,498 0000000000000000000bdc0f9bbb24880ffe9544d695e152f0fca68d13c8cf8c 1.22 MB 2,400 74
646,497 646,497 00000000000000000002508fab9e87df7991fb1e9b6757096b988f6cb1a0723d 1.16 MB 2,390 62
646,496 646,496 0000000000000000000e96073b8f15987f1cb0c1895babbd8adb2de26b227eaf 1.27 MB 2,273 85
646,495 646,495 00000000000000000009d4b1dd95675b45ad48619b9ca5cf3f6d7900b6ca3ad5 1.20 MB 2,992 88
646,494 646,494 00000000000000000003f204034f849a135f568353bc53bf204df650af8e0f16 1.28 MB 2,790 113
646,493 646,493 000000000000000000070cd799d85c621a0c195023828df50fd555bf5abcab33 1.38 MB 3,077 100
646,492 646,492 0000000000000000000683ff168b041de164604d42aafc26482b7a56a452a7cf 1.33 MB 2,989 126
Previous 10 blocks ↓
Total Size: 761.84 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: 939.90 GB sent, 54.98 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.