Memory Pool Memory Pool Refreshing

10,201 transactions
4.65 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,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (33,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,748 873,748 000000000000000000012407d8a56f3b208750c0f2f2fb1acefb51a0e4c05b2b 1.54 MB 3,274 13
873,747 873,747 000000000000000000024a68353ea955f01c956a064f80df6cc9fb27f09210ad 1.28 MB 1,552 9
873,746 873,746 00000000000000000001ecdb03e4109f43ba202dfe7ef70e9c7a54844a15134f 1.43 MB 2,400 12
873,745 873,745 000000000000000000007fe2c3d1c9798b01c42af8200e8e6055ee79f1b4a76f 1.11 MB 582 7
873,744 873,744 000000000000000000029895c191b4ca639d391ffc12384120fc3afaca91fe3c 1.28 MB 1,828 9
873,743 873,743 00000000000000000001a25994bdbd1f45c2d9d228a2c58c6e803f75296a7490 1.72 MB 2,396 6
873,742 873,742 00000000000000000002b16f8c97140e7904deee616c996490c730fa03ff2189 1.67 MB 3,714 7
873,741 873,741 000000000000000000010dc703b7a65d0dda2e827a72854a7d66240d3669bc3e 2.08 MB 1,330 5
873,740 873,740 0000000000000000000282b81d97df074a736b919f953cf2a1c6f2ed3ee005ff 1.76 MB 4,214 7
873,739 873,739 00000000000000000001eea63f4cc6410cb141a0e38b09c6b148db7b6c3c29ad 1.56 MB 3,100 9
873,738 873,738 000000000000000000017b5551dbcbfe0e13178e52737ee35dac7c5ab5db83ab 1.80 MB 3,258 7
873,737 873,737 00000000000000000000aa2966b377b3d4a744b9950b10c64e574647b44ef89c 1.82 MB 4,633 6
873,736 873,736 00000000000000000000ad771a5ff196ea1d5e0403283522f5ae777ca6f2f692 1.66 MB 3,554 9
873,735 873,735 000000000000000000001c1f01f1f390badadf48d820e73b2bc304bab6ad831b 1.66 MB 4,157 7
873,734 873,734 000000000000000000018216a893bddaf09d5f1bb8d66fb2b73b81ea0443e60a 1.41 MB 1,368 4
873,733 873,733 0000000000000000000213daeee7fbec8eb2e2cd5bae0a381f68d7eac32df742 1.79 MB 3,037 6
873,732 873,732 000000000000000000016497a13935063d38cb59d9a23b911dba620155fc6470 1.81 MB 3,821 6
873,731 873,731 000000000000000000021e03c3c6e4409f788dd612e0b3573a64e45415f24868 1.83 MB 3,033 6
873,730 873,730 00000000000000000000b29493d0a58446c9328c0a49e3f3edc1175da8ae1470 1.72 MB 2,901 7
873,729 873,729 00000000000000000001e80b59f84bf80184ac28f2b4edc37d7d05af3f45750f 1.81 MB 1,983 5
873,728 873,728 000000000000000000023a84c9366e64e50a40a861fc45d6a8824ef829405183 1.79 MB 2,829 4
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.71 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.