Memory Pool Memory Pool Refreshing

2,491 transactions
0.89 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,480 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (687,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,615 220,615 00000000000001a96aadfc19fbef205625de63815ce383f59ea77eee649ad08c 0.17 MB 353 184
220,614 220,614 000000000000033855dded5390e6903bd08300ee508f86cf7a020ad9c1b347dd 0.03 MB 90 85
220,613 220,613 00000000000003c8d536416223444fbf05a72c6da1adb39181684946e8ec2c91 0.23 MB 578 205
220,612 220,612 0000000000000348d88e0bb790272ed4898093e89c94fd1d1c8e294e83279ee0 0.08 MB 162 144
220,611 220,611 00000000000001e3009231d2ac33eca4c17fa1cd7557fa2e2c30a945dbec74be 0.29 MB 771 262
220,610 220,610 0000000000000217029acd5ca8d536ebbe3f50ea532a58886d1b47479b9d657d 0.05 MB 125 184
220,609 220,609 00000000000000c81bc85d9cc61e8e3b6ebf275312956ee01b36781af75bb1c5 0.16 MB 193 113
220,608 220,608 00000000000004e442303f11f655d9f27340294fad1b0cdc448c37fd4d9fa4ef 0.09 MB 162 163
220,607 220,607 000000000000000b3eb7fb33dd107937134b614a4c01305e38992856e6bb8413 0.25 MB 458 134
220,606 220,606 000000000000049542e230adfc7e896e85c43ec76626f3ea7bfdf93ecc26f6d9 0.25 MB 809 477
220,605 220,605 00000000000002a1cf22bc5886d6e64d58060997c598f0b83767d0e5084cbca7 0.19 MB 357 108
220,604 220,604 0000000000000051bd0660a9f841ed07e23d172f4e5a1eecf01ee0ab1cf5d256 0.05 MB 134 190
220,603 220,603 00000000000003074b195c2d52186604b5ac17cd9dfde32cc40eb9d5d2e1de51 0.04 MB 82 146
220,602 220,602 00000000000004e5b553be430ad696daa48922d6f1e4ca14796f8d00a8d832fa 0.25 MB 510 176
220,601 220,601 000000000000012d07f1e565710954d6a4727839173554993b5f74127a27f8a1 0.09 MB 185 181
220,600 220,600 00000000000000703f0da50ae8a0aa4d6a8587340a243d20e5dadfce096c4c35 0.07 MB 158 169
220,599 220,599 000000000000012d452a56a6afdeb534f3062667ad9a16572297a11fcd9dd2a6 0.05 MB 124 292
220,598 220,598 000000000000049664acbc98d57b2658f8da83a54e6034bb261b71759bd5aa17 0.25 MB 499 164
220,597 220,597 00000000000000e56b3755ab4270abe19d4a3c6f332ba508ab117df2dde0e46f 0.27 MB 656 224
220,596 220,596 000000000000037acdbd4f6f2a5408c588cfcacdbb1cb62afa87120db3b2ed9c 0.02 MB 35 115
220,595 220,595 000000000000023d2ceca91b29fdbaa1b3740db0af40539de970b72849983306 0.00 MB 16 205
Previous 10 blocks ↓
Total Size: 769.10 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,629.23 GB sent, 93.42 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.