Memory Pool Memory Pool Refreshing

4,225 transactions
24.19 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,805 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (863,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,968 44,968 0000000026bd19c59cd09023d6aa32b6fcf5d209c95a27c95730b3c6745e1284 0.00 MB 1 0
44,967 44,967 0000000006a929665415d5378816b1e7a50abbf6a4f7f5137ac88a999d4c9df2 0.00 MB 1 0
44,966 44,966 0000000034ad3d7689b0f39bfc28e064ed002be712f7446a16872735cdd6e86f 0.00 MB 1 0
44,965 44,965 00000000186db5a5b2caadb6c8c673405d634e680fbbcc9635b32309b189ac58 0.00 MB 1 0
44,964 44,964 000000000139e6a3477a3d399f12cc21efb996768d5e258e5d4904462be668e5 0.00 MB 1 0
44,963 44,963 000000000c6551b9deb83aceb63d3d8f85d057979a1c88845a4f593bc6c2034f 0.00 MB 1 0
44,962 44,962 000000001568359f678bf9751605ac7cd8610d41aedcef143e0c48f033216989 0.00 MB 1 0
44,961 44,961 000000001df0cccd54bb45d3488414f2399964d8684c503e21eb9419ff476626 0.00 MB 1 0
44,960 44,960 000000003589262a596d65a2824b96901f9af0ee5e73fe4e5e78fccc85b9459a 0.00 MB 1 0
44,959 44,959 00000000041ad811edf933a674ed08fdfc4404d044a6a82d368542419b32febd 0.00 MB 1 0
44,958 44,958 000000000a9a7ef3ec917b287dac94c8af2739915547168559f7301c2b6ab69c 0.00 MB 1 0
44,957 44,957 000000002a7d19eecbffbae21cdf61b44a0ea244d4538359ae83cf030b762001 0.00 MB 1 0
44,956 44,956 000000002f83b5ffe3b162e689ca6dd07192b51219465f01e0137784bf071854 0.00 MB 1 0
44,955 44,955 000000002ed3ad07c0931c18ae4b24a234e846e1b5630ed437c9010b9544ea20 0.00 MB 1 0
44,954 44,954 000000001ae26e7422b02d4ebb0b734fc3bb5ab950460cf62eeaf00e1fe2b4cd 0.00 MB 1 0
44,953 44,953 000000002e9555fa6ad7017be4c48942d4a07cee7539148f7b98bb526a999455 0.00 MB 1 0
44,952 44,952 000000000a9d8a7805bb3d7e18a5b403287c80f6bd4fca096dabbcbe4092705c 0.00 MB 1 0
44,951 44,951 000000001fc85bb2f0727175f57804fdb1260103f6083fa41dcca36190a4776c 0.00 MB 1 0
44,950 44,950 0000000018e99bd93bc4995b2a403765a304163855c6cbef0b3f5b2db93ed9b4 0.00 MB 1 0
44,949 44,949 0000000032ab76e0312004af26b0b6efe23914441aa7f5ea1f45fa907d61e82f 0.00 MB 1 0
44,948 44,948 00000000283d83bdc7f8957a8080a1e38992fd657fe693313c7bb775287782b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.