Memory Pool Memory Pool Refreshing

6,389 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,305 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (780,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,065 127,065 00000000000014ac5e1e12ae916bb9ea9620d84c9a4e8014e4cba90284488ce9 0.01 MB 23 597
127,064 127,064 000000000000254862a9dee2614a6301617baa8449d1a24cb655353583a8947d 0.00 MB 5 0
127,063 127,063 000000000000029505c8a07648d5ee5422f3edf6c2e6f5086757609932b0564a 0.01 MB 46 255
127,062 127,062 00000000000014d1e5eb43ab096ba219cd07eeb766cad046a1321135f45f1ec7 0.01 MB 15 1,306
127,061 127,061 0000000000001917029c506138912855b396094598b5383d38a770f1797cb796 0.01 MB 19 176
127,060 127,060 00000000000007f4a85ceaa506f1f9010aa16b60da3702ce9befeeccd0cbc23b 0.01 MB 21 587
127,059 127,059 000000000000073fb0a809f801a3d5a5eb8f474e1b15d1339e2dc58ef5964160 0.02 MB 56 753
127,058 127,058 0000000000001e22b29bfb539d65edcd193a9f675ce2e198d49b46820794b374 0.01 MB 34 662
127,057 127,057 000000000000221523cea132b02629714a2ce26b0b4682ea92382ea1f3ba3b3e 0.01 MB 25 440
127,056 127,056 0000000000000eefbab20cdb5288b751f4a2bc822863bd53403209d79a8818d5 0.01 MB 21 978
127,055 127,055 00000000000004b2e696e454d92faf86fc00c86cc63cfda01a6ea6c1190d1ef4 0.01 MB 34 374
127,054 127,054 0000000000001ab724fb35733ba28668bd66000363a43a68970efc7ad1b4983c 0.00 MB 11 331
127,053 127,053 0000000000001dd33a8750574a078fb3a2bb8f6d56d589ad7b8686a3ac2bde35 0.03 MB 66 1,699
127,052 127,052 0000000000000c3452a2dc744c2abc39781b8ed283ac0aa3e7ddb316d4669267 0.04 MB 119 2,427
127,051 127,051 00000000000022c1718653cb526ed36aad68a55bbb224d28b125881d6e37b9d3 0.02 MB 32 532
127,050 127,050 0000000000000dbd654ff2fb9a8bafe48383dc9f2460722a0da0481b13d52d87 0.00 MB 2 3,875
127,049 127,049 0000000000000142e64450b8c0c38d2789d561966fab5981d78c2de937f0bfa9 0.00 MB 3 245
127,048 127,048 000000000000210fde0ade36cbb7622b182c1e960bb51f9bab55abf8299cbd45 0.00 MB 2 0
127,047 127,047 00000000000011050c8d9df40841c673e98bbcf60a128dfd4018f8ebc7debb2e 0.00 MB 1 0
127,046 127,046 0000000000000ce38a500cbbea625d9f29a37aa17d3937733e47a3e493f87ccc 0.02 MB 47 248
127,045 127,045 00000000000025211974edb96696531dea34b6e23e7838842785346367615874 0.00 MB 14 1,937
Previous 10 blocks ↓
Total Size: 769.27 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,635.31 GB sent, 94.25 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.