Memory Pool Memory Pool Refreshing

1,532 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,509 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (447,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,358 460,358 0000000000000000019f19588831d04310cce318734bf81c42f5057857860c1d 1.00 MB 2,359 141
460,357 460,357 0000000000000000016ecb6f1b350e92f9490f742c300c22ad150140b9011452 1.00 MB 2,172 164
460,356 460,356 000000000000000000ab65890377196a40b760f2d237465b3b420d097f078208 1.00 MB 1,752 146
460,355 460,355 0000000000000000007545942aa42e79928ef7d8b50953840ed3c93b22fc5552 1.00 MB 2,249 180
460,354 460,354 0000000000000000011a11839d7fa478ec4ca0040dc9c4afce215d0a8bd59efe 1.00 MB 2,662 225
460,353 460,353 0000000000000000001ffda05f6f29851d7760627238be74dbea52e399b30091 1.00 MB 2,210 161
460,352 460,352 0000000000000000009a0919edaa0df84965b7e6f583847701328a73da584028 1.00 MB 1,440 126
460,351 460,351 000000000000000001ed9ee77776c31fb8cc504d670c6001f0776c7af081b378 1.00 MB 2,518 134
460,350 460,350 0000000000000000003462a1de1f2b60300fbe3dec2a8d410fb00ce179a07710 1.00 MB 2,001 156
460,349 460,349 00000000000000000042ec6eb9e11b95014d26c47ebf06cf9036887f481284df 1.00 MB 1,711 134
460,348 460,348 0000000000000000017355140e59b15a92f4c2d1c0d87291bae19d40904c419b 1.00 MB 2,497 213
460,347 460,347 000000000000000001212c67dc17e1c0363c5057cad8344f36677cb2e92c0268 1.00 MB 2,632 262
460,346 460,346 000000000000000000e53f2d3c42a1b0eb3d6239a6379b34a456488cb7b48d87 1.00 MB 1,126 102
460,345 460,345 000000000000000001bcb5f4f37123ac610e113614c80d30f835ee293df5f8b8 1.00 MB 2,340 248
460,344 460,344 000000000000000001d97df82f0ab3d61d87ce25932c24bb9b88080d8af13603 1.00 MB 1,453 101
460,343 460,343 0000000000000000004db99246b4f7390a9f6bf1030e9df8a7feb9881382ea82 1.00 MB 2,179 143
460,342 460,342 000000000000000001de42a87294a7de7a517d9170444d6783b7ff30b685586d 1.00 MB 2,269 163
460,341 460,341 000000000000000000d41dc017d7c1ff86691ec3a81857d5c26dd5a7b27fea46 1.00 MB 2,045 127
460,340 460,340 0000000000000000010ed86495acb8636258dc8e20a1aecd162762478495124e 1.00 MB 1,048 183
460,339 460,339 000000000000000001bcab3e719012ca5d110be9c6388b85298e3e620e56aaae 1.00 MB 1,726 106
460,338 460,338 00000000000000000181f13032b33838ebdb18e3c48b653bf430234f86d2215e 1.00 MB 2,347 118
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.