Memory Pool Memory Pool Refreshing

5,287 transactions
2.11 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
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (784,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,833 122,833 0000000000002c0e36f0af3a633946c2189c1a391a69ae5535c2ae86490c91fc 0.00 MB 8 355
122,832 122,832 0000000000005a3e17d41ee9e71a8f673608c126ff673b51b9d855b09227d963 0.00 MB 13 683
122,831 122,831 0000000000004a6f63dc254fe2249728c7a12c6586a5b0f4ac6634a828266d13 0.03 MB 65 1,524
122,830 122,830 0000000000006b7e4a164a37cb29216f6208a63b69f6128458a6418eb70f333d 0.00 MB 11 586
122,829 122,829 000000000000434272a3cffa46df833201856ad7e35cb99708c42fdaa23ae0b7 0.00 MB 5 431
122,828 122,828 0000000000001345e8afcde0f1bb86bc6ba07a0b7013269eca191fe624bcf402 0.00 MB 7 274
122,827 122,827 0000000000008297e6db0b5224bf0fe78752e57edc57a0b378bee15fb2563bd8 0.00 MB 12 0
122,826 122,826 00000000000078521a2ca52c7ca20d42646808cb3e5b189a0dadec3998d27f4a 0.00 MB 8 597
122,825 122,825 0000000000002b6944de59c91257a87c4174dc5a759b87ca492395b645877c23 0.00 MB 11 0
122,824 122,824 000000000000098934c2bf0e0973c859b4e42efbe989fc112b9d735532d4771b 0.00 MB 6 0
122,823 122,823 000000000000877a8298ad7b1357b94be426c288eec080b87c1fc69c042b22e0 0.00 MB 7 326
122,822 122,822 000000000000111798a5f5433b103f887c66551b3fc16f0ecc05f72101f3d124 0.00 MB 1 0
122,821 122,821 0000000000007a668d3d5fa604b620446cc4b9073d4914f9b3c5c915b78ed98c 0.00 MB 10 295
122,820 122,820 00000000000039a7b9adf07bfaf0d4b9dac7ab49a5784ea91671e92ea52bde04 0.00 MB 1 0
122,819 122,819 00000000000055eb34b46781acb0bd1571f03d5b8f0127986c485767a6beb015 0.00 MB 17 227
122,818 122,818 00000000000001aab86af455f02c4d718e867dc9afab528a4afad3395d7b8c8c 0.01 MB 12 523
122,817 122,817 0000000000004ad6dabe2bb8098b6598217eb79c0143bc312973885cb843da5d 0.01 MB 25 115
122,816 122,816 0000000000008dbdc73fc2205cf53b45153cc9d50c6ccd7c854d80f4a99e2336 0.00 MB 10 313
122,815 122,815 0000000000006bbb5a4bd8501908489fc7cfbda2a9f9284e5fbca27a313fdfed 0.01 MB 18 912
122,814 122,814 0000000000000691004444e6fefa7071a4e2d3dfea7bfefdae60e2bb1c740f4c 0.00 MB 10 591
122,813 122,813 00000000000048ac18996d59c8b69575bea23d8e87bde0d0cfbb5c3e98922273 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 768.98 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.50 GB sent, 92.73 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.