Memory Pool Memory Pool Refreshing

4,631 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (733,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,424 174,424 00000000000004b2e3de19e9fd12046accdfc2d85f29baeafccbd6289d7bcb77 0.07 MB 64 71
174,423 174,423 00000000000006c95b8ae4e96e03d472cc40f9d1a5cd1e2c9f60497551522964 0.01 MB 21 71
174,422 174,422 00000000000003c284560526eb4736a879cda152df93f3c51a3f702779db7bc1 0.01 MB 43 85
174,421 174,421 00000000000004dbb6615cb449f3825ed2536e2ea993c6b5ea26e27abff6532e 0.02 MB 41 59
174,420 174,420 0000000000000890030bee4bae0b1f4915cd18519901fe373a1337fbb28bdb9d 0.04 MB 125 28
174,419 174,419 000000000000012aeb82adfcdadfa2ecd5d4d81f09bb16583de58340d228975a 0.02 MB 44 24
174,418 174,418 00000000000002d67a04f0e785c1c71607313c85a90ad07814708b7fdb025bdb 0.04 MB 53 84
174,417 174,417 000000000000024b6dabff4391cb8cb0873edde09280adc998b879875b2a2945 0.02 MB 17 53
174,416 174,416 00000000000000185d459932cfdbec8195ebde1138c799ef7b1e7103c41da461 0.04 MB 105 73
174,415 174,415 000000000000011bfcdf472ec7d3010ae80e591e270c0ed94e10c82682675b5b 0.02 MB 54 36
174,414 174,414 00000000000002a2c598360633e4881b6ef3843b6dd3f6f8032f6cd899bdb2f9 0.05 MB 80 95
174,413 174,413 00000000000003ee2f7b0ca1df0af9261a6f047fa4140dbf283d7dea367e4eed 0.02 MB 49 76
174,412 174,412 00000000000003b66ad5d351e1767cb7763b69e5a1ec00ed89bf661acf8f5d2b 0.04 MB 91 85
174,411 174,411 000000000000075168c0663f19480d118253a296a5aaa1387a3bc9632924afd2 0.02 MB 66 240
174,410 174,410 00000000000000241a357f67cd45092c3e5974d66ac79f3267d66d5cf3e482c1 0.05 MB 137 101
174,409 174,409 00000000000008e0711b9bd8f643efae4e24828d2dd5dd0ad0dd2f3a4236bcc3 0.03 MB 87 96
174,408 174,408 00000000000006effc22c67059d9a4740bda5ad692bd809fbbc8cb5bd143eabc 0.05 MB 117 116
174,407 174,407 00000000000008a1dd766343f4a9748dae2592c8e046224d6833fc478d913798 0.01 MB 24 122
174,406 174,406 00000000000004632260a18252af2b18afab01dc71a039c99588e30a4acda87a 0.02 MB 68 97
174,405 174,405 00000000000002bf33cdc26be8c1e2e33618eefa864b8b46b4051c8562c14bc3 0.03 MB 94 158
174,404 174,404 000000000000059a04d252acb6ae7546a94805189e0b37edb54f15b2b525442e 0.03 MB 71 48
Previous 10 blocks ↓
Total Size: 769.17 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.86 GB sent, 93.74 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.