Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (633,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
274,722 274,722 00000000000000025f4788bbde430c16e40399d0707e8f32d53c1469f27a06af 0.25 MB 667 60
274,721 274,721 00000000000000016a1b0fa95ce129603f8d827f9dba4aa43d7f98e5204571a8 0.03 MB 23 8
274,720 274,720 000000000000000414238980581cfa95902d07b02ac6ceae6066cee24846286d 0.20 MB 416 57
274,719 274,719 000000000000000356b0bd5476587974c50c26af38015f7fbf14728bb4ce4a12 0.15 MB 279 39
274,718 274,718 00000000000000029b3a51b7bf36899555db1bd7d6943260712993aaa2b258ed 0.15 MB 274 27
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.