Memory Pool Memory Pool Refreshing

6,992 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (616,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,926 290,926 00000000000000003789acee09b966699390c5f100e1a083dbfc0fe7e1b631a9 0.20 MB 407 34
290,925 290,925 0000000000000000f4da8c97e472a094a32b52738e931152f3c36ba14f8c33d5 0.53 MB 812 25
290,924 290,924 0000000000000000bf6b89efcca249be963b89a6b7dbfb4bc16b3723cbc61dc0 0.35 MB 925 50
290,923 290,923 0000000000000000eaa3bdc321669e076ad070b54d9a82d160d37cd50a69bdbb 0.04 MB 128 89
290,922 290,922 0000000000000000426b4a5529aeccc5522de2ba0ff9094f4988f9cb1b59c865 0.01 MB 28 42
290,921 290,921 00000000000000005e1f3fad99615c1cdb486f27c11aa8a2e5635a63e254cd5e 0.12 MB 256 36
290,920 290,920 00000000000000006a327db6b300c47da5eac0ea5fe9d839b471551200589b46 0.05 MB 17 2
290,919 290,919 00000000000000008027e5ba32d3e745390bbcc014ddcc4e2e09a99a371eb091 0.14 MB 222 28
290,918 290,918 00000000000000000cce4f5537c749c0f8fc164e1683b97687b54e147aa49785 0.28 MB 559 36
290,917 290,917 0000000000000000c4bda99fbbae081695e1c1a747ef3347802a3091fffad658 0.21 MB 468 44
290,916 290,916 00000000000000008c38a1993da33239b48bd240b852ee5fefd43ea809dce7b2 0.04 MB 84 35
290,915 290,915 0000000000000000214b29771c2a2e32c75192a603ec426066ec9624f36d9223 0.34 MB 555 25
290,914 290,914 0000000000000000fc59e0b7a6151efa3f92cedcf98b386c1ccd37d128c5beb5 0.17 MB 512 1,249
290,913 290,913 00000000000000005cec1bd95835eb9867e9f9143d89c644adaa6a4a72b638b7 0.05 MB 128 53
290,912 290,912 0000000000000000891b5d765699da3cd77fb4d8c32d0733c54447e8a3fbe42e 0.05 MB 128 42
290,911 290,911 0000000000000000e631f13c5c2c1eeae1db138dcf1e8029c80d43c972e91dd0 0.10 MB 164 36
290,910 290,910 00000000000000007482cc0e379694d08c7fc7d82040239d9604140b18911019 0.05 MB 74 29
290,909 290,909 0000000000000000a5e60eb25fff50dce7109599af24560dbeda995820dce350 0.14 MB 231 45
290,908 290,908 00000000000000009a9aeaeb2fbacfbae6d9c3737e969646e00d555c8f43eaef 0.24 MB 452 38
290,907 290,907 0000000000000000890014f3b2e4fd6e7d38ec721a92447d9a2564364f16fae9 0.10 MB 227 33
290,906 290,906 0000000000000000d4e5235c9527a35022d8f4c76b117e02da0cf6277d976852 0.02 MB 42 39
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.