Memory Pool Memory Pool Refreshing

660 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (233,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,725 674,725 00000000000000000005593644653b20e711f3e2e9bab958191ae3ccf2e5c05b 1.25 MB 2,411 99
674,724 674,724 0000000000000000000394e86e4e790c63c4b9940152133071b93fc5bc8d8360 1.14 MB 999 102
674,723 674,723 00000000000000000005ad9228ffd7108fa4e0c3f4da3b5bd8083166caf14443 1.36 MB 2,022 111
674,722 674,722 00000000000000000004f577cdb2c9131df67e35f74cf2412743d589cedb3f7a 1.26 MB 2,247 111
674,721 674,721 000000000000000000005e101c2c525af52e422e27b45864a0d97553ad78c5c8 1.30 MB 2,923 106
674,720 674,720 0000000000000000000b4e764da9a212cb207af2d2a02452e491e3fa20ca7623 1.40 MB 2,148 101
674,719 674,719 00000000000000000001cecb0c55fb8aef06839b239474b0da8dfe767dbf0d57 1.49 MB 1,658 104
674,718 674,718 00000000000000000008a077a606574fa3422a75bc127f505da04d67268854ed 1.43 MB 2,442 143
674,717 674,717 0000000000000000000801f135686d4f7c32c489728baf0dc5715a751d29dcf5 1.65 MB 1,464 181
674,716 674,716 0000000000000000000a4a158a25fdf7f10545e9fb97a713f6ca112fbfbd9d6e 1.52 MB 2,398 128
674,715 674,715 00000000000000000006c3b236b366797baa9e7119502135ca19fb114e9120b1 1.31 MB 2,390 60
674,714 674,714 0000000000000000000684cdf27dd8b02d60902fc6b9c6c52cd50f454148ef60 1.22 MB 1,739 41
674,713 674,713 000000000000000000050655a62621955eb3334717923b25e0a72b9922e86d96 1.61 MB 673 20
674,712 674,712 0000000000000000000583969e8611c69f1624c42a95472c0a6233a3f11eb013 1.65 MB 570 28
674,711 674,711 0000000000000000000cdcfec32ebc3fc133be9a3148c5780e7355029272b438 1.71 MB 763 22
674,710 674,710 0000000000000000000ba690e22ef4e70b9361693e14b726906467be9b7f2aa3 1.46 MB 1,605 50
674,709 674,709 0000000000000000000ba22bf5b1e02788a21eb3d4103ec854c73762c7b736e3 1.42 MB 1,531 48
674,708 674,708 0000000000000000000c751b955c04793372a1332de8eb73550beff45acc7296 1.25 MB 2,208 77
674,707 674,707 00000000000000000006572cfd4de9be2af48ed7361fb12245f20919544dbd6a 1.53 MB 909 33
674,706 674,706 00000000000000000000632207dbd5322dc3b6bcd3db7e680cfd213f23c2b6bd 1.20 MB 2,489 34
674,705 674,705 0000000000000000000a0f722b013228dab049267058a5b6dd24eaea780a982c 1.33 MB 2,278 24
Previous 10 blocks ↓
Total Size: 769.10 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,629.08 GB sent, 93.41 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.