Memory Pool Memory Pool Refreshing

9,193 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,022 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (190,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,558 717,558 000000000000000000082616a450098b7440556a1ab34c83d36e72310c6b9e24 0.50 MB 457 6
717,557 717,557 000000000000000000023f2747bb135b159049c8a3ccdf0bce8d40baada1f713 1.51 MB 1,806 2
717,556 717,556 0000000000000000000a29e059e19ded97555f3eeffa5333bdcc39e144a3b49f 1.52 MB 2,833 15
717,555 717,555 00000000000000000002310eb93f45aa766cf13df40c01f4307296fa55816448 1.55 MB 2,149 13
717,554 717,554 00000000000000000003d97581f25b0dde2f57c2e3d08de5b926b131b0f045d5 1.54 MB 2,606 9
717,553 717,553 000000000000000000029f9a101eb54422af87353835beda2ff64a080d0609f4 1.41 MB 2,370 14
717,552 717,552 000000000000000000040b38097e0a61ef1ad31b184c908a738cfff013c094b2 1.17 MB 806 9
717,551 717,551 0000000000000000000855d867ff0b407c9759823143043fed3acc87a266659f 0.59 MB 921 13
717,550 717,550 0000000000000000000704c1b42672569c05a355af71ec93bda44c9c1894570e 0.00 MB 6 26
717,549 717,549 0000000000000000000aa4d7b52096e330c4c5999cf65c4448fd25bd3c786110 0.38 MB 510 10
717,548 717,548 000000000000000000033ee866edbd4719f5c3c1cc211d2d0db32764e7d2d77c 0.58 MB 1,040 14
717,547 717,547 0000000000000000000867c4f4a3310b5e10d679867e3149916aa640a115e520 0.66 MB 908 12
717,546 717,546 00000000000000000003ff5e68ddfacad4bd2df55b1915616a0cbc4e42278133 0.23 MB 531 14
717,545 717,545 00000000000000000007556a92606c2d8099292e82126b50ca753b6a64832d64 1.24 MB 1,721 3
717,544 717,544 0000000000000000000927bfea15481e21a86f1e4491bf530f33d9d8305a2854 1.29 MB 1,372 8
717,543 717,543 000000000000000000019e4dd42be5c8a685aeb2e01f43764d530de1364c44a5 1.52 MB 2,543 11
717,542 717,542 0000000000000000000b49e28977e5890c4d8d7780d75e6c21966622bf88851f 1.39 MB 2,224 28
717,541 717,541 00000000000000000000518263651cb21d47638882384e7dce6f93e5d6186e3f 1.27 MB 1,116 9
717,540 717,540 00000000000000000002c89f15b74fd9982665f7fb66ff226ba4313bbbbb8c5c 1.11 MB 799 6
717,539 717,539 00000000000000000007b589bbed5145104d1af2420de7734c5a1496ad95ae15 1.36 MB 1,714 19
717,538 717,538 00000000000000000003376dd1859a2e79e3771b5406a664740fd37aa0aef8d0 1.15 MB 827 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.61 GB sent, 93.03 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.