Memory Pool Memory Pool Refreshing

594 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (636,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,108 271,108 0000000000000000d1b1624dd736fb0e34422e88e97a0ce0edcab6673fdf5a10 0.12 MB 207 10
271,107 271,107 0000000000000001fd0b3f6247f8f30f150ea677329101885bcdb1bcdfc43973 0.21 MB 245 29
271,106 271,106 0000000000000005430a6400da2c746d8be71fdef98ec581006bc71e5fec0bea 0.25 MB 685 89
271,105 271,105 00000000000000042ddc4abb510e83df654861d9f667fb98b87e6f77d9895db1 0.50 MB 871 55
271,104 271,104 00000000000000054c3ba3fe6eb8cf98e9c38a3791808b21fa8dd92eb3e30fa8 0.25 MB 650 81
271,103 271,103 00000000000000059b7ebee443d946f7b3297a86785e5a05ba452cff0d705f47 0.13 MB 288 74
271,102 271,102 0000000000000000127db7d31ab8f0e9086bee1f4d5b322315fd97b00fe31ed1 0.15 MB 259 26
271,101 271,101 00000000000000054bf32a22f7865c04e436f8bfd9f9a8c2b33050ae165410bf 0.08 MB 157 57
271,100 271,100 000000000000000504939bbcd2bbda6eb748e0589fa1222e5c9abbf5ac8e0059 0.24 MB 444 25
271,099 271,099 0000000000000001abe760f14e5ea0a9375543aaa0b35db81b80465a198ef47b 0.25 MB 723 85
271,098 271,098 0000000000000000735c43d244aec1252a80ec4f949499e81a1c2df6bb91f37c 0.16 MB 341 55
271,097 271,097 00000000000000038943df1a05d9d0c98caa7c59bbb36ba931889d0528dfe79a 0.55 MB 1,334 78
271,096 271,096 000000000000000153715128b2404d1527cf9652071ad75c36306b9e466f33bc 0.13 MB 274 7
271,095 271,095 0000000000000005967523ff03366474de085238a55f5687beb7f8dc90630f26 0.34 MB 446 20
271,094 271,094 0000000000000004de577629cd9333fd11e5e8df355c53c05f73d4114389e0df 0.25 MB 744 107
271,093 271,093 0000000000000002d981d140ad4c5752cf13f3f06adfdbad560491eee5b746e1 0.48 MB 914 50
271,092 271,092 00000000000000004dd1e3f7fd862c3b8076299378c256334fc6502e6ac65ecc 0.23 MB 557 45
271,091 271,091 000000000000000407b35f71bc2bd47332351166ed1420e48b4ee5a9e9d7e7e8 0.11 MB 295 81
271,090 271,090 0000000000000006f41a0496f3706b71f2f91a7c2dd7c0fd989f4fa52878a72c 0.09 MB 225 67
271,089 271,089 000000000000000675026bfadfcb5d8961b5f678c5708b0b7c6837dc04df702f 0.03 MB 57 45
271,088 271,088 00000000000000069614ee6bd55c67f7bb3b08c7411a9ad956aa0542db5999ad 0.21 MB 476 62
Previous 10 blocks ↓
Total Size: 769.10 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,628.98 GB sent, 93.40 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.