Memory Pool Memory Pool Refreshing

1,929 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (803,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,800 104,800 00000000000364c80474c15901e99ce58755dcf212081c4ac767875dfc55510b 0.00 MB 2 0
104,799 104,799 00000000000300ecdc989ad8c2d8123392845371fccbdc1f5e5d7d0bfc9c26d3 0.00 MB 2 0
104,798 104,798 000000000001e1e6b29a7b0fa676f334728b8fde6d1dce6914b3da8a985034ef 0.00 MB 5 0
104,797 104,797 000000000002fc599d2f2fc257e35f13fc645fafb72c5b5a483a9bb47f171b41 0.00 MB 5 0
104,796 104,796 00000000000300198cacdaa570d9c566ad013a8a1fa7e8b1bdcb86d88bf28db1 0.00 MB 3 0
104,795 104,795 0000000000028ab6f79fb052a7aad5f7bd797e746873529a1693529af1b4a1d8 0.00 MB 9 0
104,794 104,794 0000000000032b4168c7640eea1071e1e190d822e9b4f2af531d10c8af0eb4ec 0.00 MB 3 0
104,793 104,793 000000000002e43b90954ff1a6c0788457ec35987ddd111141f2f2a695efd9e4 0.00 MB 1 0
104,792 104,792 000000000000185e7e560fea114d4e931ef015019a82decd5f72fe159299d7b9 0.00 MB 1 0
104,791 104,791 00000000000168b9f70ed71a0e66e581e6f1bb1400890ddee96c2e01e6a3f9bb 0.00 MB 1 0
104,790 104,790 00000000000318674406026dd8ed226478795e7697a756970ad08d31c0479a27 0.00 MB 1 0
104,789 104,789 0000000000028ffccf9a03970df6018ac781b9a5876c16e021f8c377e497b020 0.00 MB 9 0
104,788 104,788 000000000002c24a4bcbf9138152ace4270c9f70bce5e455320893273fac752e 0.00 MB 6 0
104,787 104,787 000000000000dd560d61e77c160b1408fd5a358b033d1667729a0b0b18577adc 0.00 MB 2 0
104,786 104,786 000000000000c679f30657f563a4da693670e1a1eb9d0675ab86efe2aa5acf4f 0.00 MB 6 0
104,785 104,785 000000000002f6dd7d22b5d88503dc7b3b6d672085ed9655033bab2a49eb668a 0.00 MB 8 0
104,784 104,784 0000000000026f4d721aa21ad90a36363e577b021b569ad58472a73966aa9a2b 0.00 MB 6 0
104,783 104,783 0000000000013f76f199dc814e0bed3b05c8c2954724f121dbd4d31bc88ccdf5 0.01 MB 24 0
104,782 104,782 0000000000018c513f62ae7fc4b15210e02d93b133ba031287b2d21a246a0cec 0.00 MB 3 0
104,781 104,781 0000000000021298ee2be4b93ae90e0c5206c0c5e79ab31205107dc1d6d0fbf7 0.00 MB 1 0
104,780 104,780 000000000001e3578b04e9419bac1a6e6806d24f9928129b84d036c1aab1e4d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.57 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,649.94 GB sent, 95.79 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.