Memory Pool Memory Pool Refreshing

3,159 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (641,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,757 266,757 00000000000000055a14b2b956dd4a2ab985f0d0978e1bd1ff474790c113ff7a 0.11 MB 300 121
266,756 266,756 0000000000000001fb73ff6e6e8cff777fbe10023c51cacb7ab3142552f489c3 0.10 MB 207 53
266,755 266,755 000000000000000a25c350f265534b54eda3d09bfc9efd305193266a3fcf3498 0.10 MB 232 84
266,754 266,754 0000000000000006b2f24e8a7ca15ec3a30663d3f191d7339c300f8b494cdfc9 0.25 MB 541 40
266,753 266,753 00000000000000051cd363b7100568a4835eb7863b44da7336dd4eb94fb8f7a2 0.25 MB 673 178
266,752 266,752 000000000000000775df138d1f75f0206b5ad9c50e90f9607dd89258fedb1e53 0.09 MB 190 93
266,751 266,751 00000000000000084e789d2c83cb30352b4f104a900f73ae1a0c46c387fd1993 0.12 MB 261 81
266,750 266,750 0000000000000005534b0e79d0169f361f5efcdfa85ce5e970ef7cca9ef142e4 0.11 MB 189 39
266,749 266,749 0000000000000008644da807c85f0ba648d4c7a3e4813ab347b406c30bfacd18 0.19 MB 457 55
266,748 266,748 000000000000000798e43f8dee371c2902f1a303d5416db1a82390c03cc62686 0.25 MB 545 145
266,747 266,747 0000000000000007e75eee421724ed550d0468a36370d8cb837b4feefff37e81 0.08 MB 174 10,547
266,746 266,746 0000000000000000846027bbb4453b82bde0d42fe31737fd0b4a063c85029389 0.04 MB 98 36
266,745 266,745 00000000000000026c13b361ae8f34fd85fc6a9e428a11b19cc1d90e86190026 0.22 MB 129 68
266,744 266,744 000000000000000528e6f786eba846abd4ac707e28925e945966c7e727a8d747 0.08 MB 170 70
266,743 266,743 000000000000000434c35025bdd5dc54b3454952a4d48df4000321a2f05106df 0.18 MB 178 24
266,742 266,742 00000000000000055ca068d0bbfae4bfd09ab5290b64b788428119691d26114e 0.25 MB 602 63
266,741 266,741 0000000000000000d130f63d88a025bfba41cbc54c4111d06d8a67033d6a5799 0.25 MB 546 126
266,740 266,740 000000000000000a0a212940fc444c7db9ffbd9a803c712853375e26b5b6f56b 0.10 MB 256 176
266,739 266,739 000000000000000a0f90a320fd1adea3bfefee716fa98c9f10625021d8d4f29e 0.33 MB 970 73
266,738 266,738 00000000000000002db1a6dc8eb87b4de2872b3c104e27d412b3a0d05f9def85 0.23 MB 478 79
266,737 266,737 0000000000000001da33afc73f83ef854f84b41b182d778f2bc0a5be2f8fe08c 0.47 MB 868 83
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.