Memory Pool Memory Pool Refreshing

1,994 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,994 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (730,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,883 176,883 00000000000009f58420ae3ab3c8d8f156be5c739b8c1bbf358621bd1549c4be 0.00 MB 11 241
176,882 176,882 0000000000000456159a1fb6ea7f09bc7ed343c7f2ea79c8f8bdf5a29d85325f 0.03 MB 107 36
176,881 176,881 000000000000063f86af986e3d957a9d02b47a03fb5b89d73d066766d501b4a8 0.02 MB 34 98
176,880 176,880 000000000000060af5baa2fec980516ebc39c3c91b6d101d085f1df324ddcd1b 0.03 MB 43 528
176,879 176,879 00000000000008579f9860a968b3e341e14d95843ac57af9b3727c0223e7fee5 0.04 MB 58 74
176,878 176,878 000000000000020a462e3ff7525d3665586962fd1fcba3c59584b16a7e1abd3f 0.03 MB 66 102
176,877 176,877 000000000000080df9da951d2105ae5dc60eef2690466be6ffc2d55f4ba3cfd1 0.03 MB 84 85
176,876 176,876 00000000000006cce8e111ea639fbd3c8d2d2f2bda0f0075ea5a473241a11890 0.01 MB 35 17
176,875 176,875 000000000000041c5d3b6340228ebb636ad221ecf765b4ba2588310c984798de 0.05 MB 78 265
176,874 176,874 000000000000070a81fb7eaf320ced71899a3185ba196b3514864373f7976e60 0.05 MB 153 112
176,873 176,873 000000000000051a0021a537a985b3010648e06e0029cdbd20ab56ecbdaf889b 0.05 MB 117 117
176,872 176,872 00000000000002a771631abc4fe05ad58bf19a09ada045ccf231e9adbbdcfe1a 0.03 MB 42 70
176,871 176,871 00000000000003fa55c64e1295b25c51c9292fe26c3a5875d5847b053d5056af 0.01 MB 25 46
176,870 176,870 00000000000005bd7d0482bd8d6ecd9c25fbec64c7151f1e68a46177d7b28d29 0.02 MB 65 37
176,869 176,869 00000000000001dc55569a34028695422dc52686459821faa16a0b3d9f48d20c 0.01 MB 19 39
176,868 176,868 00000000000009d0f8b50f6c62c41afd748558d33a1b47538b5581dff781f03f 0.03 MB 48 18
176,867 176,867 00000000000009bb921fc0616704dbd936f8807761635ac2209b8cd4ad9d629a 0.03 MB 41 47
176,866 176,866 00000000000001034ef68e869704ee4f812b83be8894095b9756ae9fc5d7c223 0.02 MB 32 285
176,865 176,865 00000000000007bee7d628cc9263eb07124ddbc0670373c7b809a13b910ebe3a 0.00 MB 7 19
176,864 176,864 00000000000008c8511879711c3eb853f48ad6e1759bf8a1a17401f451f90241 0.01 MB 30 152
176,863 176,863 0000000000000471e5177eed0f53c6dc094c5f7955023f8a664e501382a783fd 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.15 GB sent, 93.41 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.