Memory Pool Memory Pool Refreshing

10,114 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (617,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,888 289,888 00000000000000003d40c6e1be0e284328d2ab9cc212a6740329a8f6a5f201e4 0.25 MB 877 78
289,887 289,887 0000000000000000b371bb8eae4d87039a1c2e979ae1e74b213d3723aecbf30e 0.90 MB 1,380 29
289,886 289,886 0000000000000001020f8437c01bc2ee3e10914523369cf8a594b69a462f36e2 0.33 MB 256 16
289,885 289,885 00000000000000008a0339155fabd5c6112fc5107bea5bad72f1a2fcc7c57620 0.35 MB 343 32
289,884 289,884 0000000000000000396b20090cc7df131aec066fdd9f11671170332224b910ed 0.50 MB 1,040 35
289,883 289,883 0000000000000000a57913baec32a8750ed46bb5d5daab50753c524008446a89 0.60 MB 484 18
289,882 289,882 000000000000000059b98fc79e0ac2c1ebcdd8d5d5e26f0ce28cb4392c82fc03 0.50 MB 654 25
289,881 289,881 000000000000000033fbfe8771a9426883311cc75087127a4b2601b21ff0393e 0.35 MB 414 24
289,880 289,880 00000000000000006646985425d6a5da68ae4eda387a4b2db05b4811aee875a5 0.75 MB 1,865 44
289,879 289,879 000000000000000100207dd30f17996e56b804f9d2c974dd840706434c9abcd8 0.07 MB 145 75
289,878 289,878 000000000000000039a5c9aeb012927a50995eee4f64e1d4e527d0835f443af5 0.86 MB 1,096 27
289,877 289,877 0000000000000000dc845bdfd77cf3278df3031adf3d99e13e5425b40c30645b 0.35 MB 1,067 66
289,876 289,876 0000000000000000b0ff4ecb7e32cc23c3d62a014c105a97d02a3eb7ae346c31 0.56 MB 1,074 34
289,875 289,875 0000000000000000c3156965fbf29ec5edcee7093a07817a00a356596cad5814 0.27 MB 450 31
289,874 289,874 00000000000000004800ca7b6f5ad388eec61c0db82b216a65cc14c19eb72fe0 0.06 MB 97 57
289,873 289,873 00000000000000003a08bcaa92431cb3b59a1f520ca25518abfdff2d5dd9c384 0.16 MB 298 29
289,872 289,872 0000000000000000e2d494450da4d9552062936f6708fffbb41f16ce61a84dee 0.10 MB 85 7
289,871 289,871 0000000000000000e37c13f4be50f7cb9b87525ec51fa9cb44288b5accdbede4 0.13 MB 323 247
289,870 289,870 00000000000000001b05f45f54230e57b9c684d32b80586f8e62a0e917e72bfd 0.60 MB 673 36
289,869 289,869 0000000000000000491d1ed7a0e10b210513a8d5533016288a5536dafc145a01 0.35 MB 1,029 48
289,868 289,868 00000000000000011ecb560667ffb1eb593d66a93d21dacfc511f3cda137109e 0.35 MB 580 111
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.