Memory Pool Memory Pool Refreshing

8,080 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,016 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (618,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,641 289,641 00000000000000011fa943aa53515adb0eebaa0b1c5d0d4854992339db7dc81b 0.03 MB 128 43
289,640 289,640 0000000000000000f3f797f1eeb9f0be1fb075ad6d3dc3ac7dea14deec769f3d 0.38 MB 622 28
289,639 289,639 0000000000000000f4f5ba334791a4102917e4d3f22f6ad7f2c4f15d97307fe2 0.12 MB 299 18
289,638 289,638 0000000000000000872db620d050f2b69b860cc18f745f38b750601e4e39f8cc 0.42 MB 640 30
289,637 289,637 00000000000000011e45ef9bcd02be0d15ad497d794ccc69fed5bf86192a2fd8 0.10 MB 171 17
289,636 289,636 0000000000000000745a05b88719e2e7a087d8a41e9de4bd020ba4c27985fdc2 0.29 MB 338 33
289,635 289,635 0000000000000000ac2c5fe4942a7d6baa8cb2ff6bc9932e9eb23a5f15b8e939 0.28 MB 400 26
289,634 289,634 0000000000000000b7a424bb08c94d0ff788a95be4c5b2d9a71ba866718bec4f 0.24 MB 406 38
289,633 289,633 00000000000000006688e4ae1d29d40bc45952c6eb39d6689423a2f64f23946a 0.22 MB 296 13
289,632 289,632 0000000000000000e747fed346e610d910ee5adf4c6e32dedad1f9fe2698ba90 0.42 MB 827 29
289,631 289,631 00000000000000006d792467cd2e0776035a9fe1cc96c8ab7c4ea9952010c76c 0.02 MB 53 35
289,630 289,630 000000000000000068e46dce1952b7226ad604cee578b5143ec03fda0e7a01ad 0.18 MB 251 27
289,629 289,629 0000000000000000719bbe78f8143f8ca350559666b28c3dc9fcb6fd3187839a 0.20 MB 368 36
289,628 289,628 0000000000000000148bb2c571696fc9dd8cb8aca9dbd6e08133162bd2ecaff5 0.10 MB 198 31
289,627 289,627 0000000000000000186729aeafb6de174c041f3c2fcc65bb8bf7eabcded7aec5 0.45 MB 452 22
289,626 289,626 0000000000000000c650ac65e85120eaa01fa2a34418bcdd435693eda3b5cdea 0.10 MB 226 36
289,625 289,625 000000000000000008fac6c729d6f54fc381f4268211b04b752998222d1ec362 0.36 MB 699 41
289,624 289,624 000000000000000003178dbf7550b08c211e6a8ab25d4eaa7c9c306afb2f6049 0.12 MB 272 22
289,623 289,623 0000000000000000fa11f9e8992de62e7a69d1383931ed9c690c58a4a0e16cd1 0.04 MB 139 13
289,622 289,622 00000000000000008fffa5b63fafec097669850593da7ff18d6f8272a74c3e19 0.05 MB 143 10
289,621 289,621 0000000000000000791604ecf6fde55070d8e0fe33e9cdf077c87df34fd1de5b 0.05 MB 160 52
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.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.