Memory Pool Memory Pool Refreshing

6,987 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (73,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,124 834,124 000000000000000000015b009fd3120f828b69a412e80addecf9edb8b679c2ec 1.35 MB 1,717 17
834,123 834,123 0000000000000000000173b7f4f752cb9746eebf54d6911d0ba77c35200f69c4 1.18 MB 833 13
834,122 834,122 000000000000000000017a13a152eb235d6ddb165fb40f40941d855dde232d0c 0.00 MB 1 0
834,121 834,121 00000000000000000000928b194eb139ee939d49678a919a8a9845707a8a9ddc 1.49 MB 216 12
834,120 834,120 00000000000000000002b711b8e2e6dd0daa53cbc5cffa306764b207e57aed29 1.79 MB 2,773 19
834,119 834,119 00000000000000000001022e53af715b5f2340fdf523f1a5f20b0d87c8468e26 1.69 MB 3,219 22
834,118 834,118 00000000000000000000dcc6ba4fba5783e7e10f4a54a20757ebaa1870b580ce 1.01 MB 185 12
834,117 834,117 000000000000000000007602e7b20b10a857d9222c78a375fe6334613dff2b60 1.56 MB 1,885 21
834,116 834,116 0000000000000000000162adc6f44cea2af4226effc23a9e7624f5b665d73be0 1.96 MB 2,154 20
834,115 834,115 000000000000000000007ae38bdf410ddb9cc98d393d1967f26fdecb21abbd24 1.68 MB 2,666 31
834,114 834,114 00000000000000000000a2a1ce1b6354837331905af5ce8ad37794001ae616ab 1.55 MB 2,841 37
834,113 834,113 00000000000000000002d3697bbe46c6c907364abd775174c4f2e1d3cded40fd 1.88 MB 767 13
834,112 834,112 000000000000000000012da688159a67296f6c0f1f1247e0c14d41349933abb2 1.62 MB 2,539 24
834,111 834,111 00000000000000000002352e1fe42e8e3a278634c589c61bcfc73f7a69089ee5 1.23 MB 983 16
834,110 834,110 000000000000000000022b94f7fd200ae4c54cfb0843b72609002e81383408c4 1.87 MB 2,369 19
834,109 834,109 00000000000000000002ca14f92b90b3b83c310fb760bb792bad7c5175b2da19 1.06 MB 394 12
834,108 834,108 000000000000000000002d8264a208745c2e97a6c783c043f6446a7046a84e1b 1.83 MB 2,108 19
834,107 834,107 000000000000000000027beb5efad3c46bce23c6f2e083bd7245400dd480a8d0 1.99 MB 2,391 16
834,106 834,106 000000000000000000004211ca2f70b5cd909d8528f6bb290ea2276ea8f752fd 1.61 MB 3,223 32
834,105 834,105 000000000000000000027779e1b8262035d882beb92982877f4b53a697bc1b2e 1.60 MB 1,494 17
834,104 834,104 00000000000000000003557a2a87d45a388cfabcf3e34787f24118c6b7bef0b3 1.82 MB 2,881 21
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.