Memory Pool Memory Pool Refreshing

1,238 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,965 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,235 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,964 (792,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,958 115,958 0000000000009fee4a2a8097f68ec3f4cf1af9d43fc766a78fd92d3c47f8494b 0.01 MB 20 1,280
115,957 115,957 00000000000053090081ae1ebfadde918991d4ec5c146d4143a9efb08a3e1aab 0.00 MB 8 1,178
115,956 115,956 000000000000caf0731fcebeefe0c4f75be26272da50e587858c44087712d022 0.01 MB 22 712
115,955 115,955 00000000000014ae0ed25fdf2c4e460297158888cfe4a4a98182472c83588980 0.00 MB 3 2,026
115,954 115,954 000000000000772712841a04af2980156508c230dc08e7acce2a0462e6a30e34 0.00 MB 7 0
115,953 115,953 0000000000002c5b725122897e0135b92c1595f916605dcb00e97ae56293eae3 0.00 MB 10 823
115,952 115,952 0000000000006add3917cb0547739a672212d789708f7592adc0ccc29e41e98f 0.00 MB 5 0
115,951 115,951 0000000000002beef94d69942612ed266565d75a0bc243c1b896f39572346fb8 0.00 MB 14 879
115,950 115,950 000000000000529e355b945bd9d3eff7b9a0bf811b28a253e9857835ec3d651a 0.00 MB 4 847
115,949 115,949 000000000000910f26b51c8e99e2366ec36695aa5329f1eaffdb21e41e884ed4 0.00 MB 2 0
115,948 115,948 00000000000013590df15a0524fd0be0dd669da83996b73e933d5cb349a9f685 0.00 MB 11 720
115,947 115,947 000000000000c29d267f4d1fab2288fdf752467c80b0b14d910fc887bd2d4976 0.00 MB 6 601
115,946 115,946 00000000000082429128f3dfe06108b5918e842a6f2f5aa7672297fa57581ba3 0.00 MB 12 616
115,945 115,945 000000000000b520f979e359f1aa5c448ba55f3b6d7736dcf4afc9b3483a09ef 0.00 MB 4 1,414
115,944 115,944 0000000000007c6a07d096f2a611478eb8252f765a377701afccad56d49e87b8 0.00 MB 3 0
115,943 115,943 000000000000622a38819d49bf19ae97b75c4e853093d040bcac36be73399072 0.01 MB 3 0
115,942 115,942 000000000000b8fe0f75e0e17c1cb34dff55d3ebec3da3e75a3dfe0af8f96fd9 0.00 MB 3 1,434
115,941 115,941 0000000000000937a2672f3be53f43f236a37eb70f3a4f4347ebcd2926a24cf2 0.00 MB 3 0
115,940 115,940 0000000000000586407a7d03ddc02b12025ad7ca9784fd5b86fd8443e6d6aafc 0.00 MB 5 0
115,939 115,939 000000000000611dbdf1a15c9f38e9b8b5e6d8ffa83f074e1d5f881350c02972 0.00 MB 1 0
115,938 115,938 0000000000007009f194071a94b700ceb513a6fcaa92a6b17f93a79c6100b6d2 0.00 MB 7 959
Previous 10 blocks ↓
Total Size: 769.48 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,646.38 GB sent, 95.33 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.