Memory Pool Memory Pool Refreshing

8,411 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (462,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,964 444,964 000000000000000002e83899753b5bd86ed10e10a55fad16d45d3eab51bbc946 1.00 MB 2,123 75
444,963 444,963 0000000000000000008a494f6dd4843415818a6c1c30cd29964d6d1458c369af 0.07 MB 192 77
444,962 444,962 0000000000000000034b17da66695cd77a02c961d04245f2fd7288c02251dc70 0.44 MB 494 44
444,961 444,961 00000000000000000357bc202b5f0718e6c28208ff757d6ff6a9aeeffdea8516 0.76 MB 1,528 58
444,960 444,960 000000000000000001ef484321edf03b8ed821ae96075e9a435ff2bda2ebf566 1.00 MB 1,138 34
444,959 444,959 000000000000000002294fd23f3c0b292fa4c18bde64d05bfbe163473d586cd1 0.99 MB 455 13
444,958 444,958 0000000000000000005a9681dfa70167d6f64dbf053a0d9b590a939ca37004c7 0.26 MB 662 73
444,957 444,957 0000000000000000022d149e740d139b338645424296874a04190f8a253e2da9 0.05 MB 132 73
444,956 444,956 0000000000000000025fd558dc0989a0243a3ea08c39059bc83b08801dd63bbf 0.28 MB 609 70
444,955 444,955 000000000000000000636cbf9ad705d5975b41731967cfa524e9fab656e2eb78 1.00 MB 544 16
444,954 444,954 000000000000000002d3fd6fe1daad29f3925e22809e0a32e10a930e8ef7cb4b 0.72 MB 1,749 67
444,953 444,953 00000000000000000204e7df248e2c6aaf6d58d02ac1d5b545eee848a040b39b 1.00 MB 2,670 82
444,952 444,952 0000000000000000026c9484afae94c317ae949942401874525b42c657f779f1 1.00 MB 1,449 40
444,951 444,951 000000000000000002b68ee3840859e72df6a7f4d4d5a715823c2ce5c68052dc 1.00 MB 1,267 35
444,950 444,950 00000000000000000233a5adb59623ad3ffb9168379572cb59a7c840f9bb2f7e 0.30 MB 771 67
444,949 444,949 0000000000000000029a4421caceaabd8cb6ec88589fbc304f26bc94910f92af 0.16 MB 376 78
444,948 444,948 0000000000000000020c04eb9ffce75193f908bd855d3d31f74e74a7c0e11ed3 0.39 MB 789 63
444,947 444,947 0000000000000000034996704567f21d6fe592482873db98503c5c2ecde5b6e6 0.49 MB 1,082 74
444,946 444,946 000000000000000002bc32d6b15ee97d25d414ea7757d0701c3857e58298b5df 0.06 MB 122 74
444,945 444,945 0000000000000000022119c5365ff6903c21679ad0b1d5c37351cb803fa0ae6e 0.39 MB 986 74
444,944 444,944 000000000000000002ad0f128d3af89d60d95c83144545c531bc0efa3e89d6aa 1.00 MB 975 25
Previous 10 blocks ↓
Total Size: 769.03 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,625.15 GB sent, 93.02 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.