Memory Pool Memory Pool Refreshing

5,738 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (894,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,939 13,939 000000007c2430e7d474251a64f3c038537d9efaa80edef13c65327b81be2ddc 0.00 MB 1 0
13,938 13,938 0000000031b8ff2e996cf4d9b07776df8aad0e53fc87b80e040a6e919d9d78e7 0.00 MB 1 0
13,937 13,937 00000000a964ed5de8f5f036c18a4d7f16f93c29b38077bd05f8ba58e06376a3 0.00 MB 1 0
13,936 13,936 0000000049320b14f72ebcaf90185e550de0c4d62d868156d1a2dfa4289c370e 0.00 MB 1 0
13,935 13,935 00000000f79b4307b16c73180b4fef1285697a5f1a0bdd7ed6b33ad3541ea92c 0.00 MB 1 0
13,934 13,934 00000000474a82297d241dd3c0dbf62b57bd71605d1ecb73d225f54e52aaafad 0.00 MB 1 0
13,933 13,933 00000000a972bc64b370baf52eb19a0e9ea1d07a9445fa767cfdedf3380c8546 0.00 MB 1 0
13,932 13,932 000000008f254fe799ce39e1bfe69793d484160527578ef538532872ff26e256 0.00 MB 1 0
13,931 13,931 0000000061d1d2580935b74d9579494ac6c537e9ccf0dca76b0ac2d0881bdbe9 0.00 MB 1 0
13,930 13,930 00000000ad45961f71c82ea7e5264a794c0581e78dfe1644fed344b7ac967778 0.00 MB 1 0
13,929 13,929 0000000040cde541f3be373f97f19fd561e47f7e65d0a8d29f216c70cb79b471 0.00 MB 1 0
13,928 13,928 000000008184f5d21f49f21b56d6ed65de4461ee7b124afbe78bcbedb362463d 0.00 MB 1 0
13,927 13,927 00000000a755db7cb184ee6d5965d6ee7d31983f756808f51513a8d343d65afa 0.00 MB 1 0
13,926 13,926 00000000ec910978b62f61c549f0b0ec69f025ba2215f8d406b07deabf2f03ec 0.00 MB 1 0
13,925 13,925 000000003311d7acea8d2f49bf2a2ccf20f3b0ffb8adadd01cdbc35a6fcf3ed1 0.00 MB 1 0
13,924 13,924 0000000091a6036fd7d1b53548df694d33dc0ae597410e42bd8194fa0d9b5a37 0.00 MB 1 0
13,923 13,923 0000000060b7f4c4f6935ab80ae8e08a3e204fa73a83502d5940d686cdca119b 0.00 MB 1 0
13,922 13,922 000000009b848cf4dc39bda17cc5611f827a81d8c93132e9993778f2c2a25e7b 0.00 MB 1 0
13,921 13,921 00000000d522247d08e06404f31db7a5190124b99fa83e57969aa5a4d8971656 0.00 MB 1 0
13,920 13,920 000000004f25044b989ff43cb9ab530959e53df09ad3014145673cd8cff18e94 0.00 MB 1 0
13,919 13,919 000000000b6dc3e42cd4475fe5e0dfc06f17a2dbb29c009abd1cc62d0cf442ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.13 GB sent, 100.77 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.