Memory Pool Memory Pool Refreshing

1,804 transactions
18.95 vMB
Show Random Selection Loading Transactions
Max Size: 76/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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,602 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (811,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,829 96,829 000000000000d123796c0afca3dd30b98c7099a25c5386a0874f597de6f944a1 0.00 MB 4 0
96,828 96,828 000000000004a3db4435b76dc05e352711aa0398b4027ca7a33242d78218e6be 0.00 MB 1 0
96,827 96,827 0000000000033f09c737f103e1bd21584d06148ab9022a380acaf56b0b447d94 0.00 MB 2 0
96,826 96,826 00000000000250b93c408c3a27a6fe78b24379fb8fdbf44d7253057395cac442 0.00 MB 2 0
96,825 96,825 000000000004954d0efa97d48e82857e5979438d9744ab9b898b63a27e808106 0.00 MB 3 0
96,824 96,824 0000000000003ee494ce760761a0f490f45347837a88a70622252d6fc0eb9c55 0.00 MB 1 0
96,823 96,823 000000000004d2e9016e8ebd5f625f65419a2fca3f2cb0f8fe68e37843d71b0d 0.00 MB 2 0
96,822 96,822 000000000000a8e8f4c61ad0b7e3a501837d2af76ee373e702ed2e08d2c742e5 0.00 MB 2 0
96,821 96,821 0000000000025ba635dd585e047a3578331d4c9e9d29fcc9fba963cbb730e7dc 0.00 MB 2 0
96,820 96,820 000000000000dc3e699969d6fb5ce07f200fd45e1e76ebb1728bd2006ccd294f 0.00 MB 1 0
96,819 96,819 000000000003ba01c330343812dbd067022edac671e71c0c27d9f61910c62154 0.00 MB 1 0
96,818 96,818 0000000000039b5b31b8b71795b81b056b6c2b620dbe835dff360f7ffa7c92cf 0.00 MB 1 0
96,817 96,817 000000000002cf39497724ccc43b6c5844e12dabacb50413da79087de59c23d7 0.00 MB 1 0
96,816 96,816 000000000004b75d2596c07d1f575cce5437a001acfbaf2e3ffe38b74815420a 0.00 MB 4 0
96,815 96,815 000000000003edb829b21df2b3b4e4ac5d91e5281bf4154a645820fbc5859708 0.00 MB 1 0
96,814 96,814 00000000000168a774a7a6828daf8fdfe4d4f6936caff68c03efff0013b32a7c 0.00 MB 3 0
96,813 96,813 000000000004fb9642dc440c447700ec3e40eca46bd68fa56bc6ee5e3a33fa1b 0.00 MB 2 0
96,812 96,812 00000000000332783ceb8bf310d25680d60642c043d81155e269f1137f9aba7f 0.00 MB 1 0
96,811 96,811 00000000000209fb81a159bd46564f199a49decfa44cae22faa164b51dc311b4 0.00 MB 1 0
96,810 96,810 00000000000152060bc6fccd6a02a9cb86e109743b18ad63a15778a4cd98552e 0.00 MB 3 0
96,809 96,809 0000000000019b3cd01b414e8f7d639a46c810e4842e244425b9aa3797695822 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.