Memory Pool Memory Pool Refreshing

1,832 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (542,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,283 365,283 000000000000000004744b9cb2332b8ef78447d742436bb9a8816586b7ded45a 0.77 MB 1,711 51
365,282 365,282 000000000000000001382e38cca0fcd38fa8822ebf21f8d2b76bccad6bb3268f 0.95 MB 582 11
365,281 365,281 00000000000000000d6c628147a1c520da3e4b9b1774baa43898208c8b234613 1.00 MB 559 11
365,280 365,280 00000000000000001561dfeb320b05993ca01e8ac50aca0d465a58bac273ceb7 0.95 MB 1,003 22
365,279 365,279 00000000000000001575e3199de819f539513cd5afd71895c177aa07b28b2988 0.95 MB 720 14
365,278 365,278 000000000000000003654e99d1ee2328e601f27fc17beaeaf948321879d652d5 1.00 MB 450 8
365,277 365,277 00000000000000001446b2350f8ac4c2f1fb032cd04ee5d9216a15d6ac83bbde 0.11 MB 203 44
365,276 365,276 00000000000000000f33833086fc0e37fad34d55cf5b879ea5759fdf4651eeab 0.75 MB 266 5
365,275 365,275 00000000000000000ef4661a70748c0521773788a2847b25a666a275a8f1277f 0.75 MB 471 15
365,274 365,274 0000000000000000022c835d051cd493287cab262129e639d078402ec472d4dc 0.93 MB 843 22
365,273 365,273 00000000000000000c5a9dff745ce31f04a0b404fe8067e62483ddb67f9da5a5 0.20 MB 231 24
365,272 365,272 0000000000000000142c238a31595daaafb88f69b0128346d1f3d33a1fa6c959 0.18 MB 311 20
365,271 365,271 0000000000000000069623933bd0990e4ea653725934953447dfc54866faa0be 0.31 MB 660 37
365,270 365,270 000000000000000012c50d0635c6bda8c00894a5a5d6bbed1b16aaaa1c816940 0.16 MB 276 31
365,269 365,269 000000000000000014c7f3ad71abdb067be6d692d02172a4eb71a82706d724e9 0.75 MB 136 5
365,268 365,268 0000000000000000145ea836bbb1f34ebb8c163193c3ccca680bb7fbaf4b0955 1.00 MB 1,054 23
365,267 365,267 00000000000000000148dace77167aff2bb20dcd2390ea232e5f8d821982751d 0.93 MB 646 14
365,266 365,266 000000000000000011e35e609eee49407daddf89fe9e7a2a57aef3e9f2e4ab7d 1.00 MB 779 15
365,265 365,265 0000000000000000098eda43afdba95cc655073d67f39829309ef950843b9c4b 1.00 MB 739 14
365,264 365,264 000000000000000008e9835e31aaa01a6a0b22d4c91f35cb152719f62f595350 0.93 MB 868 24
365,263 365,263 00000000000000001490ecd9527616de0e4e41e39c0f9832ec087bc1cea46b5c 0.75 MB 1,374 44
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.