Memory Pool Memory Pool Refreshing

5,402 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (633,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,743 274,743 000000000000000278d3aa478e69e2cb63ca566a8eeca0d6242877f1de422628 0.05 MB 56 9
274,742 274,742 0000000000000000c3b928752318dac782d8b16677188a0e90bcd422398709fb 0.47 MB 604 30
274,741 274,741 0000000000000003d6540b3deaacfbb167ab8efb34040631ae05847d0c0796d2 0.34 MB 354 28
274,740 274,740 000000000000000052059cec48fa930d74d46d226e6a74b7fafe361f0bc5b5cc 0.10 MB 219 40
274,739 274,739 0000000000000001e3b89f2a6c951422e4993871234cc65206f47797bf8b4d01 0.07 MB 137 42
274,738 274,738 0000000000000000ff8c6bfa7cf62019743e6129fe81c2e3a2aae1e0e39eeb4d 0.42 MB 888 53
274,737 274,737 00000000000000032393733d966e7603a1bc7690e880d309229a55217c963ed0 0.34 MB 178 13
274,736 274,736 000000000000000003da16c9e2b1b09dd1e366183017688ee53d01ef6aee9722 0.08 MB 106 30
274,735 274,735 0000000000000004aa7f4242241bf4e0ecb6b63f4b7032c806715d92007e320b 0.15 MB 47 7
274,734 274,734 0000000000000001f12bb3d84f081e3735c5d6668db1104de89b29cfac4c869f 0.06 MB 151 43
274,733 274,733 0000000000000004905185711720b267a133d5b2ed9b0e0e0d35ca1e5e4f429b 0.12 MB 178 29
274,732 274,732 0000000000000000b08268a7c8e49a817b36fd21fa1217d88f11f97f8924ab58 0.00 MB 13 80
274,731 274,731 00000000000000044eedd1dd634d2409c891c53657cbc89a670c6b93a111d351 0.02 MB 37 35
274,730 274,730 00000000000000024b2344654a367a73aa3d22d9a81bd5ffce32d55002df72df 0.16 MB 319 53
274,729 274,729 00000000000000026fe95c8bea4c1f935333a9d90e987febb7ad3b9ccfcbe697 0.15 MB 129 19
274,728 274,728 0000000000000001d7de61527f4a94140fdb20f8dfbd76a66bfd47a54368cc3c 0.25 MB 649 56
274,727 274,727 0000000000000003ab9751f95c562972aff60cf468e0b9efb6257bda6a96f64a 0.19 MB 321 46
274,726 274,726 0000000000000002eba71636a573b6992b874ac2d124a17653a687d3df2c540b 0.25 MB 505 52
274,725 274,725 0000000000000003e678544b72174460aae2934ba2c6bb78adcd5dd001a75917 0.20 MB 407 53
274,724 274,724 0000000000000000bfe242e4e124851ea136227a62c7bacfa4e416e9061f487f 0.03 MB 52 36
274,723 274,723 0000000000000001ab5084ea5793edfaa8a3e4be5a335cd83090941ec2d52f1b 0.38 MB 532 37
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.