Memory Pool Memory Pool Refreshing

9,212 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (694,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
213,837 213,837 0000000000000400147f747695b5f68fb8e7a58ef26e7e5a3a5c1097b7d16e50 0.04 MB 135 79
213,836 213,836 00000000000001401699ce25a27243436bb4c2f8e49e2c9ea0de1433ba25bc8a 0.20 MB 334 133
213,835 213,835 00000000000003ac4cf6768c0b0f9d6ae58f9e7b9d9cce602cc5a1cecfc348fe 0.04 MB 41 103
213,834 213,834 000000000000051654aaba28b68d3d97299a72dc6d98a81078aa9f63e43918da 0.05 MB 124 176
213,833 213,833 000000000000057e477370dd845383d0d2d96ab2b16549337c39420566687394 0.00 MB 9 597
213,832 213,832 000000000000023d42b3e504448ad1dc71d04e6f205b646abed0dc02be5b5af9 0.10 MB 159 131
213,831 213,831 00000000000002daf9b271167542e1717fa03db38cd6ac26fc57e105fbbf13c4 0.08 MB 179 424
213,830 213,830 00000000000004af4baad6787b1752adde63af068aa8c8b8c942a0a15961df54 0.08 MB 148 110
213,829 213,829 00000000000000b28069999f7c6f3ff5735c81fcf30b88c9b5c9b5b1d85822dd 0.24 MB 555 173
213,828 213,828 00000000000001196d2a9ce7a6b85d7aa1bbdb71ba0079e0ccec4db1f69555dc 0.00 MB 12 134
213,827 213,827 00000000000003b9a85d68ec576901e9b10182d8d5b9665d0e704590dc3a7e19 0.03 MB 45 108
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.