Memory Pool Memory Pool Refreshing

3,060 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,934 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (762,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
145,095 145,095 00000000000002a067b2d8b9840f4621e6aa4c0792ba59159b49c14ec927b567 0.02 MB 31 112
145,094 145,094 00000000000002a1e9319c6e980e402b3142433a4b8ea8fb4362c4bdf9ee355c 0.01 MB 42 4
145,093 145,093 00000000000007ae55522424945e5eca0115cf51f4ad23da241829d2579661fc 0.00 MB 15 41
145,092 145,092 00000000000007870de02d0b1dc1d4164d222c60e23802e1a34df36f59604473 0.00 MB 1 0
145,091 145,091 000000000000089ad5e1272501a4316f40353d8eeb3f54e36e657aa8b629e0ab 0.02 MB 47 130
145,090 145,090 00000000000006bc59797a948479942a7f9f13e7219f4901891060efa40f3c8b 0.01 MB 22 75
145,089 145,089 00000000000003dc3e30b058a69cbf6357f2ed7a40b47308d1a2354b03e951b1 0.01 MB 27 237
145,088 145,088 00000000000004b79a7889e41c95ee7b4ac30106f78524470a158fe6273afdcd 0.00 MB 5 41
145,087 145,087 000000000000074b4008745f5c14b6658be434f5dd636b38b1555a696a2abe22 0.01 MB 22 296
145,086 145,086 00000000000008742f4debd4fe216f9cbcc38edc716b71aa58d5f580232bd5e9 0.03 MB 93 24
145,085 145,085 0000000000000299ac7447716f723f7c7e37bf893c70c904dac7957e0744290d 0.03 MB 57 173
145,084 145,084 000000000000094c29a798bc3aaa5b5cf94ea3e215671ff40569f1d66d0f95f9 0.05 MB 97 131
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.