Memory Pool Memory Pool Refreshing

3,760 transactions
24.35 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,419 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (871,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,494 36,494 00000000a433fc790ed6596f1bc4c541c53f0de93991a7fff13547b4da69d560 0.00 MB 1 0
36,493 36,493 000000005d5c8a61c9766c310370059efdb390253c743ce3959f02c378be933c 0.00 MB 1 0
36,492 36,492 00000000794c471ed12f60ba93065d8cdf654c93be2771772d273a6827f8c613 0.00 MB 1 0
36,491 36,491 00000000a9108be9c7484e5761a603541d60ab1a6decf2d21d9031175785ec1a 0.00 MB 1 0
36,490 36,490 0000000054eefa0527bfaae9206f6d15843df374dc4b113417d7c7d24a922c7f 0.00 MB 1 0
36,489 36,489 00000000135b2575a8a423412094e2c07eecbcab1fbe17fb03d4bd48674e284c 0.00 MB 1 0
36,488 36,488 0000000054504367a25b4e02bfa53aef31cc171bce7ff026254f56b8c97ced10 0.00 MB 1 0
36,487 36,487 000000003f468915510846be662bb6ab2d4ddec9404bb9cb65e267b6a6b6a930 0.00 MB 1 0
36,486 36,486 000000000799f4f7fd2902125622f26d2cc366d3b1cd2300c0572070f1662fca 0.00 MB 1 0
36,485 36,485 00000000ab27ddd25939ef2442458c9598041cd740cdb3df2c398dc0443b991a 0.00 MB 1 0
36,484 36,484 0000000069d2c979d4131724779ebd67c38024814631c607ce8e0b7cce9bfb25 0.00 MB 1 0
36,483 36,483 0000000055fab35507dc9176eaf52b89ae2e27eff482f10bf402e60aed32172f 0.00 MB 1 0
36,482 36,482 000000006e0fd8956b9b5e554107991448df83d7ead44c298e01721b724c73da 0.00 MB 1 0
36,481 36,481 000000004eae538daffda2ed1d5d5ac6a205e2a5ab36cbc7448e5e431c970220 0.00 MB 1 0
36,480 36,480 00000000086367a2baaf1256592793eb91e1d16adc03c416a0cb6245bb1117e7 0.00 MB 1 0
36,479 36,479 000000002be5d9c0ef62fa80da27bf8885a722c09fab6a2be48d14aa41935f89 0.00 MB 1 0
36,478 36,478 000000002f487cf11e62b523914408f159be4731b9a0e79db5edfc7c8e8d227c 0.00 MB 1 0
36,477 36,477 0000000074983306f926e0f1ac17472f02b68ed2eaf9e12182f893781f85f059 0.00 MB 1 0
36,476 36,476 000000006ea985eeab800f1c9ffe63d459fbfe922d967fe01766e130ac8d28ee 0.00 MB 1 0
36,475 36,475 000000002e7c031b76cbf62496818bb7d9bff1278c6a1d4752a86f65a3afca92 0.00 MB 1 0
36,474 36,474 000000008288f5234518f1b08e2f9ccedd3efd3b1c824336d6385d6543e62dba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.24 GB sent, 98.61 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.