Memory Pool Memory Pool Refreshing

2,876 transactions
11.48 vMB
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,340 (860,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,490 47,490 000000001cec9f438d941cc81e81402ef6271510a9094a67817f674f466746a1 0.00 MB 1 0
47,489 47,489 000000001e31b097ac2d872a684e9f39934455d3b606bb1efb085d81351d29b0 0.00 MB 1 0
47,488 47,488 0000000018db456315ce1148aa5805ba3e353fbe547b4c0fd6783f81fcd36147 0.00 MB 1 0
47,487 47,487 000000000ea6be09cbf0fd41737cc5514642318db25325d5d98f8f6d5e2d8e78 0.00 MB 1 0
47,486 47,486 0000000026a0e71be36d4ae0a4d974b4cf53e5b5d2f198ce0d0cfa0ca4178ce8 0.00 MB 1 0
47,485 47,485 0000000033f0d27887b4a791bc2974b4e2621b8eeb8283447cf26c886cbbbb28 0.00 MB 1 0
47,484 47,484 000000002d281a6ee0e051c43992cc1114bb39a8d6d2da9f38f1cd7c4799dd99 0.00 MB 1 0
47,483 47,483 000000000e5621b8dc03b644617d851cdcc4d2b6cf578ccdc442a2410a809bad 0.00 MB 1 0
47,482 47,482 000000001a994cd851586d207020329ff55eea3ab6b3d70a46f9cbaac70124a1 0.00 MB 1 0
47,481 47,481 000000000276a46ad28e730cd33fef4da13aa4cd1d63df318d39e82b801eee5c 0.00 MB 1 0
47,480 47,480 0000000032e6bcc05a1293d65032b191aaaf09c64eec2c10144fe22a2b96ea6f 0.00 MB 1 0
47,479 47,479 00000000250db734adf6ec0cf99a0ef7c0fa722c93b94ea494eba1bb7f2cd212 0.00 MB 1 0
47,478 47,478 0000000011e3b3bd1384454fa2a653c366f48c10f7b9d36775c701ba88db8035 0.00 MB 1 0
47,477 47,477 00000000020036a1efe1f6a191fa8a16de10bf55b3e701b884d97b795d3f01aa 0.00 MB 1 0
47,476 47,476 0000000005c7df60fef555c7c30591fe82422e0c7727008a5f194535bbe517bc 0.00 MB 1 0
47,475 47,475 0000000013da236fe8780b15b24cdb25c2a1e4698148d4e03d8b3d57054018a3 0.00 MB 1 0
47,474 47,474 000000000babfd3bc85dc34abbf5c85fc56647b10ddf8d3b97ce1a917f5cd891 0.00 MB 1 0
47,473 47,473 00000000308fd6566b28768fad79a60ca9883c9af4c0bf26ceb356181d410a35 0.00 MB 1 0
47,472 47,472 000000003107a2b664f4c6b8ab630e45379dcb056e1979f7d0f7bdde59097875 0.00 MB 1 0
47,471 47,471 000000000b9a00231da694e4087f2886d65d1d568be72ad4592b204ca2b0de66 0.00 MB 1 0
47,470 47,470 0000000030fb662cd586199594a55d062da9d32de0b26a252c9bef859d30abed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.76 GB sent, 98.77 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.