Memory Pool Memory Pool Refreshing

17,588 transactions (6.13 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,657 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (825,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,734 83,734 00000000001d8cdbd4c745cbc097db099c778331687b78ad658f5bdca298de67 0.00 MB 1 0
83,733 83,733 000000000015636db2a3df0fd0c3368b348cc5c57b60381b3377f4c7f8a354a5 0.00 MB 2 0
83,732 83,732 0000000000319e55bfae0b0a5cc442cd8f6ea3a724cd4e0c4a05b6903275d67a 0.00 MB 2 0
83,731 83,731 00000000001eb6b0d1b219ce1ebb9d4f45ce758b7a4c9424c40f4f8890acd865 0.00 MB 3 0
83,730 83,730 000000000012b1d70d1e5dba4a96accc07d5ee727f94250a17d35fec09b6c8a7 0.00 MB 1 0
83,729 83,729 000000000027d89e29ce8d5c4b91d0b83d126afba6dabd847cec546c4fea6d1c 0.00 MB 1 0
83,728 83,728 000000000011d1fe50ba2c0f0f9554443bc1bca5f57de0031f305e18d6c0628a 0.00 MB 9 0
83,727 83,727 00000000002d207020e26e9a7c9ba555ad8edff450dfafcb1b02c4f906142806 0.00 MB 4 0
83,726 83,726 00000000002dcf4c71229e17ed5c9a50a94afe5419f64a72803af8aa1ca20f26 0.00 MB 1 0
83,725 83,725 000000000007d724873d24e4c40077203db2e789d0c02ee879997a1f68375362 0.00 MB 3 0
83,724 83,724 00000000000e2d2d6fa8f2daeabfab57a0c3d1097fbd5fbfd849f1b4db7d3811 0.00 MB 6 0
83,723 83,723 000000000018a5ca5454a2fa59b4b4765af640cbe44b75fdf0621fb355b8b12d 0.00 MB 1 0
83,722 83,722 000000000010d0f4c644d54706ef4a3c8448a90b3efc1dc3ef0bead44a34735f 0.00 MB 1 0
83,721 83,721 0000000000035472044d8a0e21f26fe4a73714d31cd846fe89a4142ce0ce210a 0.00 MB 1 0
83,720 83,720 000000000007561cb31d9540e47e9e2f0d833b2ac63b4e2cb64363f093297a43 0.00 MB 1 0
83,719 83,719 00000000001c7681e353b6a96a3a9561ffef7757696200343d1f79988113dd22 0.00 MB 1 0
83,718 83,718 0000000000002874d18d03dbd5105822df8e8317b25be17bd24a2006fb613b7d 0.00 MB 1 0
83,717 83,717 0000000000038d3777acde6429bcf4195d13096a51e01448fae86b0ad761cc4c 0.00 MB 1 0
83,716 83,716 00000000002cf11eff9aeb5a7c23e14fb9af1d69820c00afe64c9366291ade2b 0.00 MB 6 0
83,715 83,715 00000000002e9394106872a0ec6b0375b4145faab20cc77be0678450f59e9b6b 0.00 MB 1 0
83,714 83,714 00000000000b091493eef33dcf0a0ad01cf3a9fbbd28db81397d7b2cae39323c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,863.40 GB sent, 104.01 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.