Memory Pool Memory Pool Refreshing

4,065 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,324 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (797,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,117 110,117 0000000000003d32126861d89958b1c704928d6d84f1ac3864aba61fa614270a 0.00 MB 13 0
110,116 110,116 0000000000000294e2fcd634f3b24450078af0e7dd710462ee5e9f349ab210ea 0.00 MB 9 0
110,115 110,115 0000000000016505be5970a05c1271aa6db7c53b4581053f3dbf54cfd0452e53 0.00 MB 8 0
110,114 110,114 00000000000072b72c1fda2dec80125c1087e8a0400f6975c739954ad1de4089 0.00 MB 1 0
110,113 110,113 000000000001646fc574cc84c24ccd8bafd70cd23be2e5e796ad8a81a2a53f0a 0.00 MB 3 0
110,112 110,112 0000000000009168fd58107a051f8e10a101700252301d20beccf258807a2f3c 0.00 MB 3 2,415
110,111 110,111 000000000000c11b324dd49f72ae0e7d6abbafb538ece2dfe39a9e6ecde3a28f 0.00 MB 7 0
110,110 110,110 0000000000004bb16ecb3bf59323e258cf7da88e7bf9981dd943d6f25d3132df 0.00 MB 1 0
110,109 110,109 0000000000008f3c9d0742eb6a9a472ed1be5f6b39115b1f7ac6524b32108c60 0.00 MB 7 0
110,108 110,108 000000000000bda997144a61c92b75d4c23f1ad455217898d05701969791642f 0.00 MB 8 0
110,107 110,107 000000000000119348ece63a819200e547492d1833b685827c7349d3c3029bd9 0.00 MB 11 0
110,106 110,106 000000000000872a995915f77d428f5ad2acf40f5661b854d28f35e28ccd0207 0.00 MB 13 0
110,105 110,105 0000000000010e2ad211e70ab4f0e7912e4028f22c92638650c2b28f4f643382 0.00 MB 12 0
110,104 110,104 0000000000019172e1710d2f0434ca0e722b3cd6a9b1ba787d4e6960545cf28e 0.00 MB 12 0
110,103 110,103 0000000000009bd2715ac4c5d52fdb68e71f5f3c3e2944890f344fc8ce9218bd 0.00 MB 12 0
110,102 110,102 000000000000ca83157fd8d37be014069150d00b39c7801500d452e796498ce0 0.00 MB 12 0
110,101 110,101 00000000000121fe495d004ceba6ec5f4ed809e35f76856cd5d557400058f373 0.00 MB 12 0
110,100 110,100 000000000000a1b1785c2ff02491d8a3d170c376f2a11deae182e169aadfc040 0.00 MB 13 0
110,099 110,099 00000000000179b5a7ccf47002953816cbaa1715c049513443af3c0bba67da0b 0.00 MB 3 0
110,098 110,098 00000000000133dda1826d43a7ae8dd0edf16ae4bf6ef024a550cf820ee25f59 0.00 MB 12 0
110,097 110,097 000000000000a846318f0427377131531ead3c66c6e927a1193864fa718b805d 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.18 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.