Memory Pool Memory Pool Refreshing

6,746 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (809,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,238 99,238 0000000000046cebd3bbf7dc1c85c7fa5e64a75c20be6245974162486927ec63 0.00 MB 4 0
99,237 99,237 000000000001bfb8a7bcc2533a1bb7d405d58157bc730b7b5280a4559ad28492 0.00 MB 3 0
99,236 99,236 000000000002c4cd4d0ea6ff15312e92693c78719ccbd12d46eb50d21c30b4af 0.00 MB 1 0
99,235 99,235 000000000001d54e3be8de3cc170b301e814821e034e48d9af96a1d653202113 0.00 MB 1 0
99,234 99,234 00000000000089fdbaa3ecfd4bb44d6135ead8034e91a5951771366d253af4df 0.00 MB 7 0
99,233 99,233 000000000000ebb29c4356f78c19d2ca81b4f83a0cca18d1cf54ad6de2e15985 0.00 MB 1 0
99,232 99,232 0000000000037b2709b8f933fa3b34d7887b48d732ae35bb196a8c79a6f14e85 0.00 MB 2 0
99,231 99,231 000000000003a846f1a9569d3546f49a1bc78c7a1736f31383f997876e50d7e4 0.00 MB 3 0
99,230 99,230 000000000003499463c3333c3efc03a96484da65310022edea676070e5d890a0 0.00 MB 6 1,591
99,229 99,229 000000000003b2b5cde118011714969282d8ceef549f022c41b16d3539bcec5c 0.00 MB 4 0
99,228 99,228 000000000000b47f80830c6c5f97a806e8dcbd6fc29e57c6d18912d60a15157b 0.00 MB 2 0
99,227 99,227 0000000000036ea8192b10cb9642cd5f103760137a0f43407f4cc764c77373fe 0.00 MB 2 0
99,226 99,226 00000000000194dae2f972b9ddc258711eab5f5d12c933146d0d934bc6f79c96 0.00 MB 3 0
99,225 99,225 000000000001bce6954fb20aa54413b3d3758897d38a851f25f2ed09a158e450 0.00 MB 2 0
99,224 99,224 00000000000354de25f7aed50be0822fba1c7a855f74be9b3550ef08a6e13230 0.00 MB 1 0
99,223 99,223 000000000004376c53cd5543c19c097d47d97eaba0b1a4b91255b33c91336303 0.00 MB 3 0
99,222 99,222 000000000002ba8d1f3c60f795bb094dd55c868f024c8800a5bf07830ea25473 0.00 MB 5 0
99,221 99,221 000000000001565b62f7685eb46f715e3b794daa03ab074ade26824620bc7fe8 0.00 MB 4 0
99,220 99,220 000000000001dcd305a763599b4e397e712c1eed85fe34fcdaf285492c398ecb 0.00 MB 4 0
99,219 99,219 000000000002de2cff1cc996362f9e13bcbe7c3e01edd6f3f38768ef36690750 0.00 MB 1 0
99,218 99,218 00000000000426f80d78cf6549c508964ed90015e533d62c98bad68ba7a22ffd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.