Memory Pool Memory Pool Refreshing

5,927 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,234 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (770,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,836 137,836 000000000000042104a000807e04e9b1323a5b52b56856921d3789fa44a57c4b 0.01 MB 15 32
137,835 137,835 00000000000004b4a94a9993b9c8ebb943f72cbc688814b1404f6308da0cb257 0.02 MB 48 205
137,834 137,834 0000000000000253746d3843b48ffd156240fdbf944193319349d0186a051184 0.01 MB 11 410
137,833 137,833 000000000000067084cbc332ce424a1acbb9d1df36da3878c2a70689df2fc257 0.00 MB 6 169
137,832 137,832 00000000000007a501ad11851ab79eb305d126c352c9705a53502e844c56b94f 0.03 MB 109 173
137,831 137,831 0000000000000425854c840c776471ed0518ce82d323dc651d317ffbf577a9bd 0.02 MB 59 265
137,830 137,830 0000000000000197df1d623d5318dc90bdb2213142082e4fead1fc9e4a06a050 0.00 MB 9 455
137,829 137,829 00000000000000227174969ef6e45cd0f20b9132748b9ecc3ff1cf56ff717d8c 0.02 MB 77 165
137,828 137,828 0000000000000407b4295c2b313e82b9091fc4255ff4159c3dfce524b3e30b6a 0.01 MB 21 239
137,827 137,827 00000000000004a6b287b636968d644c7e536fa0063925b63222d36d2417a31e 0.02 MB 45 188
137,826 137,826 00000000000007ef1f7d77eec1193611a6be74257c58a6f4c2345529b9350991 0.03 MB 65 185
137,825 137,825 0000000000000686f7181f36409fbb416e0da176b11b2b0705b780e1d6f9d73a 0.03 MB 83 163
137,824 137,824 00000000000006471d1ab16ade103f34b60e93d82df31de322c0c836fbc0a066 0.01 MB 20 534
137,823 137,823 000000000000001f71908ebce637b06274db8a6a05e43f0e816ee32017f6f706 0.01 MB 28 71
137,822 137,822 00000000000000d09006b381a80b0c1c3c6144287bfcd1319e6bb0cde8d4887b 0.00 MB 15 227
137,821 137,821 00000000000004a76f7094ded5ad273e97810723a6467413989f72a8908b929e 0.01 MB 18 513
137,820 137,820 000000000000065489c21d30c8ba1004035cc9c2cc22208049eb1e96c8f4a277 0.03 MB 56 432
137,819 137,819 00000000000005b756422477b552b7a960742ac30242ad67f9d0c5bc75c35897 0.03 MB 87 181
137,818 137,818 0000000000000133afb8a04d71f8c1abefd2e6daa940ba50c0d3f9567f4c91c6 0.01 MB 22 0
137,817 137,817 000000000000082b53a8440514aad8530c217c2b9c864844bf80044767e1524f 0.04 MB 75 305
137,816 137,816 00000000000007b11c49b270618837a8d1d86ad382d832bb50b96f99f5f2995f 0.02 MB 75 2
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.