Memory Pool Memory Pool Refreshing

1,519 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,010 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (644,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,459 263,459 000000000000000da7ba991c14e050c753d77c79e58dcbd98c2dff4d0cb38a77 0.03 MB 64 46
263,458 263,458 0000000000000005e18d69043a059a00ffdcece08a49bb0dbeca2ccb75c018e0 0.15 MB 403 153
263,457 263,457 0000000000000002b28df35a72a2881f5eee18e7f31708439c1feceb6274f026 0.16 MB 312 84
263,456 263,456 0000000000000007bb1c5bd638dbd1e22d96835ab9c0da280cd03bda51f18510 0.00 MB 6 34
263,455 263,455 00000000000000141177c958927469f5512523ce03b6aa2862e5dbedf739586d 0.02 MB 55 100
263,454 263,454 000000000000000810d60b7341c59996b60ba0376f4e8de3a7aec9b3333ebd54 0.01 MB 20 51
263,453 263,453 000000000000000cb4fe468e60bf9f1dd14fcd16c17e9ae2e89fa669c6d30f32 0.04 MB 118 100
263,452 263,452 00000000000000164c2491add0cc5a87305c6b46a9f7d151259595f35f365f83 0.14 MB 209 76
263,451 263,451 0000000000000004051d9f2ee89ea43fa077bebb7730d4448b01567f84f8b6ea 0.14 MB 91 16
263,450 263,450 000000000000000667eb6b696ee372856f36404325dbca8a53468956753427e2 0.09 MB 213 95
263,449 263,449 000000000000000e157569f092b04069c93058b4731036816c9fbba9b45df030 0.07 MB 171 110
263,448 263,448 000000000000000d07dd792d002915bb2f2aa5348e526e0ab50d482d45a81706 0.07 MB 178 76
263,447 263,447 000000000000001142ab6bde2bf0df197c0b0c02c2e24c4fa7e5fc51b8a4e99e 0.14 MB 27 2
263,446 263,446 0000000000000015a60019059134e79a65913abf03c7df4f1c91eff0ee6191fb 0.17 MB 359 92
263,445 263,445 0000000000000005a64d85e9dec7c44301b580830ed09888a7ad6756f5263f55 0.02 MB 46 132
263,444 263,444 00000000000000009c3d0a244f87021675236bd51690af6d63161a6a4a38849b 0.07 MB 155 107
263,443 263,443 0000000000000008f872c90af5912b988cc2e8030c5a1d4e7de8d609c14171f4 0.14 MB 297 63
263,442 263,442 000000000000000dc65aae19405d484649f3b46f63c2db9deeb22a5a174d8d1a 0.15 MB 347 85
263,441 263,441 00000000000000020b26ad29b66d42b88f37e4b7a0036f3e6da605eaec2bfdee 0.17 MB 388 117
263,440 263,440 000000000000000aa372757c48ef71c88fd111025702b1de15d7275d984344d6 0.25 MB 491 88
263,439 263,439 000000000000001410a53bff94c90f0e4e4657a524547c8b9806ecad85d4b6d4 0.14 MB 208 36
Previous 10 blocks ↓
Total Size: 769.56 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,649.42 GB sent, 95.76 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.