Memory Pool Memory Pool Refreshing

6,399 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,597 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (872,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,524 36,524 00000000260880cb9bbde3635f70dc6b1d59c96215343ad1ea242a770cf288cd 0.00 MB 1 0
36,523 36,523 000000005287b155a6c26f00bf27793f2fafe8493da66ed23b33155ae99b64de 0.00 MB 1 0
36,522 36,522 000000000db4e4b9bd3fa6254b85386802fd77e60c63639d3aaa0dbdbe2a6fcd 0.00 MB 1 0
36,521 36,521 000000002a0c81797ed4d1f0613e449280ca3ef3caa0b2e0f472eae9ec5114e6 0.00 MB 1 0
36,520 36,520 000000008a57af7dd6bd686d516b8eae981da8294b2efbc90c937a7291cc09c9 0.00 MB 2 0
36,519 36,519 0000000072b77ede49575e2dc78a40aa0fd43cc5691f2eade2d972a5d031fdc1 0.00 MB 1 0
36,518 36,518 00000000502fd7da8833ad3e54d54a8a4fc8afc466650cb5daad5497a9a8b65b 0.00 MB 1 0
36,517 36,517 00000000ae16b07fb0af1a5717fd195b80251e40b248d7a9c57c9d2918a4a333 0.00 MB 1 0
36,516 36,516 00000000696e15f1cf8ffb2dce8d83586b40cc7e7f57c1a9821dafda0e4ca609 0.00 MB 3 0
36,515 36,515 0000000004016cca7f3195137f64fcfde50beb4fe0f3b220bd89565302c377c4 0.00 MB 1 0
36,514 36,514 0000000052a21f2be4193f7b15c2f49ef583ae4b7b822ab2c654738b78330b39 0.00 MB 1 0
36,513 36,513 000000004bb966defd09a6553d75149ac9aa08602a62c29252258d79c04ff1d5 0.00 MB 1 0
36,512 36,512 000000001aef8c8993747c34bc6c52f9c73cc2a3349d22acda68d01c4ee9f60b 0.00 MB 1 0
36,511 36,511 0000000063649dad9ce4848183e72f67bd7fa6ed502088cbeae540ab791004b4 0.00 MB 1 0
36,510 36,510 000000007a15906e0f6524f095e6bcbc0147625b94b727bbe2e298bd1d97c765 0.00 MB 1 0
36,509 36,509 000000002ad27d9422a73b9c71e21a1457d75ebfede031406db8e84a843f0070 0.00 MB 1 0
36,508 36,508 000000008b51aafe73ffaf67717aa541b2b30160e4754d3b586284009a4627f2 0.00 MB 1 0
36,507 36,507 00000000b8f63522deccdea81158fed760a486d10f911649ae04c2d6b49c421f 0.00 MB 1 0
36,506 36,506 000000006cd44fc28f38df2789e15e5609c97c358ba5e272a14156f53fdab426 0.00 MB 1 0
36,505 36,505 000000007a8b0a9074cda5216c5819c64c8751e409196fe3ce313ff4846901e7 0.00 MB 1 0
36,504 36,504 00000000107f097b1c4775ef83dc40c942d1990a5c5d0a2500072541ba7741d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.