Memory Pool Memory Pool Refreshing

302 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,450 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (830,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,090 78,090 0000000000597c49a6019c4633f78e22649dbfa17531184b2a1d8f9440885e18 0.00 MB 1 0
78,089 78,089 00000000001b4324ca6fe6099b80dfc37a9a1a67950568239c6ac23788e7459a 0.00 MB 1 0
78,088 78,088 0000000000063fb75fb0432ee64da9f16a54e39d66beb887c0a419a9dbfbcad9 0.00 MB 1 0
78,087 78,087 0000000000105a2da98670e854404bd0bf14a4c199ee8b80e6b21aa9b2a3995f 0.00 MB 1 0
78,086 78,086 0000000000110b341b30d4ec8d12db8b7edeeab7ce4319a8bd4cc144d3e995a3 0.00 MB 1 0
78,085 78,085 00000000000ac69275fb99b082fb8138ba0bc6bbbad6983c5dca98e7d8111d93 0.00 MB 1 0
78,084 78,084 00000000003ea590f9d0e769caf4421798a53abe7dea1efc11dbbdbeed9088a6 0.00 MB 2 0
78,083 78,083 000000000045930eaa9bb5dc8ca1b5b037d9464320227c7aa75c1c958e2fe8ca 0.00 MB 1 0
78,082 78,082 000000000025abc0d005e75a7a368f33ab5e8a172377f34eea1c8af6b5c37fdc 0.00 MB 2 0
78,081 78,081 00000000003ffa0c806ddfc1c67211c073aca127360ec8c35de601df8f615698 0.00 MB 1 0
78,080 78,080 00000000001d7cf644d824971586379d2a708a81d9c9926bf1c0a7b1bc6eef28 0.00 MB 1 0
78,079 78,079 00000000005287c0e6755cb3eebf3c496f423778cf6d3b0366ce41c6fa324d4d 0.00 MB 1 0
78,078 78,078 00000000004aecf916c6a027d9d148bb8dffe4a74bc322f6da59b6f17d689cac 0.00 MB 2 0
78,077 78,077 000000000012b97222f8e7cd63e85afe073f203f5817ae43e8bf0a594ae3bbbc 0.00 MB 2 0
78,076 78,076 0000000000660738e5915fdf032b48f1593f5ac4cee144762416d423c4d079ee 0.00 MB 1 0
78,075 78,075 00000000004c90b2732bc3424e1654bf72fadc571f577d0d650161b346144e12 0.00 MB 3 0
78,074 78,074 000000000045f2a5a79b803bff2ee2ffcc9d8453f70fd446eed35cbfe3134d8c 0.00 MB 1 0
78,073 78,073 00000000000baa69235db7f77555014760bf1b10e8e7dc5c6e17d6479cc8afba 0.00 MB 1 0
78,072 78,072 00000000002a6263d67583ede89971539fb7521b26dad5eaa0eac5c0ee90d9e5 0.00 MB 2 0
78,071 78,071 000000000060729b84ebef0bfa9e33c64874de3157b6d43c979cf33b65c05893 0.00 MB 3 0
78,070 78,070 00000000000fa7847cb456c44a914d323c21699b26b75bb662ca94408dc15d67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.67 GB sent, 99.73 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.