Memory Pool Memory Pool Refreshing

648 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 623 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (524,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
382,909 382,909 00000000000000001088c1793bab99cceb9b6d9a5131f0879ac810b0472a5980 0.00 MB 8 20
382,908 382,908 000000000000000010a882cee418c08718a549fc8206a2869015ac10ab1a3e68 0.99 MB 1,420 25
382,907 382,907 00000000000000000221e07bdd66f234611d2262c2a6205771ea0b5f089b10ba 0.90 MB 1,968 38
382,906 382,906 00000000000000000a35de39ffb4676eef88b9c58994b4af390185556bbea759 0.16 MB 96 19
382,905 382,905 0000000000000000119203fe8853736ee5e25ad986ebb8612813c91e7bd56f1a 0.78 MB 1,359 45
382,904 382,904 000000000000000009a44b1aaa4ab9a4d3c47b6877fe7746c138a0e34ee5fe44 1.00 MB 1,669 28
382,903 382,903 00000000000000000bfbf9158b41c0a4a5153cdaa4e44a04810cd09ba4401111 0.73 MB 1,256 30
382,902 382,902 0000000000000000115fa94da4127efbc1bf231998230181cfd0543219510c75 0.93 MB 2,743 55
382,901 382,901 0000000000000000004645ad9f89944fce18df20dc01305b5656d5a3909a85b9 0.30 MB 642 79
382,900 382,900 00000000000000000cb0a01b9af4f3371b25c63b81f18a2b0b582d43aced41bf 0.28 MB 630 36
382,899 382,899 0000000000000000113f0f14d52ceddf42e66ff62bb7825bf6267c64f5645b61 0.61 MB 1,370 41
382,898 382,898 00000000000000000a1c5eb1f7b36935589e46e9b63573bf7d25f6b3685291f5 0.07 MB 103 29
382,897 382,897 00000000000000000836d5520bde05a03909e85c5504056f1000935f2d5a1963 0.52 MB 1,248 40
382,896 382,896 000000000000000001d739d672583d3941bacffcc8b792a1bcd0a0fc2a346637 0.27 MB 484 27
382,895 382,895 00000000000000000250a9a90557aa55c8cdf83793ddcf994de0f2302c9cef9e 0.65 MB 1,264 37
382,894 382,894 0000000000000000110e14a321f187e38e0cbc1d2248b333a2ffda15af503afe 0.16 MB 116 9
382,893 382,893 000000000000000004531a78f645fca698735d6ceeaa30687007858c5134ed55 0.14 MB 256 32
382,892 382,892 00000000000000000736e2f3b2e73d681d8dfb787ebc452ac0a29c8921bbf2e6 0.75 MB 931 19
382,891 382,891 00000000000000000bb9b45f605dc7880e722c8a68aac991ce75ecce18131bc9 0.00 MB 1 0
382,890 382,890 00000000000000000fb9cdfcdd4dd4011a9c11b2ad4f30bb685501fffbfa3b67 0.00 MB 1 0
382,889 382,889 0000000000000000035cbcc782df631f7c3756963adc9821aa7d671403248e40 0.50 MB 948 37
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.