Memory Pool Memory Pool Refreshing

738 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 729 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (767,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,519 140,519 0000000000000398f1a2d66b772784f68e2d1aa95d5257b6c68ad9a2d9b73e39 0.01 MB 20 9
140,518 140,518 00000000000003c9f1dca6ae056f695494aa3093fc154fd030ccaaf95733e8ff 0.00 MB 10 1,027
140,517 140,517 000000000000047a086fbc99448dd6e639bb187e755d7b3362d75add15bdc06a 0.02 MB 55 186
140,516 140,516 00000000000003daa9ff404f964dda6a0e87695f6c05d3008ec00343f544e85e 0.01 MB 22 2,255
140,515 140,515 00000000000008272553811e26819d5ed62818acf565e7e6d355b18da838cdd5 0.03 MB 71 225
140,514 140,514 000000000000026384306b3b8ad30c2e06f3c69b8212a6f2cc6196ebee22e97b 0.04 MB 112 171
140,513 140,513 00000000000008d847d5c6077a4aaca1fb72088ec31346f287976f488def055c 0.00 MB 13 103
140,512 140,512 000000000000011822437b030c4d8f830161b0bb253f990631eb4d024f481af2 0.01 MB 22 63
140,511 140,511 000000000000048c17c9825b8567583122071cc36460e9e250f82b8e877e4d3d 0.03 MB 37 261
140,510 140,510 00000000000002833b90de9731b294ce67be3564711df04e0d3235935cce5edb 0.03 MB 59 244
140,509 140,509 000000000000087163c86fe39ea867fc6737c772c7ff7adb7f904cff3291969d 0.02 MB 64 86
140,508 140,508 00000000000007e637ba347966daf1d4a3b6af4af7a7694a8f56addf3b13cfdd 0.03 MB 64 356
140,507 140,507 00000000000001d7ccfaff1881adf6a60c8424732abc00c260e21c7c4226eca9 0.00 MB 5 0
140,506 140,506 0000000000000183d5816a434b89579e726a6ee7a295dc90947520e1becb6d5a 0.02 MB 53 51
140,505 140,505 00000000000000d4cd98e1266907fa336f5e4cf4de96359176a21e2368376861 0.03 MB 92 149
140,504 140,504 00000000000005374a24d783123be073061be6f117ab5aeb032870b1362bd9f7 0.03 MB 93 122
140,503 140,503 000000000000053530548703b254666c8da1292da6ddf8b1f4b1c65b101014be 0.05 MB 131 162
140,502 140,502 000000000000063be9c4c0b1565e9349067996347aeea680cb88901f7013de20 0.03 MB 60 176
140,501 140,501 00000000000005a2c2a26316474e47ac2f17d5f052a41d1ffa580c79287804dd 0.05 MB 87 327
140,500 140,500 00000000000002802ff884f55c426b552250dca82db26c757a6bf4f6a560cd92 0.00 MB 1 0
140,499 140,499 000000000000016de21efd4787e5fa66e494883f5b323e3bc1d1b79b3eca961a 0.02 MB 82 38
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.48 GB sent, 94.30 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.