Memory Pool Memory Pool Refreshing

11,085 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (762,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,116 145,116 00000000000001fc2c0237b61f6a2eaf4a69092d6f114f3f9d913cf574b3e1de 0.03 MB 94 56
145,115 145,115 0000000000000527b5b52477d165c766ec63683ff2344dde338cf31e0e64f051 0.01 MB 12 870
145,114 145,114 0000000000000273813238d434a253c727e98f73fee7368e4be95162e2740ef9 0.05 MB 121 304
145,113 145,113 000000000000059d5fe6f691ef822d68220eea2149d9c1f832ab3c4c7f63fe2b 0.03 MB 84 125
145,112 145,112 000000000000035fcd3c3b43df287ab6675717779f2f4d629a0e00875ad41caf 0.05 MB 64 115
145,111 145,111 000000000000054514b12263857b3c1a669069c65f6d998a9b58730781aa266e 0.01 MB 15 296
145,110 145,110 000000000000057d2fd219c9a03ebce8cd250c784cfba5005fd3d405fe913138 0.01 MB 20 151
145,109 145,109 0000000000000266a35cbb899e74645ba8542b36ea2530582fb0c46247c2c3bc 0.01 MB 42 135
145,108 145,108 00000000000000ebc27ae767a95e66f8a8ead06987be12a4dadf6ce6692bbacc 0.01 MB 32 44
145,107 145,107 00000000000005255f904bf00b05f51a785c001a32547eb23f10d93fba633559 0.00 MB 16 10
145,106 145,106 000000000000051d12daf67c72dd9e711fce9b551463b221530927ca80097d9c 0.01 MB 42 225
145,105 145,105 0000000000000089cabaae10aef2e8415e44789b68217a9bc0216b4c046be2f1 0.01 MB 17 206
145,104 145,104 00000000000008f1a343eca0f76847d9d5eca7be56ed42c0048b7d403b67026d 0.01 MB 24 149
145,103 145,103 000000000000066d8f3821807a70cf5b0cf88309b7afbff9796646b4ee2ae243 0.03 MB 52 217
145,102 145,102 00000000000008eb1b5a506a8cfce8e987cafd53804cc44718baa13ada341e98 0.04 MB 116 103
145,101 145,101 00000000000007edf2834cc8f01762fd48a42ef4dedb2d288148c603ce1557ca 0.01 MB 36 111
145,100 145,100 00000000000001aaf5ed4c1287d6d4b010dbcd5887826210f84e33d1273cd488 0.00 MB 11 43
145,099 145,099 00000000000006994900598af58141d5440e8ac62e8eda4a515a3ecf16e0e4b8 0.00 MB 12 113
145,098 145,098 000000000000044e1fac5557bcf26fd750c8634da09c7d2b98a6e3627ff24f0a 0.01 MB 17 200
145,097 145,097 000000000000096589fbbe1608f06a9cd55d6f3437b9eeb45cbaf306e897a161 0.01 MB 26 69
145,096 145,096 000000000000054eb844baf42efe9ee926005df57966b90f06aa89e3c2bd7c8d 0.00 MB 7 591
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.