Memory Pool Memory Pool Refreshing

9,773 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (693,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,858 213,858 0000000000000585b7faf6826bbcedf388aac8bcd2315d4da4577c41e55bc3a5 0.19 MB 481 177
213,857 213,857 0000000000000196dd62fff3dd5bbe745016c19fb789dd56e6e307ed718723d3 0.06 MB 158 201
213,856 213,856 00000000000000f3d81f3c1cdc51f384afa128e6e951fc1f20bc04070244f6f6 0.27 MB 566 271
213,855 213,855 0000000000000475f2ff46cb9775c48b51d226904ac8f125d9d3c7e5f2951f37 0.21 MB 575 194
213,854 213,854 00000000000004b4e162329b6fc392f206afacba4be35d9f0c1de3b42920b571 0.20 MB 289 136
213,853 213,853 00000000000002f6f2f9b92110b0b74f9c0f91e02dd442f28ccd24ee4a7349d5 0.05 MB 117 142
213,852 213,852 00000000000004c65254adfea6ba5748f18ef97b29eb0c86df8eb2db669bdf3f 0.25 MB 662 199
213,851 213,851 00000000000003fab15e25a36ef5212501b138ea6dad82f9083bd45ebfac3f3c 0.02 MB 56 147
213,850 213,850 000000000000057e3cb5bade7d742be5a2196f802da8b88676ef1bee98d1f599 0.11 MB 179 124
213,849 213,849 00000000000000e3db5072c54d95ffb203986bf9e46f59d19cc9d0f1c4c71208 0.13 MB 144 90
213,848 213,848 00000000000004c547212420961345205ffe7c5014f9bca53c689e16eaaafce3 0.13 MB 271 155
213,847 213,847 000000000000022236c1b004a31fbe9526e44371f3f3fc7bad535e72e7ffb621 0.11 MB 245 157
213,846 213,846 00000000000001748433be958cdb01ee153b092b83f145b11a4169c2eefefd2d 0.21 MB 279 58
213,845 213,845 00000000000001e291327af9c95b2fd8ad3b0eca1d4939e42d4960f1da7cad17 0.05 MB 106 141
213,844 213,844 0000000000000599115b83cd8b112bff8afec593ea66289b51fbf833d463b007 0.04 MB 113 208
213,843 213,843 0000000000000343d10ac6c79b3e484f246bd4b4e0232d4119e1ee9059961877 0.12 MB 266 163
213,842 213,842 0000000000000393e99072f8048f3b3186c36e2fb8bb83b5db6c645ae08d5156 0.16 MB 230 110
213,841 213,841 00000000000004c0021e48a4a7fcffabf8434978785cd9b685cea7dd968503e3 0.20 MB 571 242
213,840 213,840 0000000000000272cae8506bc4b0edfea264829ae16581de7a969bdb244ba28f 0.08 MB 166 198
213,839 213,839 000000000000044400ae191720d9131d507acd0dbf9a2237148843b529dfbfca 0.03 MB 46 106
213,838 213,838 0000000000000200130f639de5a01e6fa113955175cd7bd4da6a5611e6b329ef 0.12 MB 269 325
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.