Memory Pool Memory Pool Refreshing

3,427 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (391,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,843 515,843 00000000000000000027de558c47797521d156cd24ee607a53f2ad8b73b3933a 0.40 MB 687 58
515,842 515,842 0000000000000000002cdb49080464d9587ba416e75bf1c44124910cf968a0e9 1.12 MB 2,300 40
515,841 515,841 000000000000000000267361fad4e3e376ad43b715459d8f62aff58dd7da14f6 1.09 MB 2,267 39
515,840 515,840 000000000000000000453e9cedb8f66cdf49e62c4e432021873b9b1a8ade6137 1.06 MB 2,308 23
515,839 515,839 000000000000000000283bc66d0ef70fa36e2b2767642076ba324b2e2291a46e 0.68 MB 1,365 32
515,838 515,838 0000000000000000004e55d331b5dc18572e8e6f6b215425af43401557dfdfe8 0.00 MB 11 10
515,837 515,837 00000000000000000015cf1f78367d73e8f33134246f29731820548b7ac38b5c 0.87 MB 1,165 3
515,836 515,836 0000000000000000004c2cd4fc5c7450dd676055d23c1ce21401765ef3908b3c 0.56 MB 959 63
515,835 515,835 0000000000000000001fde0204058d48248557a2a1f6e09b2a7018bc45dbf755 0.47 MB 932 35
515,834 515,834 00000000000000000005240e26524abf982e94680721fd2373bb13c9f1d62be7 0.54 MB 991 34
515,833 515,833 0000000000000000002a0c76658f2eb7ebdc9b7061fa517ff141c230429487b9 0.71 MB 1,302 26
515,832 515,832 0000000000000000003d0b86822c9cd99cc21b5fda00e0fb843381574833c70a 0.38 MB 367 17
515,831 515,831 0000000000000000001522c29587de92e5bf9e1b76c84da985431c4c37e1aa44 0.64 MB 900 11
515,830 515,830 0000000000000000000b89d201edf12217708cebd47699dc0b5fb73ed300e85c 1.15 MB 1,393 22
515,829 515,829 0000000000000000002081f91c3f2c680bb7fbee18a9ef40992dece954d96be8 1.11 MB 1,585 30
515,828 515,828 0000000000000000000253eb008c988272de462e74a2e18da24d136ba117562d 0.76 MB 541 7
515,827 515,827 0000000000000000000ff589eda121e9ebac5fc606f8695dab8a8fe4b4d6ec87 0.70 MB 932 22
515,826 515,826 00000000000000000006bb1cec96fae77ff1def16d370bef0ce92764e3cb22b4 1.22 MB 387 4
515,825 515,825 0000000000000000003192756f31d1c4c8faf0389f6b16085dd3450bf83d4fd2 1.18 MB 1,486 12
515,824 515,824 00000000000000000003064fe043274055c4225a106233ba23a4ada380b39cae 1.16 MB 1,840 30
515,823 515,823 0000000000000000002e2d10412dc72779136f708b1117798386a002e2792884 0.22 MB 476 51
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.