Memory Pool Memory Pool Refreshing

10,005 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (27,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,034 880,034 000000000000000000025e7fb5713a0340c40cc29c3532d4100a0bbdd264fb0c 1.86 MB 773 2
880,033 880,033 00000000000000000000202608b215f45c3d6deeff821ab07a88d8333a13d545 1.58 MB 2,202 5
880,032 880,032 00000000000000000001a6df836294d62e2ca8b1a5f21b47b4ac037e1c764b1c 1.34 MB 1,046 2
880,031 880,031 00000000000000000002781ff992c2f88fdd1d47de8b450126d4fee719b9dd3a 1.50 MB 2,512 5
880,030 880,030 0000000000000000000169129fa148621dcb38858ec3808bc34156f8c80bf68f 1.74 MB 2,387 4
880,029 880,029 0000000000000000000222a9adce763d6d0a5f841c4a8738afe870c876f2015a 1.45 MB 2,059 4
880,028 880,028 0000000000000000000100fce52055d927bae2f14c1efd5e7c8b0ee9597d41d8 1.62 MB 1,267 2
880,027 880,027 00000000000000000001510ea61c1355bbc9018ca501250109ea3b17a33c42d5 1.95 MB 429 1
880,026 880,026 000000000000000000019580f2798884aab189eedd46c24f1bdd7adcba41c150 1.60 MB 1,386 2
880,025 880,025 0000000000000000000103c7415bf1c0c9d891af4e788fb24978473c01fb6036 1.53 MB 2,678 4
880,024 880,024 0000000000000000000012e9ab6bd4c4a42800017e6faeb3b4baa0ba833e4fb3 1.49 MB 2,138 3
880,023 880,023 000000000000000000001872cd85e280dcd304ec7b37413bc4bc2abf5290c328 1.49 MB 2,428 5
880,022 880,022 0000000000000000000236411f1b2b9133053782db4f09cee01a4ca61d5cf320 1.40 MB 2,676 3
880,021 880,021 00000000000000000001edb6e69f887207a12ccb12a9d0e2c1cf2cb43fb2fbd7 1.38 MB 2,229 4
880,020 880,020 00000000000000000001726b77d5a6659f0a8dbe0d1ede455551543fd9a58c11 1.75 MB 1,197 3
880,019 880,019 000000000000000000020ec471a8bf3949300aab5a49d5d6e54aee7a4d9e78a1 1.41 MB 1,967 3
880,018 880,018 00000000000000000000bb39704f189da436d0adbed0da2bb334f93cdaa519d9 1.62 MB 2,581 4
880,017 880,017 00000000000000000000d0e90bbf63d1ab64d1f6b65b57474c28aea09a56981c 2.18 MB 295 1
880,016 880,016 00000000000000000000e000944a8a674d0b1391b36487bf2c18695e1c06e3df 1.49 MB 2,451 4
880,015 880,015 000000000000000000003769f388185f7e82056d5fe363c130072b6b8abf4915 1.87 MB 1,157 2
880,014 880,014 0000000000000000000207cf12b78d3f25c9580476c2dd5c5bed9f7a29d67a5b 2.49 MB 516 1
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.