Memory Pool Memory Pool Refreshing

4,608 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (589,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,340 318,340 00000000000000002b159c43a6bf39309ba559f51a4ffe301780fe54e9d20604 0.01 MB 22 26
318,339 318,339 00000000000000000b80b11a4a0a22f31428c85dec4e7347d7c10817d2824d85 0.03 MB 22 13
318,338 318,338 00000000000000002018c2f4cdf6a884b196abfabb3418aed471dc7073386b61 0.06 MB 128 30
318,337 318,337 000000000000000027e7d9c64730ed77638ec6f1149ae147ecfcdc8c4bc9b9ab 0.10 MB 186 22
318,336 318,336 00000000000000000afef16b109d4a1d8a6a661a178ab34236d9b46e0eed6320 0.50 MB 833 26
318,335 318,335 00000000000000000a1de4205ab1a55a7cb384ed7ff4a63053b3294994d3c544 0.05 MB 67 23
318,334 318,334 000000000000000020c0e44f78021095a1a4ea76adf8a89e3567f2259302fe52 0.01 MB 28 17
318,333 318,333 000000000000000012930a0c68282c1ac01f4ff7da394d2af52b25ab4da7fc85 0.00 MB 1 0
318,332 318,332 00000000000000002ac0f49c607e66981006ae317257ec4cb715e184df570a14 0.20 MB 345 28
318,331 318,331 00000000000000000ef4b32afbbbb1e1c4b41d30e00e7b4184551de4cd1c8d55 0.01 MB 35 33
318,330 318,330 000000000000000004cf0061823876513ad1e40fe3766010be0f597d62d2ee54 0.14 MB 343 30
318,329 318,329 00000000000000000bd4ba69378ace5a027880125edd2f0b17f370f183622d45 0.35 MB 713 27
318,328 318,328 00000000000000001522b9cebc76036fc796a0dca173fdaae34396306d423e3f 0.13 MB 254 33
318,327 318,327 0000000000000000111b4bd66a40e231b332723bc8b958c1a79686f84bee1408 0.08 MB 146 22
318,326 318,326 0000000000000000211efe07559a115072d6e3e76ddd857e43634cf239faacff 0.54 MB 969 26
318,325 318,325 0000000000000000051a9f0e80911769b468cdda8ac441499f91165df006b7b3 0.06 MB 117 29
318,324 318,324 00000000000000000ecbac57d6614e8bcad2bdd5268859a797c46d348e9a0d62 0.06 MB 131 20
318,323 318,323 0000000000000000248cb9b79bfc7f4f6b976940f68df6a87bef66097d7af037 0.03 MB 82 31
318,322 318,322 00000000000000000d5d58ee55915e6ab288a35c9b9ffe08c6999b6c62717b13 0.10 MB 174 28
318,321 318,321 00000000000000001cfb08336350b9d09eac62b1902ba90674d4b9f1f4766d6a 0.15 MB 303 28
318,320 318,320 000000000000000027a104c2dee6c5ba188aafa8465151ed52c03c1f7666df43 0.59 MB 1,061 28
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.