Memory Pool Memory Pool Refreshing

5,400 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (676,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,215 231,215 000000000000016b28cef4093d668a77fbd6bbfaca9bc206fa23027feec00ba2 0.19 MB 335 198
231,214 231,214 0000000000000200e0d9ce49d68c055b3c839bf3a5cd797ebcc6bf4e618cd7f4 0.25 MB 461 138
231,213 231,213 000000000000014d4863b7b24fd635c3cacbe4b406483c3abbe8492c2d8c6a3e 0.25 MB 666 185
231,212 231,212 00000000000001c2d1183cfc799e86bd574638db9605c0a6d769d78bdf54a70c 0.10 MB 216 185
231,211 231,211 00000000000000ffd10e04cd336d683a59f3578fe2a9659c764e36525786a5a4 0.02 MB 28 100
231,210 231,210 000000000000017d506a8b28b776324f168a46a73cd3fa51348224106a377d8a 0.00 MB 1 0
231,209 231,209 00000000000000cc7428a81cb9098da6f3cac50fbacf662ad1b7e39f95872e9e 0.05 MB 55 84
231,208 231,208 000000000000008e70a380b60082472cfd9c51822a4cb99caab991d19781960c 0.25 MB 617 159
231,207 231,207 00000000000001bb7ca63ef5c6ec47dfdc6376456ed7cd5a3a182faac2e99a83 0.06 MB 135 114
231,206 231,206 000000000000019e9dd251232ed1221053966c7d3cbf6e5f56fe8f87294645f2 0.00 MB 5 242
231,205 231,205 0000000000000089109ac9160034443070bddb02532cb2d603bb8abe8cb08238 0.10 MB 212 164
231,204 231,204 00000000000001fac44ae9f3b5f9be6794eb01cc6af1a96c146f511456cdf3be 0.06 MB 156 184
231,203 231,203 000000000000003b24312750a3ae06167d37a939c15e7081b864daab759c7c64 0.07 MB 163 155
231,202 231,202 000000000000010c5778787164506ba6a78b61b40977d50d4116e290df31e74a 0.01 MB 32 225
231,201 231,201 00000000000001242e383d0dd97dff07224af3bed913259ce6c90e6ce848ef47 0.17 MB 276 101
231,200 231,200 00000000000001fd9b88ed7c0f4a88303151c5a6a01f8494de95c3299555e842 0.13 MB 316 189
231,199 231,199 000000000000011877cfd9d6ed62a10b2b0d6a3092aabea24ce9223c341e6e6b 0.38 MB 841 190
231,198 231,198 00000000000001a7c8f3b2da38c65afba078a12fe8e98998a0a54fd4e02df429 0.01 MB 18 135
231,197 231,197 00000000000000446b159163ff398c9cc05dc27394dc55a4bb8b371f0a868560 0.06 MB 144 180
231,196 231,196 00000000000000fd5fafe693d4f447d29e97c86d2fd96bea4a1b8b4ea4e8972d 0.15 MB 240 132
231,195 231,195 0000000000000068d4ead72f21d9e907c961e0cc5a58ccd5ce810c56fc05be9e 0.25 MB 583 158
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.15 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.