Memory Pool Memory Pool Refreshing

4,052 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,691 (697,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,622 210,622 000000000000042c2b2bc5cde9c49c252c4e38e4ea44ea54ea762cef40a7e0ad 0.01 MB 39 55
210,621 210,621 00000000000004916e1b4e9ad317e701d5088c510231d91a0d139ebef2d22eaa 0.01 MB 38 8
210,620 210,620 00000000000001baa67c11309a27d312a9d5328af624573f7063bcd6ef252f64 0.12 MB 277 147
210,619 210,619 000000000000049f3241e0d3c20bf21a939a87bc17509dc12adbdd33c8387524 0.07 MB 75 86
210,618 210,618 0000000000000038592ecfddf28873165fa708eb72820c03423a7e53fb6dcd96 0.00 MB 10 5
210,617 210,617 0000000000000287cf54cf7d958ff9a126ebbd519389185051c5fe1eadd0c7e7 0.20 MB 463 205
210,616 210,616 00000000000002fff7a4133370fea927d10b4599c1c348b1fa97f3d8a6faf82c 0.00 MB 12 153
210,615 210,615 0000000000000072f3bc3f16e3a404d45adf0ff8de6e4c7367ec829a0664c6b9 0.05 MB 147 96
210,614 210,614 000000000000007c6b145f540fe009c0ec616295dca3f68486390c4c2999d16c 0.03 MB 42 255
210,613 210,613 00000000000000ba5b1f819ac5361e577847f432d0d66d9a99c4c1e5c47b84c6 0.03 MB 62 23
210,612 210,612 00000000000002952ab920c7bd50d1339fad502035ef10bccb3fb6bee9bbf090 0.13 MB 264 197
210,611 210,611 00000000000003ffb4e745633b6145d02709fa3baf32645a430548073f6d2c47 0.05 MB 73 502
210,610 210,610 000000000000049200711a3401efd0f0bcae34a527df0f44868bf5c8cfcd450b 0.05 MB 64 70
210,609 210,609 00000000000000b040726805bfcbb6aa643003ce06599c092e66ab0a5b857e31 0.09 MB 207 217
210,608 210,608 0000000000000118a8b54a649b344c195df48275b56d4454baa62bbbc8b1d6e9 0.07 MB 158 157
210,607 210,607 00000000000000785d4158dec8bb5553416607e893ab0d29453edb42e130d84e 0.09 MB 150 94
210,606 210,606 00000000000002613340885ef7d1b1a532a588c55c71ddedbe6d2b6572da3f98 0.00 MB 10 37
210,605 210,605 0000000000000462881843a3b3f4130068d3059d2a560f9786e048ef0d046137 0.06 MB 135 118
210,604 210,604 000000000000038c729d909e3d631da77c881ea0611346fb77ec33d747af1555 0.10 MB 218 241
210,603 210,603 00000000000001ce505878bfbf6c1e46936b77cbf68ee5d8b0acc0c27b0171aa 0.00 MB 10 29
210,602 210,602 00000000000003c26b6c61cf9a5a31cb8565c034f5750e359bc3a772a7a4f25d 0.03 MB 66 200
Previous 10 blocks ↓
Total Size: 768.97 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,615.52 GB sent, 92.65 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.