Memory Pool Memory Pool Refreshing

5,489 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (609,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,613 298,613 00000000000000006730318da25ebc3f771fe3d8eddda9c72eb4d9010241828e 0.05 MB 67 21
298,612 298,612 0000000000000000718ee7961a4ab9afa52ec2f94f3a735ff3b4989cc67736a9 0.11 MB 211 30
298,611 298,611 00000000000000001d82b6e5d446f87306675e3a1bdec045c6686281041fb4c8 0.30 MB 487 34
298,610 298,610 00000000000000002d7728fc20b2c0618aef2e800402bf2e5e8b9905a3182a68 0.11 MB 184 30
298,609 298,609 00000000000000000cf8ad7c6c5213dcd2220bf44298c6839746157d97221155 0.04 MB 74 26
298,608 298,608 00000000000000004b97129d74341aadd7a06172c6d8b0970090a68bfce11237 0.09 MB 146 35
298,607 298,607 0000000000000000061e7340a13e0e9747955166774039ac9c791120975966d4 0.19 MB 360 35
298,606 298,606 0000000000000000175fada0deacd893b869cff520feae6a43e91b15f4bb2259 0.07 MB 132 39
298,605 298,605 000000000000000054d0938cd2628cea86edda58ce02fd7fbdafac52018cba9b 0.19 MB 326 32
298,604 298,604 0000000000000000659ea1de496fe0d2ebf8de7866c78f4c4506704ddbe783ae 0.01 MB 21 34
298,603 298,603 000000000000000059b34f29b77f077db13979b2ee463cb6c926211bf22483bb 0.11 MB 165 25
298,602 298,602 0000000000000000715e2d7ffe620ce1554829a3cb0b978a065c35fcfdcf3e43 0.05 MB 128 33
298,601 298,601 00000000000000001a9d1bee437f5a661de02e79b678a9e6061cf2ce1711f418 0.23 MB 314 31
298,600 298,600 0000000000000000212cda68381a8addad1f050ccccc6ece1c0532f0bd433299 0.26 MB 202 18
298,599 298,599 0000000000000000074c6038eb09a0c78849ba66cbfd6eac66142f82fb50c68d 0.49 MB 562 26
298,598 298,598 00000000000000004753aed5262624117f1fb37df08e04b903a935e101bf93b7 0.50 MB 704 25
298,597 298,597 00000000000000003f553bce5a80abc632d331ba91f05b48921909482dda813d 0.35 MB 1,031 43
298,596 298,596 000000000000000074234e9047a3d962ca00ff698384b7e85c98d155da9c04d0 0.05 MB 128 67
298,595 298,595 00000000000000005a2e612ed6132adb547b89c7212b700fa68f1c8d831d2bec 0.41 MB 815 32
298,594 298,594 0000000000000000046edc88064aef303146a4b342b2054e5b727efd84fbe8de 0.19 MB 303 33
298,593 298,593 00000000000000008394e6a4f14c63b2610e40d2f84a39d9478c7a557c8808ee 0.08 MB 148 25
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.