Memory Pool Memory Pool Refreshing

2,906 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,887 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (84,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,865 823,865 000000000000000000009d697a6a747ad439d5239aa5a909ce93538e2fb298d0 1.61 MB 3,373 133
823,864 823,864 00000000000000000003d97519073f436bd4c89951a7203236d0852f1393bf99 1.78 MB 4,729 112
823,863 823,863 00000000000000000002dd58cabf90197f704c10f869254f48e7e7ba2c3fd8c5 1.62 MB 3,576 138
823,862 823,862 000000000000000000015c36090601b0fd54392c06cecda1916f710f98ea51aa 1.74 MB 3,461 105
823,861 823,861 0000000000000000000251cbd75d31c9e638c966e0d4c1b2aeee7c9df4a24ec7 1.73 MB 3,898 128
823,860 823,860 00000000000000000000d1b834bdb8516be66c32d5acd61bd81e940bd96f2988 1.68 MB 2,560 141
823,859 823,859 0000000000000000000033e3c3523653a2af2f08579d99b9b2e2eb5de88924af 1.85 MB 4,801 122
823,858 823,858 00000000000000000000f8688f359c6f60861535d64ee3e0094f1cb12d926712 1.77 MB 4,218 133
823,857 823,857 000000000000000000032b3ceaab5afd7b12726d5c193631fd41c5e0a511a8a6 1.73 MB 4,745 121
823,856 823,856 0000000000000000000322e618e9a848eb2c084cc325f46940359a1656a24090 1.68 MB 3,215 122
823,855 823,855 00000000000000000002f5564eca59a5745316b5fb2b9a437d20bd8994ce88df 1.84 MB 3,684 107
823,854 823,854 00000000000000000002644e45773232bdf62e2fd7efb1df657a693ef755cf11 1.89 MB 3,680 123
823,853 823,853 00000000000000000002f8211586eb8fc69cbc8e183e9ca31da7b3790e77caa2 1.54 MB 2,883 137
823,852 823,852 0000000000000000000120e37a4c16a12751d8f5c9024b23f184615b2448bfa4 1.63 MB 3,175 221
823,851 823,851 000000000000000000000afd18ea13bfc4d95c259725c3657b59cdd478d4a712 1.91 MB 4,042 126
823,850 823,850 0000000000000000000394f47d98566925c2b4b193ebe778d78a4d38828a62a5 1.80 MB 4,430 126
823,849 823,849 00000000000000000001a03b89ddf22cef6978c6da3b0eae533ddcc80f61d5a4 1.84 MB 3,398 145
823,848 823,848 0000000000000000000178fcb94d0450e5ec8c822eea5e65d1a117bf01b2abb8 1.66 MB 4,645 110
823,847 823,847 00000000000000000000b7a350f5a707f7bac1727ed53bbba7b50c801d04b8ae 1.70 MB 3,765 150
823,846 823,846 00000000000000000001c6fd191caf7b4b67736b189218b3a50ce2c928e56ae4 1.71 MB 4,437 133
823,845 823,845 00000000000000000000359d436219fef7c59b6c48981a4c79ac93a2dc704596 1.77 MB 5,401 122
Previous 10 blocks ↓
Total Size: 769.73 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,679.05 GB sent, 96.56 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.