Memory Pool Memory Pool Refreshing

6,340 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,020 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (479,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
428,478 428,478 000000000000000002f1002f8e3f91b30eec376c68b3dd3d46b3cac1b4bff747 1.00 MB 2,550 70
428,477 428,477 000000000000000000edc5e51f97b8bb83976f04c6c24a08ceb3e1e2bdd65c49 1.00 MB 2,429 80
428,476 428,476 0000000000000000033a81a7e8c751f21f15204c5f589e5f62e6aad95e0a53d2 0.65 MB 1,163 49
428,475 428,475 0000000000000000007790e6cedf321ac81a320f8dbaef971d51f70a6c01f9a9 0.99 MB 1,697 55
428,474 428,474 0000000000000000042a32ada8bde90ff0003acd0b50f9410feebc5b4f023cad 0.39 MB 794 66
428,473 428,473 0000000000000000009078e20f021cb15fd1250844dbd3bba997c078c390d0ea 0.05 MB 163 112
428,472 428,472 000000000000000000cd6e6a9fb86de86a867ae5643bea691bbfa91bcb6d603f 1.00 MB 1,364 36
428,471 428,471 0000000000000000010ed3431ef8a201249111f3b6e520eab89d8ea68c392520 0.98 MB 1,501 42
428,470 428,470 0000000000000000043380737c3d076201781b1a4d186b6f3a72c27b3472ee9a 1.00 MB 664 21
428,469 428,469 00000000000000000457bdc3118a72a971dcde7e80b55b06cc9d4cd7e2993982 1.00 MB 363 4
428,468 428,468 00000000000000000230cd202e154cf92dcb57d933431b19c82b01c5587c5fc3 0.91 MB 810 23
428,467 428,467 0000000000000000020c0da88a83218082a5b04997a63ac5855741ddf2e581b6 1.00 MB 174 10
428,466 428,466 000000000000000001beba25b96d61d50fa1b94ed8017a2ca0a0eadeed3025a4 1.00 MB 2,245 54
428,465 428,465 000000000000000003bc4fe6a26460f87462f10ef5d6bb360edd38b54af765b1 1.00 MB 1,154 34
428,464 428,464 0000000000000000041c5c3d6bff58841a26c4fed838a43e18de03b0314db09e 0.75 MB 362 21
428,463 428,463 000000000000000001eb4dc30981b01b9b31cb0fd9e106f569773d0f7aafd69d 1.00 MB 493 19
428,462 428,462 0000000000000000042962fdba4d9d44564681393227ddf370fe0f1ab4cdf2ec 1.00 MB 1,183 21
428,461 428,461 00000000000000000191c8567cccdd64bc31fc54cfab67bec34d5da560b33489 1.00 MB 2,490 62
428,460 428,460 0000000000000000005057a76292fb6b52211270bf1722b309362528ad3d80c4 1.00 MB 1,231 30
428,459 428,459 000000000000000001e36224b6abf597fc5c31e93b56fa9a252f1e9d27fb06ea 1.00 MB 2,934 75
428,458 428,458 0000000000000000035b7b1eb09b93f550619d044d02e76913af1695f70577c9 0.75 MB 1,465 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.