Memory Pool Memory Pool Refreshing

10,772 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (314,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
593,244 593,244 0000000000000000000eb29052c828bdd09d8ee5ea94a377e7e64afb489f0c9e 1.27 MB 3,020 31
593,243 593,243 00000000000000000013c9f99a2309e0434762cacef156009843f377446447d4 1.44 MB 1,854 17
593,242 593,242 00000000000000000014b9ce2a29a84f6192375cc064ad43725676ea8f815900 1.35 MB 1,901 17
593,241 593,241 00000000000000000004e3512e561a1058f9733f2946bac24235013d93cf335c 1.18 MB 1,582 12
593,240 593,240 00000000000000000007f7967b3a8facf046a856a8a6180fe9644b9b3d3d2b1d 1.11 MB 1,632 15
593,239 593,239 00000000000000000018ab1ecfa254d71ea3d1c178bdc95ecb0c3cf0b08d0921 1.24 MB 3,165 28
593,238 593,238 00000000000000000014e4e5937f635a07feaaf9e22dd33fdde6c8fd69dc4b54 1.18 MB 2,559 19
593,237 593,237 0000000000000000000b5589ae134a227147087a748c5d0253c472feb205e0ef 1.13 MB 2,013 14
593,236 593,236 0000000000000000000b64d38d3642e078dd603cfededb10e2e99f24fbe9836f 1.09 MB 2,208 17
593,235 593,235 00000000000000000006ff2dd2c348dc682ebc5b04c84e72fa0272a2568e671d 0.00 MB 1 0
593,234 593,234 0000000000000000000aa8d2a1f663d6ee5e29fce283ec5282cff72a58d3a0c4 1.19 MB 2,810 30
593,233 593,233 0000000000000000001489ca5dae1b5ad4e504be41b0df8b211d2df84b24bc00 1.26 MB 2,272 24
593,232 593,232 00000000000000000012d20de0b08df71e73c8edcb2be31b7a315bc2b0e5a277 1.12 MB 2,871 26
593,231 593,231 00000000000000000016f728dacf3394fb244255b39ddc1bb4a4d3dd7975b6ca 1.35 MB 2,821 36
593,230 593,230 00000000000000000001da1dc6190ef2aa28a406a2873af1b4f39956f5ecca7f 1.43 MB 2,727 40
593,229 593,229 000000000000000000045175a01da196bb531fb46120a1aa2f790bd37652fc0b 1.40 MB 3,252 40
593,228 593,228 0000000000000000000d9b0472f19c5e8c1df609ef5fe74a9c29bcc99c2d5538 1.42 MB 2,913 33
593,227 593,227 000000000000000000039a29bfbc2a828381ffab00b36eb79a5512bfbeef558d 1.16 MB 3,004 57
593,226 593,226 0000000000000000000e0c02a6421da474e7f59d2cf5b9187e49a01055e1995a 1.15 MB 2,553 20
593,225 593,225 000000000000000000072d37f0c29b6c55aadbff3cb6b397a5cea6a52a59f3c0 1.33 MB 3,102 37
593,224 593,224 00000000000000000013db5f045056fd3b2eed28ca2f6cdc03e0a1cf99c0e67a 1.16 MB 2,809 28
Previous 10 blocks ↓
Total Size: 769.01 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,621.47 GB sent, 92.91 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.