Memory Pool Memory Pool Refreshing

19,984 transactions (4.85 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,154 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,239 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,153 (894,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,658 14,658 0000000038f2ed887209bc6ddf25a8105c39de624f00a574b0b85e090b1c322c 0.00 MB 1 0
14,657 14,657 0000000036ef2863b92f7d49074bb01b9d5aceb8ae0667bf993cfae069492f03 0.00 MB 1 0
14,656 14,656 00000000933c51ac2f12e4869fdeff3abf890026c46ed8479c014cd875a172d8 0.00 MB 1 0
14,655 14,655 0000000004da21ea1ad19e45b952840771b0658d1810a2f8be93f315a98b52ec 0.00 MB 1 0
14,654 14,654 00000000a8acd6a076fab703ecab39cb28e2c3f1d75c2ab7006eda9910089ab7 0.00 MB 1 0
14,653 14,653 000000006a80f1b64c7d427933d531fface490aff9dea45a4ce8bfb545f11d95 0.00 MB 1 0
14,652 14,652 0000000073c005941faae84ed1ed4ba33ae5f6c77b4d658270113592564de20c 0.00 MB 1 0
14,651 14,651 000000001b1b2494d47861996d41647f5b9ac279c192374ef0a236c5b4286b0b 0.00 MB 1 0
14,650 14,650 000000006ca602230eb6753fc4bed03cec81bab8ad6a3a2f598e5c51b3b508f7 0.00 MB 1 0
14,649 14,649 00000000e7b4dc8a0066893bf23f29ecf2dc40e3fe6223fd0516d46975f4b2c7 0.00 MB 1 0
14,648 14,648 0000000092546ac245553be0f5201da0ed7badc1988332d474ef9a01b83b96ee 0.00 MB 1 0
14,647 14,647 0000000040f7650e37278741115d93a2c4b525e52f706c777a856572a77c709a 0.00 MB 1 0
14,646 14,646 00000000b7f9d42a8d5d25a40a1ccf6fcbd6bfb2687782bad6f8b1bbc7e1a887 0.00 MB 1 0
14,645 14,645 00000000d8f15c5dce03b4b238546105daedb047fc5b971eb22273ba9258c535 0.00 MB 1 0
14,644 14,644 00000000417ba988c440bfc93d4f99b5e24a7230f46afbd1fc84634e8c136885 0.00 MB 1 0
14,643 14,643 00000000e7e9547653cbeacb949539322e736dbd2074fb68c2fa301a9b4858ca 0.00 MB 1 0
14,642 14,642 00000000780d8cc6286b5249b05f303e12a976bc76cd9aa9da9fbac0ca9691e3 0.00 MB 1 0
14,641 14,641 00000000a4c3fd43c89d94f548fb245abba293ac089e6aaeae14dbd331fbc66e 0.00 MB 1 0
14,640 14,640 00000000a176a4938a4ba9c79eb65c37216b90f15e2d174cbfad8f48896f63dd 0.00 MB 1 0
14,639 14,639 000000005bc1a9e15ae6ede1e4b92df76e8e087e1c600764a3d03f7a71984693 0.00 MB 1 0
14,638 14,638 00000000927aa8ec0a914fd9b9d35d5574afa4374225858faaa1a0719f60d3bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.83 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,965.56 GB sent, 106.79 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.