Memory Pool Memory Pool Refreshing

3,470 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (587,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,893 319,893 00000000000000001bc315c4e4e5adeb16d05840f482494ae214140bd1169c65 0.75 MB 939 21
319,892 319,892 00000000000000000e5a60acc6eabef90a7b086af4b815a7e8c0eaa73ea4f130 0.00 MB 1 0
319,891 319,891 000000000000000014fdc9891eacd50d73b12f81e77d4191c28e0ad691e2cfa3 0.93 MB 888 26
319,890 319,890 000000000000000027d100642647687026411b860ad83d839e340bacaa251e36 0.75 MB 235 21
319,889 319,889 00000000000000001283dd3b958415da4973f4c70d46cc130e4cd88a08fe1e7f 0.50 MB 507 26
319,888 319,888 000000000000000006c5ff59b2306fe4567f2e25bb360c592295aa3d23bcfff9 0.93 MB 781 25
319,887 319,887 0000000000000000166085ae9e7d0467b4698e6c87c34307392047f5583ee921 0.75 MB 223 21
319,886 319,886 00000000000000000a00f8ec71ff7e382792f94cfb9b72c31c01f0a42b71e165 0.09 MB 256 38
319,885 319,885 00000000000000001df71c4b32cf57134799dc3b770695dd4ed88fd0dfb70127 0.75 MB 458 24
319,884 319,884 00000000000000001e8eb43069089fc7efce72d5813238318f9edd80a19540a4 0.75 MB 632 27
319,883 319,883 000000000000000016ec85d0ec5c10f7d738ca7333ee917d4dcb13776a93219d 0.75 MB 1,368 33
319,882 319,882 000000000000000000a7cd6fd22a322d44d7517a4643a73fda9ea5e9a0e97423 0.68 MB 600 26
319,881 319,881 0000000000000000249f823499ca91a3bee71659a41144e45a0bf564b4a2fa08 0.28 MB 395 20
319,880 319,880 000000000000000006e5e07be0e5afd1d4fd92c7883fc5f6153b63acd1158b53 0.52 MB 642 28
319,879 319,879 00000000000000000eccbe039f6d6775ef79ae2aac48e805dc6192b914a89d23 0.25 MB 657 37
319,878 319,878 0000000000000000040b0b1a8578389b52bd51ab66b525420758e724b009e69e 0.54 MB 854 29
319,877 319,877 000000000000000011be813d6c635eb48814326a107de2251311007b6f3faca7 0.20 MB 283 22
319,876 319,876 00000000000000001069df8a110a7222c79d7f81dbfeab8e3212027ae074b20a 0.23 MB 322 20
319,875 319,875 000000000000000009376e5c4c214a69e1ffce7ea015c04438e6066d673a003b 0.75 MB 1,161 23
319,874 319,874 0000000000000000097d7c4f341b4d3c006f24e1fe541d2bdaf8bb50e43ad07e 0.14 MB 512 57
319,873 319,873 00000000000000001f4d1bb09451005367bbbb0ef80ca6703c035cb8fbee4512 0.21 MB 214 15
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.