Memory Pool Memory Pool Refreshing

5,296 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,684 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (601,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,856 306,856 00000000000000002d671bd8945770a35cb9727c43d1baa5780c8f563fefe031 0.03 MB 59 14
306,855 306,855 00000000000000004fe352ecbdb29f33b1fc51cb0e8ce6b26bf4b74f373b25a0 0.42 MB 843 31
306,854 306,854 000000000000000024125dfba751fd24112d914b3cce8c57dad43dc707ca276d 0.06 MB 94 20
306,853 306,853 00000000000000000fad47d8f2de88f8905f0eed0aabd13f347afea054420f74 0.30 MB 596 29
306,852 306,852 00000000000000001b0627b51d4a4aae13b0b773cfb9051dc21fc98dc789d8d0 0.30 MB 526 28
306,851 306,851 00000000000000001dbf7129ef1d55cf7e6a2e371d79a7e8512f7d518a4ff891 0.11 MB 268 33
306,850 306,850 000000000000000038d713694909f46f1b6bfe84961a5d689ee140e4a839cc7b 0.46 MB 925 33
306,849 306,849 000000000000000021365d93de7e60a674e3f3311586770dc43c5ddd14a4af6d 0.03 MB 53 27
306,848 306,848 00000000000000002a76c88f192aac69c291dd34d6b967454867e08c7df18bee 0.23 MB 315 36
306,847 306,847 000000000000000018f0d1b408322c50bd4799f97c27f3caebe81aa034b6583f 0.02 MB 41 25
306,846 306,846 0000000000000000282f283b3f2d0917db9fb48b112d80eb0a128f7a8d2de9fe 0.24 MB 488 36
306,845 306,845 00000000000000002be1835dcb673478949b71815c7d7d69de22ed612e6b90a1 0.16 MB 256 26
306,844 306,844 00000000000000000140b436ed5c85900ecd0c5adbb181371b876a7b4d869acd 0.33 MB 640 30
306,843 306,843 0000000000000000115be7b1fd2c5eb19d05505acd9f9982730744bfddb639ca 0.09 MB 205 32
306,842 306,842 00000000000000002d001cd41dcae46ba4dc664651d3dee6c3a5a2510e9f4a24 0.03 MB 42 6
306,841 306,841 0000000000000000138cd7554effbc46fac3274c78db01b54910b00f19ef2253 0.26 MB 418 27
306,840 306,840 00000000000000003dbc844ba5b96e41d3c8567727be21829aefb0f429f86e66 0.20 MB 444 34
306,839 306,839 000000000000000006f42f6d9a9bb5cd41c734f213790506d8af62e4002e141b 0.08 MB 40 14
306,838 306,838 00000000000000004b8252d427e6e5daa5b3f19e4874491d8cde759ddf8b4bf5 0.35 MB 797 38
306,837 306,837 000000000000000013f14c8393b19df3b703b2312b4492b888d626ea94cf4d7a 0.07 MB 187 35
306,836 306,836 000000000000000028e72a48f72a3d744291d93bbe3891efc542698b3757a112 0.27 MB 504 31
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.