Memory Pool Memory Pool Refreshing

2,555 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
2 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
906,122 000000000000000000023aa60000000000000000000000000000000000000000 0.62 vMB 2,536 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,121 (738,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,092 168,092 0000000000000093a49709d1323661b13de8089152fd44725191f45eed20b04d 0.03 MB 69 85
168,091 168,091 00000000000008181378f06f81e8036ab117546690c693aefc4d2f3d9cca133f 0.01 MB 37 782
168,090 168,090 00000000000007e522080fabb3caf79062899eb801d6ce16f7cfbbd73c9dcc7e 0.05 MB 115 198
168,089 168,089 000000000000035010292db86f97a207d96a4106af108fcb016550dee0e4f96e 0.05 MB 136 56
168,088 168,088 0000000000000ad29f69ee227f3b8d4ddf5ce4cb018385de0706f1b287ea3534 0.02 MB 38 18
168,087 168,087 00000000000004e066798b91535e5ffb25f069a42fe0bb9eedf44deb84012767 0.05 MB 135 136
168,086 168,086 00000000000009f2694680274f405cf81114460b927b87701d7a304b5cd538e4 0.03 MB 8 87
168,085 168,085 0000000000000a90fef944ff2b35e71f440d7ad533c8f2f1f07e679c867288a1 0.00 MB 10 69
168,084 168,084 000000000000032541ad241330f52ae2880b3ccf33316b33b36e8b2e3bdb3446 0.01 MB 24 99
168,083 168,083 00000000000006042ad9cb297cc1ad0526afcd421900e01ca419c37828b6c0c9 0.05 MB 94 259
168,082 168,082 0000000000000b86379cd48fadc3b8b1bdb0e9e4d7e8a4bb6f08984199dbb96d 0.01 MB 27 1
168,081 168,081 00000000000005d9b62a432965fe88a5db1c5c06eebe15fe8b6f2ec3fb50930a 0.00 MB 9 0
168,080 168,080 000000000000006286838cb1f0a0ab63f0906ea8718c5badd88804bd2b859816 0.04 MB 100 47
168,079 168,079 000000000000015e4d0152ad299b723445c1f91900176e77bca6997308cb59ff 0.00 MB 9 69
168,078 168,078 00000000000009494c67c3fc0afdf439ef65c6b4b39e46ad7f91e2bbce6504ef 0.02 MB 26 508
168,077 168,077 0000000000000299ab6d0cc413c2f0400de4677de21bac33a01a1f93d1fefd84 0.00 MB 8 65
168,076 168,076 0000000000000740ff003ce67360432d1aee8ec4288e35d599bdc4d4d5965367 0.00 MB 9 23
168,075 168,075 00000000000004087fac04c3914ebb5a5d5911d9aaa78133b255a9f9736b5d04 0.02 MB 53 347
168,074 168,074 00000000000003dbafc90d35d83d71671ee2e52dd0aaaf285fff9178ba228a3a 0.04 MB 81 37
168,073 168,073 00000000000003b65208ca2845ce0300fc77bc56a8397d69d9b79af8ee5b6ed0 0.00 MB 13 17
168,072 168,072 00000000000002ad537ff3456e00a08531a028b123d9dd84783e169dfc908211 0.02 MB 50 153
Previous 10 blocks ↓
Total Size: 766.15 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,391.36 GB sent, 78.06 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.