Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,909 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (241,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,497 666,497 00000000000000000009b2bd630e57252ba3ce19b8d52b060be058b5f68a3b4f 1.33 MB 2,068 37
666,496 666,496 0000000000000000000bf3ffa6b0f295932b70247cd5814ce1b9d7a17770e019 1.45 MB 1,853 27
666,495 666,495 00000000000000000004b4d75b0a0d45294e7720d53252b2cc60e5cd8675f231 1.17 MB 2,376 20
666,494 666,494 0000000000000000000884ff986874b468971cfae3890d5ebb6bfb3d506be805 1.40 MB 2,780 80
666,493 666,493 000000000000000000077d8bb0dea8a3550449f448c1afa1fd19c34c2253b0f2 1.21 MB 2,636 28
666,492 666,492 000000000000000000094fa901145ce1e04ee27a708d33b0d289f2e93c9bff32 1.40 MB 2,321 81
666,491 666,491 00000000000000000009e571883c59a758e07c27d17d7ddbde706e6d84281890 1.21 MB 2,486 27
666,490 666,490 00000000000000000009c9386a1a7c038e4eefddc09352e2ffd1e2e49a7a893c 1.51 MB 2,245 53
666,489 666,489 0000000000000000000d8c021b0efd93d6d844545957a5d300a87e849fecb9ff 1.31 MB 2,494 110
666,488 666,488 0000000000000000000094adfcbe6ccf0e31fe52286ad9a09cf60d16bd74b015 1.17 MB 2,429 50
666,487 666,487 0000000000000000000a86687ff40b3e9f97032ff75542bb3ffa7f123d5d4111 1.23 MB 2,106 59
666,486 666,486 0000000000000000000997231204520723e5bb4e7c3408163bbfe15e944d0abe 1.47 MB 2,419 70
666,485 666,485 00000000000000000000a422cef674f4202b0bdefa7ea1c2826e7354174c98b9 1.29 MB 2,503 42
666,484 666,484 000000000000000000045e614c7949efcd6fad6662a0399273a9733d2ce2f077 1.34 MB 2,768 90
666,483 666,483 0000000000000000000d366db5c1d0bb7794453daadd39d19c5338db24fdcc47 1.35 MB 2,665 59
666,482 666,482 00000000000000000000aa980069e4f44d05cb6039a683a5b0356c86414d1b1c 1.60 MB 1,458 36
666,481 666,481 000000000000000000040b810ee3772fe2459d40976b68ee5241147fbef2a598 1.29 MB 2,418 21
666,480 666,480 000000000000000000074a066f4c31301adaf9fffd61b1eb59d29014c3b7dfa7 1.07 MB 2,453 18
666,479 666,479 00000000000000000008f136134c68a1e210d10b602bc601990351ac4e7b178c 1.21 MB 2,391 31
666,478 666,478 0000000000000000000ab02dba15af6fd8aa6074cdc9e36d47d28bf321110f26 1.31 MB 1,987 31
666,477 666,477 0000000000000000000c4d09fee94d0aab80230c02426861fef186d6cf4d602d 1.39 MB 2,125 83
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.