Memory Pool Memory Pool Refreshing

6,971 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,292 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (545,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,575 362,575 00000000000000000a9dfd5f4972299f30a29eedc2ddbc83a346cb026d0d66e1 0.21 MB 300 21
362,574 362,574 0000000000000000050976f0394e15a61d8c46ce448a4d2362406e140ad6c419 0.69 MB 1,334 29
362,573 362,573 0000000000000000076d80824e8e3392fa94f52e3edcf9ab4ea95221bfc11577 0.17 MB 166 16
362,572 362,572 000000000000000009fa75e8abcb90df59b9a3fbcf9f0377927093de2b61f9fc 0.22 MB 459 38
362,571 362,571 0000000000000000046df4f4aac189767085133f0be14734a3f10c7523780e76 0.00 MB 1 0
362,570 362,570 00000000000000001347ed5300f74006e21ad65a0c9686a6c803da0825c7d582 0.69 MB 1,136 26
362,569 362,569 000000000000000001eba7ca6b1394d66f5dd27d2a5c91209a2c6a46b6e6151f 0.74 MB 1,274 38
362,568 362,568 0000000000000000130280160917b2047f84369c821690b1bff21e9e6d40d385 0.45 MB 785 26
362,567 362,567 0000000000000000043cdf43a7d5d6ca7578c1ccbefd69e13272e3157dd7ed83 0.51 MB 917 29
362,566 362,566 000000000000000004adce7f035d7a1173ccdaed26ec5331e1d5656de3f51b83 0.51 MB 1,027 31
362,565 362,565 000000000000000001b313f19cddf1ea6bc17c8dcf4fb7928dac61204daefc65 0.09 MB 190 21
362,564 362,564 00000000000000000b24aadc2b0d0d415c2e42dde41c3044cba355306d1f953d 0.28 MB 567 30
362,563 362,563 0000000000000000116d324708d1dc0402169a2af87bbdbf28e73daf78d4ad16 0.01 MB 20 47
362,562 362,562 000000000000000008e6cb426becbfe83e0a3828fccfdfa613c4416b616458eb 0.24 MB 448 27
362,561 362,561 0000000000000000140f35b0507259c338433726315c23ec333ecd658528ccd4 0.14 MB 327 29
362,560 362,560 0000000000000000128018c8038257e826b5751a3d6f4c3982323d5ffa0e2869 0.22 MB 477 34
362,559 362,559 000000000000000006dd99f989f2fb99e1630f3206cc94b80db1a41258149705 0.28 MB 587 30
362,558 362,558 00000000000000000b0f41450151d3bc8ae613db9fe24651d2b0b465fbaa1f06 0.50 MB 1,145 53
362,557 362,557 00000000000000001322127caeb2d139ee66315589aafc725ebaaecdc7621b30 0.24 MB 549 32
362,556 362,556 00000000000000000b854942816ed04607daad041ff554f084f5b22e3cac9ad7 0.01 MB 20 40
362,555 362,555 000000000000000000bf157bff5cb31ddc1dbfa7ccad76210964eb7b94117139 0.24 MB 405 24
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.