Memory Pool Memory Pool Refreshing

3,157 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (783,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,932 123,932 00000000000017bd882b825068045d9477bef48806b76181d09f39d16cfcd955 0.01 MB 18 643
123,931 123,931 0000000000003fbe2bcd458cb626e3b709685383e699a8e8cc10a153b4804b63 0.00 MB 10 421
123,930 123,930 000000000000078b8d041c7843eca4d65c3ba13d1507f1ce6ee618350d2f19a1 0.00 MB 7 0
123,929 123,929 0000000000002e0bac774dab8de25f18f62bfeb2c93f436e6d95a1f9234d5a69 0.01 MB 18 0
123,928 123,928 0000000000005bce92c22d4164dadd552f4d39b5e3bc2bcbb6e39a7d18c20845 0.00 MB 8 337
123,927 123,927 000000000000351b51f4e2b06e10285e36bb8ed7734b7346a727e14bf1af210c 0.01 MB 25 1,322
123,926 123,926 00000000000033d09d60ba816b26bf1a3e95949e426c5ea4dc169b92a2478715 0.01 MB 25 472
123,925 123,925 0000000000002b4fccaf1e0b070a412557efd661f315f51d98b7d19cee536548 0.00 MB 11 650
123,924 123,924 000000000000402185f804f64e841dbd7f77269b68c42556ca5d25b590a8ac59 0.00 MB 2 4,484
123,923 123,923 0000000000000d35d6fd128f410550dec12da9f19616d4e4dc8b9ec77b4cdaf3 0.02 MB 50 948
123,922 123,922 0000000000000c4ee8745fb4e921e6934fe91c5581da7e52a60258e4a693bfcb 0.00 MB 1 0
123,921 123,921 0000000000004d20cac8a58ee1325dbeaddaf5e4b422a525b0bcff9a673ee3c0 0.01 MB 35 7
123,920 123,920 00000000000038fd7dcae83851d1b5e4b257dffb5bf5fbe2de13209b22ffd82e 0.00 MB 18 1,792
123,919 123,919 00000000000011de7ebed79af911f28c1e0afd4d5a6695a9e104e3756f217c25 0.01 MB 5 0
123,918 123,918 0000000000000e0094922242e9c192a0a66f0d038c04515fbed155f6989eb810 0.00 MB 4 0
123,917 123,917 0000000000001b8660454d448f7796ebf7babbe0aecb469c208736ed89c389ba 0.00 MB 1 0
123,916 123,916 0000000000002abbbde202d037af3373363c4074c123a0188040cc63c728fc98 0.01 MB 23 137
123,915 123,915 00000000000038b430f2f0fb873f09e3b8d994becdd55fad621fb52cdf57de71 0.00 MB 12 567
123,914 123,914 00000000000027b5f84d77b72e67e989271e914569c4aea21cf7a76e4cbb0375 0.03 MB 54 391
123,913 123,913 0000000000003e23e5d1066dbebaa589a7db04fdda7c6875b5e188fed68367a1 0.03 MB 85 2,556
123,912 123,912 0000000000001f7970dbf92f50b86cc56c2b3c502fd727b55d14503dc442cdb7 0.00 MB 12 205
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.