Memory Pool Memory Pool Refreshing

4,891 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (213,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,589 694,589 000000000000000000001463d957786ff4c3a1558101ac8e56e990b9d3c18898 0.03 MB 80 12
694,588 694,588 0000000000000000000fc38a3649e69cac3a61760445add0fedeaee087e87daf 0.65 MB 781 8
694,587 694,587 00000000000000000008c90a337ef32bb5cf358e123a52591e66487c481422a6 0.47 MB 855 2
694,586 694,586 000000000000000000005925b99c1d1b108719b7cfcb9adbf079365a2f60b578 1.68 MB 1,351 9
694,585 694,585 0000000000000000000a971458c27905cfd8e275d35895901a3b031888eccc37 1.71 MB 1,243 10
694,584 694,584 000000000000000000012c2d287c56f193d2aed192979ac9315e0a9ee8d578a7 1.30 MB 1,771 10
694,583 694,583 000000000000000000047eb7a6ca634ee4885f4f6374d6002a5a6316df619265 1.05 MB 1,911 12
694,582 694,582 00000000000000000011fded594d679e095de4e677194c5c9ca4fdcc915ffc68 1.05 MB 1,497 13
694,581 694,581 0000000000000000000152cd66f8229c385efcfd83aeaec0a15de07c157800ca 0.14 MB 92 9
694,580 694,580 0000000000000000000b8c50f0d0d7840ec53cb580059ffe7fd5fb248017cb03 0.32 MB 443 23
694,579 694,579 0000000000000000001124cd5b63ceac324076b633393af42e3671ad2a3c397b 0.99 MB 981 4
694,578 694,578 00000000000000000005979924d65b3e5a11052475b978d0081087b9c0b2245c 1.38 MB 1,770 16
694,577 694,577 0000000000000000000061cbca4259981bb820ccc7ecbb01eb7dbbd4f3cb1548 0.13 MB 74 11
694,576 694,576 00000000000000000004ca0a216aeb5d5fefed7fa0df6ab7f4c92a12fd3da330 0.32 MB 373 11
694,575 694,575 0000000000000000000d50f8f74cbc10f7d8c53925ff4546c5323d34a830e780 0.38 MB 550 11
694,574 694,574 0000000000000000000131388854fed9a6b01156cb52a03c71a5a1fe6034bd8f 0.22 MB 210 10
694,573 694,573 000000000000000000044d3113171a97d9eb1c1d33d1baaeab241f8ac7f1920b 0.17 MB 395 15
694,572 694,572 00000000000000000005937dff5bd451d202792d6aef44cad1f5e58f390130fa 0.23 MB 363 9
694,571 694,571 000000000000000000105b8c3cbd1aa80d9c156654f330c64ab03aa283033909 0.55 MB 572 9
694,570 694,570 0000000000000000000eed41cc3cf1b3ec5e7942b3b41b3f5b76d77801554561 0.68 MB 1,308 22
694,569 694,569 0000000000000000001069151551c4af33851476f838d75a49c1230f0558ced4 0.62 MB 814 10
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.