Memory Pool Memory Pool Refreshing

3,320 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,217 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,296 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,216 (745,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,639 156,639 0000000000000e593426cb2a29f1df0fba24bf734f8cae538fba729c26693f25 0.31 MB 51 57
156,638 156,638 0000000000000719d40096a4b4ab73f41236c6e8e8808ba2d84354c3767ff1fd 0.04 MB 55 82
156,637 156,637 0000000000000f2660572ac304e1b30ec62d0ecc9ffcca4ea47253fdce80509d 0.05 MB 76 93
156,636 156,636 000000000000000029669a1e22b42c7aeffe0f818b37a2b057e4545a67e42aff 0.05 MB 123 24
156,635 156,635 00000000000001a1dd288c22a5e0d6769654ee7ce394f2388f555f56a40dada9 0.05 MB 111 119
156,634 156,634 0000000000000e917b764465822b269a233dc477a977558697b29649db68deca 0.00 MB 5 42
156,633 156,633 0000000000000520df9902b287dae757209de8ec2f373d7fd1fa7bb11b6fdd66 0.01 MB 18 25
156,632 156,632 0000000000000b8e9dd740b2878def2b9c186af7c6101d0a2541701fe5e1705f 0.02 MB 26 18
156,631 156,631 00000000000002a5e194d5dac2c2478c606f3b90e7f20d39f52f412d2e15205d 0.02 MB 32 107
156,630 156,630 0000000000000a4e050604f329ca8efb31d730e88178323e384add3174c3ba97 0.03 MB 47 74
156,629 156,629 0000000000000804112c880ad1b94d5757c2713d846fb703af9b89b23e727a26 0.05 MB 118 64
156,628 156,628 00000000000001c92c7d0c74d3eeaefaf9f24ae60d1f8b7220fbce2a63eb42aa 0.02 MB 42 404
156,627 156,627 000000000000027f80ae1de79d917bdd6177dd667f4a828b1ace73abd475997e 0.01 MB 15 193
156,626 156,626 000000000000005b96e45edede6d710e23772c7432d6cf1e965e207ee46dc593 0.00 MB 13 16
156,625 156,625 0000000000000d996017356815aedea7f74e9c48669d99a81a4ef114024985db 0.00 MB 13 106
156,624 156,624 0000000000000b8c069edbfbaecdea2894f0c4fcb52ac877e1a161ebb91a48f9 0.03 MB 43 53
156,623 156,623 00000000000003e7b8b309852d23bfe9b0686490363a7604ffe4cd907f7c59c2 0.05 MB 170 186
156,622 156,622 00000000000001114d469b04b03ff9295bd87b9f0f0ef9d4e7a6a161528428dd 0.02 MB 37 215
156,621 156,621 000000000000029201ff6b1031b111e03ec6879b5fcae804bcb28adb3424cd3f 0.00 MB 11 35
156,620 156,620 0000000000000c4021f0c8112c02918d3e1682056a95cbfc9637082ed1c2ddab 0.01 MB 22 36
156,619 156,619 000000000000091a137a19661935ff19020c4ec235c61a364a2ef950d107fe0a 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 759.54 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: 847.27 GB sent, 44.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.