Memory Pool Memory Pool Refreshing

2,600 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,588 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (465,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,478 442,478 000000000000000003ac17daba4046d173614034c9b0fec4a9b5a6ad191b41a0 0.89 MB 2,124 75
442,477 442,477 000000000000000002c85b5f711b7545c2a9eca9d1ad244726e5d1b206b673d9 0.05 MB 148 77
442,476 442,476 000000000000000001f752e5220f3215ca1e007a8fc1498cc1b6fb7f2aea4f2e 0.29 MB 765 85
442,475 442,475 000000000000000001d2e43f4820ffa9c957b5d5347003a3cd73f2363d5c1799 0.36 MB 461 39
442,474 442,474 000000000000000001a14612950e9d23164a1abefe8b8c8599e54ab50c2bac43 1.00 MB 1,489 67
442,473 442,473 00000000000000000197c77709eaab96dfdf02050b0c58407e397f953a73eff9 1.00 MB 2,627 87
442,472 442,472 00000000000000000368c7a6f0e962ce43fcc7833aa57923a8e3b1c611f9fb5f 1.00 MB 1,718 54
442,471 442,471 00000000000000000170e368b2522e5e93e62f9164c19fd2b5754c58ba223414 0.07 MB 137 62
442,470 442,470 000000000000000001e1f4c1405fd1479ae5f3c7efcfe0b18c4795beeea86cf2 0.90 MB 2,115 75
442,469 442,469 00000000000000000373bb3c60a13fc48574d807b5f7583f0cd254ee578374fa 0.39 MB 359 33
442,468 442,468 00000000000000000231ab6c0d1c7bee575bd6fc64f4851a706665019bc70d46 1.00 MB 2,131 71
442,467 442,467 000000000000000000c753aac84dbb4886d1eb0f5c68bf3ed84090aa95277065 1.00 MB 1,887 65
442,466 442,466 00000000000000000243e762ff76b50c558799685ff2bd0d8275bfd9c8fd92a6 1.00 MB 2,187 69
442,465 442,465 0000000000000000017398402a061169db443484a7a47f9fbe6f2045ea016488 1.00 MB 2,473 95
442,464 442,464 0000000000000000030feff19a7155151baa6776274754410c091a4240df6dbe 1.00 MB 2,164 78
442,463 442,463 000000000000000002ee1db1eb9f73ec312281232402bbb3caa0c748c61cd8c3 1.00 MB 2,453 65
442,462 442,462 000000000000000002ade5526372ec172f2f2224981748bd5753307299cb1d7b 1.00 MB 2,881 99
442,461 442,461 000000000000000001907defa4b1b0d7aadab610c678f548815eb67d4c0834ae 1.00 MB 795 24
442,460 442,460 000000000000000000d587976f9f91eb106f500f516186837554aca963deb8ae 0.23 MB 605 86
442,459 442,459 0000000000000000027360a51dea2abf70353f12fb1f57a3bfed3b17de20c14c 0.71 MB 1,525 68
442,458 442,458 0000000000000000007a3ff97f9fa75ade9754c6b26281b9a63ed583f14e36cb 0.25 MB 358 45
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.