Memory Pool Memory Pool Refreshing

638 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (815,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,916 92,916 000000000005b420b935b16177e7ef7b30ecc6572d9d6be71cd27b5a8e5cf0dc 0.05 MB 219 20
92,915 92,915 00000000000676b73548165a02c33112efc36041f97f2384ed30b33da845f18a 0.00 MB 1 0
92,914 92,914 00000000000779f93b07f89650a86279139ef0097ece7a9a29cada80d9bb99f7 0.05 MB 219 0
92,913 92,913 000000000007257dc400b60a5c111c18e6e568699856acc4d65f03f4fe17abaf 0.00 MB 1 0
92,912 92,912 000000000002586604291aa2af666ec921c697022152eb6ff4d11cec63338f6b 0.00 MB 1 0
92,911 92,911 0000000000037505048f94cd73b34f7f402817ac3b14f573f4fa68e5691159c0 0.00 MB 2 0
92,910 92,910 000000000001fbc0ddf3cefa63a872e1698b193cbc9987255c5bd28af4eba34d 0.00 MB 1 0
92,909 92,909 0000000000013c72bc0d7108c75027b3f442cd3def127f0453fefbdc98f226f5 0.00 MB 16 0
92,908 92,908 0000000000080a08993633be67007c1e1346c65f777d5e7111c759fa689f9d81 0.00 MB 1 0
92,907 92,907 0000000000039614e37b2246ac8e18aeb83a4845e3a95cd1c6389dc6ee8ab1da 0.05 MB 219 0
92,906 92,906 00000000000892d223967add2eb8e20e2f6ddcb9bba9db442755c2223761b263 0.05 MB 218 20
92,905 92,905 000000000001bb3c9da692eba8f0a08d0ee5566a62b1d52e3078deedbb35d3ec 0.00 MB 3 0
92,904 92,904 000000000004e478190493e34aa03d273561d2d10e69f4233204a450626b25a0 0.00 MB 19 0
92,903 92,903 0000000000021a478c9cf573a79520575fc5647a48c5110a2fe1f7dea525be89 0.05 MB 197 0
92,902 92,902 0000000000046098704d86a73a27f681aeb2285e24753a8aac9369ecb5ca496f 0.07 MB 332 0
92,901 92,901 00000000000955959559f002b01e34736f473ca18d94d922a0749c8311cc4fd4 0.05 MB 217 40
92,900 92,900 00000000000354c114d9d97c7c8271bcccc652c647a0a4a494b610b7965e77f7 0.05 MB 218 20
92,899 92,899 0000000000017657afe6c81825aa5b6044bb84d813fa9c66cde61011224ef0e9 0.05 MB 218 0
92,898 92,898 0000000000042104d086442df04c3935deee9f64eb5dc1d71ff204042b335dc8 0.05 MB 219 0
92,897 92,897 000000000003ae38951144068cc9a060b3836f91c9b2a8cbd7c8caa616771d8a 0.05 MB 219 0
92,896 92,896 00000000000686d73a579dfd205b29ff1a538baead3c9a24bdecf6aab9ae0767 0.05 MB 219 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.