Memory Pool Memory Pool Refreshing

9,800 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (2,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,728 904,728 00000000000000000001ccdc3f0563a3689c2874c442089c85e9df2eb8232508 1.63 MB 2,998 2
904,727 904,727 000000000000000000012999d2a89d6c17c2d74580675816e62427b931707ed8 1.72 MB 4,551 3
904,726 904,726 00000000000000000001fc62cad75af182890bc4cf78c30d1ee6a5ede67563c2 1.67 MB 4,369 5
904,725 904,725 00000000000000000000b5e7e8af9593c32e491417679001072727ac4ed9252e 1.66 MB 4,126 4
904,724 904,724 0000000000000000000070491d296b3f678044c7b1e7a74d1d53e20dafb28e95 1.39 MB 2,551 4
904,723 904,723 0000000000000000000154d92929685c9e5ef8325e66f08952254cbdd039717d 1.02 MB 2,028 2
904,722 904,722 0000000000000000000258b81073768aee39f9f746f3caa9ca51665c20edc5f4 0.71 MB 1,243 3
904,721 904,721 00000000000000000000c8bcbc2d75883ecfc62bac0920d4fbccd71b9cece513 0.18 MB 229 6
904,720 904,720 00000000000000000002189dcf308f89531de070df196010e27f52d71a79bc48 0.30 MB 623 6
904,719 904,719 00000000000000000001c561d82de473e4fd4b518572a652ee08d297300257fe 1.65 MB 1,223 1
904,718 904,718 00000000000000000000edfba17fca8b2649782d359c37cd2dca8fa84d075d25 0.46 MB 443 1
904,717 904,717 0000000000000000000172cf55390b9d6fda3469675233e81380516a6459d6c4 1.06 MB 1,469 3
904,716 904,716 00000000000000000001a2b6b400dd570c77ff6faa699ee509dea1059b941274 0.23 MB 173 5
904,715 904,715 00000000000000000000e4d66396f1c974fa9030bb6b0c3fdf37f299f40d9cc6 0.24 MB 589 2
904,714 904,714 00000000000000000001c5bf42db314104de4dbeb0274e66a5228adb9eeaa0fd 1.58 MB 2,727 1
904,713 904,713 000000000000000000014e696d1743d90cb8baa06df0053b9dc53e2041775cf2 1.70 MB 4,269 2
904,712 904,712 00000000000000000002279d3dcde486d45440a8ffba4e8cdcfc4e612a8df62c 1.79 MB 4,949 1
904,711 904,711 00000000000000000002333a5906041935688b8fe6e8cc147697921711efbd42 1.68 MB 3,912 2
904,710 904,710 00000000000000000001591ca2e7c2a5c58cf4d2bee0df8a748cc7f100b631ef 1.50 MB 3,030 3
904,709 904,709 000000000000000000023e6e741e45ea15712fe4bd892b5f4dd3f1668ffde829 1.51 MB 3,292 5
904,708 904,708 0000000000000000000235a1e1215513eead6354b190dfd4d074a5f3a702bd11 0.94 MB 1,486 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.