Memory Pool Memory Pool Refreshing

5,103 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (10,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,491 897,491 00000000000000000001e6a749950fd41d7605cfffafe86bd9751557bf60c453 1.59 MB 4,649 6
897,490 897,490 000000000000000000014cb3e9a1cf1120cbd14e7f182138517c497be0bedebf 1.56 MB 5,691 3
897,489 897,489 000000000000000000011ef4ec80a62826740c1b2b0b201d7172b56784157c52 1.61 MB 5,485 3
897,488 897,488 00000000000000000001b715a13d3849c93329d53e40e6186e60e30546a62a22 1.39 MB 3,115 4
897,487 897,487 00000000000000000000d1a1fc1ef4596402781bcf51da2f7c894ff9053e025c 1.49 MB 3,299 9
897,486 897,486 00000000000000000000631b7a186a64dc7662d2c8c6d53eb5feeb4658dd1311 1.56 MB 5,083 4
897,485 897,485 00000000000000000000c32bf9eabeada3b3b973787b477d04ad9aa490dcc1cc 1.55 MB 6,262 2
897,484 897,484 000000000000000000016883be5c5efedceeb7530c3958a96d3026df4a424f04 1.54 MB 4,303 4
897,483 897,483 000000000000000000009e6e5a0478742f49cf0bcb59200bf9f8a2aa9ec8c0e3 1.50 MB 6,479 2
897,482 897,482 00000000000000000001666d376d7c4bfc8f91adfb984404f545a04c3010f11c 1.60 MB 4,988 4
897,481 897,481 00000000000000000000cd5bd749e8e1b7549a0d0517d8ebcc1c634c5824de10 1.61 MB 4,721 4
897,480 897,480 000000000000000000016fa5c2c6bcb4a2fc6ddeea9fff4eb4f6d89ffd3c05ac 1.61 MB 4,675 4
897,479 897,479 000000000000000000002f82293273d94c18685e501b035a8cb752b948e9d8d4 1.49 MB 4,160 3
897,478 897,478 00000000000000000001fdb27938b7ba4a4c3acaad1ea7693406180dcbc50ca3 1.51 MB 3,582 7
897,477 897,477 000000000000000000001a68ab238c7c54fc5e4d6923bf899d475d0cb3a26a1d 1.57 MB 5,342 3
897,476 897,476 000000000000000000008cd50ea3ba94188c8edea33023212d2ccfae656e4103 1.59 MB 4,165 5
897,475 897,475 00000000000000000001d4398b3c42cc13631b89880c240f8e371ffaded1a4d9 1.56 MB 3,838 4
897,474 897,474 000000000000000000005d7543f60c92325786f39330b50d4e39ffeb2ef1360a 1.56 MB 6,285 2
897,473 897,473 00000000000000000000e40ba8e3f72e0f8fef9c0855336e6079588876130a4f 1.55 MB 5,376 3
897,472 897,472 00000000000000000000133821b27879dc337d9b8ba1ade564f13cc71795069d 1.51 MB 5,803 2
897,471 897,471 000000000000000000003d465113670c09e26ed819c79ae451be24ffc28c2abd 1.49 MB 5,015 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.