Memory Pool Memory Pool Refreshing

2,404 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,380 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (584,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,011 323,011 000000000000000000a5454968d80d96daf38bb8329cfde8c5e858e34c56ad60 0.33 MB 663 26
323,010 323,010 0000000000000000007b388051212311ab2a7086f0f6fd18854687ca251337dc 0.42 MB 671 24
323,009 323,009 00000000000000001f1aee91e5b846a416465c5fbcf7d885c071c4db15feabe4 0.55 MB 798 24
323,008 323,008 0000000000000000159ec97950eb7f333535272f546a43c29037ec492ec502d7 0.04 MB 57 11
323,007 323,007 00000000000000000720678e6143f55e1e0fc1a3140b2aad35dfe45cb4800451 0.24 MB 592 26
323,006 323,006 00000000000000000317add9ca0c056d6c38ee77238376e01b53a53cb5d38756 0.12 MB 256 34
323,005 323,005 00000000000000000c8e9430ec2025bf4137d6c9c3447da96c16b729083a5941 0.44 MB 755 28
323,004 323,004 000000000000000008711f8923dc9cebb74ba3cbcd21efa2cb807a325b859fc4 0.03 MB 32 30
323,003 323,003 00000000000000000814859195c300ccbfc477748d50e279f33d7dbe35f88fef 0.21 MB 254 21
323,002 323,002 00000000000000001315992d6a9e0975dc21201ebc68762d2bedac6f393eee5a 0.23 MB 512 34
323,001 323,001 00000000000000000b57dce0cee03d6d91154e5dea59b046799d0cda53f90201 0.02 MB 24 5
323,000 323,000 00000000000000000d6b297e72fbee8450f2211698eb440ff622b2b445641e8f 0.04 MB 102 35
322,999 322,999 000000000000000001c81f86f00f50f2d543132c4eab0fe0040f073ab729b95e 0.20 MB 279 25
322,998 322,998 0000000000000000147da9d83a60cd089c882a1a496e3758f4db952c7ffadf41 0.04 MB 52 17
322,997 322,997 00000000000000000dc2d0d846e8eba4ff621bb306b990dd93ab21addcf6a7fd 0.39 MB 336 22
322,996 322,996 000000000000000009b17382085bdb75d9638bbae67de58130a16085b15827f7 0.07 MB 142 27
322,995 322,995 000000000000000002cdb57bcfa5c4beb4b5c422c969390ea403fdda928d2151 0.04 MB 94 31
322,994 322,994 00000000000000001746269cd2e1385fc25d054b320a831d0fb7cc9196a935aa 0.10 MB 171 24
322,993 322,993 000000000000000003a524ae601ebeee6009de53dc9b902f41c5d98a280aa3af 0.15 MB 260 26
322,992 322,992 00000000000000001898bf41a1f2208484933d8086ddde9903b47d37cb66ffc1 0.03 MB 58 30
322,991 322,991 0000000000000000059df5b96ebcd5dad56886287b41401891c1fc07d9d55557 0.15 MB 144 14
Previous 10 blocks ↓
Total Size: 769.17 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,633.34 GB sent, 93.79 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.