Memory Pool Memory Pool Refreshing

4,006 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (721,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,892 185,892 00000000000007e48503dc04c49edf1f1064b4fed1ce141791392aaf66252d20 0.10 MB 164 117
185,891 185,891 000000000000081b10d5246d813087641b51dcbf1711934ed7cde45164409425 0.00 MB 13 166
185,890 185,890 00000000000006223287acbb1a5497cc0dba51004ab76a22e21ca6b19977433d 0.04 MB 119 114
185,889 185,889 00000000000006e1354903517e2763b31d36341ecf5bf83795421b203f9b2ebd 0.04 MB 129 134
185,888 185,888 00000000000003fabf4057bbb6451f275dd59148d96386e86cd90ee656ee612f 0.00 MB 13 33
185,887 185,887 00000000000001e367592991d4bff3f4f8151d8a2f56ba3e40a90652670b1f33 0.01 MB 26 66
185,886 185,886 0000000000000859ace2195bc2ab49f0925ba1a461690468e93379111b599ed4 0.10 MB 128 28
185,885 185,885 0000000000000001f1f6a242df443d43b26ffd2d07c9b1a81ae309e0d568089c 0.06 MB 137 108
185,884 185,884 0000000000000229b5ef494d1e60510ece583985635155223aeae3a5dba53d0d 0.11 MB 239 350
185,883 185,883 000000000000024d1ffd5ca9dde47df8e704b91216a1bf9bd90765cc86d9628f 0.21 MB 492 249
185,882 185,882 000000000000088caf56d585c10f1636a02a03caebb0c661bf225172c5b8e5ca 0.04 MB 93 90
185,881 185,881 00000000000007bb013c8f18f0fc6e927d3e86c025e53a73579c71de031acb4b 0.08 MB 136 96
185,880 185,880 00000000000002b8abdccc4efcc9657880ba3060589f8dc531e789a6db4ba5cd 0.00 MB 8 0
185,879 185,879 000000000000082279bf1da12cd5c40d1c30ce37c8cb8418ff586e104c2ecf38 0.05 MB 146 122
185,878 185,878 000000000000011a1ca07c6733517e06f97f5b671c542f5a86035e23fef5681d 0.05 MB 135 87
185,877 185,877 00000000000007562201022ddb5178b86bca55df9fb0e734711411a2b0b27e9b 0.11 MB 267 119
185,876 185,876 00000000000009809958a21da58bcf5e6e42375f9fdbd322d135a088a2d01609 0.01 MB 32 197
185,875 185,875 00000000000007f45f820e5990925576a74932269e962ad3ee4fe952a676648f 0.10 MB 197 111
185,874 185,874 00000000000003f64d44e63d0d2d28c5dc3620f0d7bf40b1b5ced97e36544269 0.00 MB 9 19
185,873 185,873 00000000000008f06651294851f7d2408e1f71291147e35e5e6aee37c407f86d 0.00 MB 6 0
185,872 185,872 0000000000000008f224f59f139875f1b69e50af5f6d34173195bb250fff8413 0.01 MB 35 61
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.