Memory Pool Memory Pool Refreshing

6,349 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (116,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,120 791,120 000000000000000000047907a65a39eb24ee9f98dc91c46d3278bffd2dbaa38c 1.11 MB 760 24
791,119 791,119 000000000000000000052edc54b1fc3a5077adf7e74426cfa907f3995a21ecfa 1.36 MB 2,028 30
791,118 791,118 00000000000000000005a664c5a3590544d2c7c366e62947f13c29edf995aeca 1.06 MB 142 20
791,117 791,117 00000000000000000000e538ab0b62eb943def78e47724963e5c3b77654b864d 1.67 MB 3,608 31
791,116 791,116 00000000000000000002a04ebed9c25ce211690b0ec8f830c7b5225675bd3b27 1.99 MB 5,340 36
791,115 791,115 00000000000000000001c62075630e0f81020ecd202dc6536090291499059b90 1.82 MB 3,724 42
791,114 791,114 000000000000000000042a8efcf9165e7ebf653fe3615742c7713c26575a08dd 1.98 MB 5,715 22
791,113 791,113 0000000000000000000166da998c7d2021a9809db9fb3edd6f81da29b3d5f928 1.57 MB 1,870 40
791,112 791,112 0000000000000000000491d8a56be7c2ec064e823eb3b590c8feeed0022abf8f 1.64 MB 3,659 30
791,111 791,111 00000000000000000004298ae6d7427b29cd2cb7600d9b5ae0817d6bf7942d60 1.51 MB 2,948 55
791,110 791,110 0000000000000000000191aa66808aab149e0211f2e829e8976f4e75c6e0ddeb 1.48 MB 2,679 61
791,109 791,109 000000000000000000005be182a3bb848cf63047a74fb98dd6ca1fc7bc462ac5 1.43 MB 2,901 66
791,108 791,108 00000000000000000004e85914818a1f2d444e0a0339dd5d1336b638846c117a 1.87 MB 4,710 32
791,107 791,107 0000000000000000000375b65dbe2a0bf7abd356fd0526795918e3a757dabb01 1.87 MB 4,597 28
791,106 791,106 000000000000000000002a929e91d3f1337d91bdca5039cf2d4d35e76ad34f7f 1.63 MB 3,823 53
791,105 791,105 00000000000000000000edac1b39aadde7445d7517c14d29254b3d0bd3a17449 1.37 MB 2,308 58
791,104 791,104 0000000000000000000024245a13c4d09cc4b37a949290da4e682f785983736a 1.83 MB 4,782 34
791,103 791,103 000000000000000000058c7bec087369176164302fa34861d597bb4cd4318766 1.52 MB 2,613 45
791,102 791,102 00000000000000000002b379a9d02ed9fe762cb2ffe39535b239d361247fa4f7 2.00 MB 5,358 26
791,101 791,101 00000000000000000003eaf6e0eb5a47488af83805746952085f2df4c64b6c59 1.50 MB 2,369 38
791,100 791,100 000000000000000000023988657cd135453ca42e4abcd310cbc30b76f8d2a633 1.72 MB 1,904 31
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,615.98 GB sent, 92.70 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.