Memory Pool Memory Pool Refreshing

3,801 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,821 (777,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,489 130,489 00000000000003b8dd4ec84d97fa8fdb4bf4a7c0f7036d4956271817182b9b15 0.01 MB 21 1,131
130,488 130,488 0000000000001d6dfe0455f27fa45fdcec182768d4b497f846c9500dfe8fc7fd 0.00 MB 9 0
130,487 130,487 0000000000001b8dc5f56c7ce49337a8719807773c68e1527ead4aa4d6bbdaf1 0.01 MB 17 1,121
130,486 130,486 0000000000000d3209bbaf88ec7cc440a9c14d40bb01c0b220fc0de6501285b4 0.02 MB 53 996
130,485 130,485 0000000000000d8d51cc4397c0565a9e5c1df8da315f4bd92cae7d6b43284632 0.00 MB 6 795
130,484 130,484 00000000000015df6ccd74e5ff62ad32ea1e57f045537ff735470571bb80c91e 0.01 MB 16 292
130,483 130,483 0000000000000360f5a4a90253dbf479d5c0e01dd7e7b7f3dbb448d08aea9526 0.02 MB 47 566
130,482 130,482 0000000000000058e6da36d3710898019ec010157afa3892eb0cd790e5869ddf 0.01 MB 11 479
130,481 130,481 00000000000015becb8c865a5693747e96d6c784208b83023ff90a0f332a847a 0.03 MB 68 561
130,480 130,480 0000000000000845c110d559f617deadb4fddb87d6a55596bb2f955f478d9b52 0.01 MB 16 893
130,479 130,479 0000000000000d8f4ff60c4700679735c124948130f830fd2ffc3ba65d03af19 0.01 MB 19 533
130,478 130,478 0000000000000642f9a9d41aa57caee41e186caa5b33559fa3b597646052c77a 0.02 MB 31 1,062
130,477 130,477 00000000000009915229c8a929f317a44047d471cf12ae68536391d0918634c3 0.02 MB 66 189
130,476 130,476 000000000000166ed9daba13c48a9edee40c1df20536136c3dd79504e7f09eca 0.01 MB 35 223
130,475 130,475 0000000000000c8ede0700bf13098dae14b2f65277ec249b4d46385cc9b6df88 0.00 MB 12 0
130,474 130,474 000000000000146069c96dedcfc3a49da2847ac4a6e8bb1d982c5cd2b072050d 0.02 MB 67 548
130,473 130,473 0000000000001aaaac6e994a1c3ccd99da84aa65a94980ba308d308048cdb3dd 0.03 MB 60 1,167
130,472 130,472 000000000000066c2a04138e382ba69094e3330493977b31303f36c8b0a801e1 0.05 MB 96 337
130,471 130,471 0000000000001adea72192402354ce7d99445993293386e5670c2b227a9efcc6 0.02 MB 12 1,386
130,470 130,470 0000000000000bb8a3bf3d49a5a024645e940b7690c22a7a29b662c93317eaee 0.01 MB 31 933
130,469 130,469 00000000000003a4430eda6304530b62c577a843127fc673af90eed4db2135b4 0.04 MB 137 52
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.96 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.