Memory Pool Memory Pool Refreshing

6,044 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (649,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,700 258,700 0000000000000006d597ebed323b04840ab001d9167ecab6e67cf1e080943acf 0.18 MB 190 130
258,699 258,699 000000000000001f318fbc0b8d73f6271f8a1c8b93d567ef325f83ca0df4f90b 0.12 MB 224 113
258,698 258,698 000000000000001e8cbd03a36da7c859a3a66ade72e72444e46f8f2fd5376118 0.25 MB 506 709
258,697 258,697 000000000000000e36e3f32e451eaaa38bb52743246e6e217ba5c04ac9f232c7 0.10 MB 256 2,771
258,696 258,696 0000000000000008bab7c20c68f56e95a60133a10d4184ece1ea2ebce066898e 0.12 MB 239 492
258,695 258,695 000000000000001888bd51977e0219087749ec31afb192606d7e84a141d06e45 0.15 MB 212 690
258,694 258,694 0000000000000024afe6304e745b9fbc19e602e1a9566ebf1356d992e9d72a2d 0.25 MB 619 261
258,693 258,693 000000000000001fc860f721df964a9a6b20ea7d6ee8daa56803fc9e8094a340 0.15 MB 512 786
258,692 258,692 0000000000000016941606bd0a8116a9b65e5793fbfe4e4f766368706d189671 0.03 MB 88 81
258,691 258,691 00000000000000054640231f65cf769a73b04888022c01956b9c50c9b7da5641 0.15 MB 195 424
258,690 258,690 00000000000000238ef8d578cc3349297ea090d50c711a3f1159780e00de23b2 0.21 MB 520 1,057
258,689 258,689 000000000000000d487cccf50a394e1e07c529216432cc5ad0b6c35f8050afbd 0.04 MB 133 122
258,688 258,688 0000000000000018157902f53ab1e6519c95f8e69fcafedc1efe7edf23987a62 0.06 MB 147 164
258,687 258,687 00000000000000013f8e44414b8c5b75b5505ff527d97a5845a712006c4b2fe8 0.13 MB 337 868
258,686 258,686 0000000000000013f3b1bac0685b012b4ec83d4476a4f41d730edf31cc729802 0.03 MB 66 59
258,685 258,685 000000000000001fb1b7d786966915893b959b8330e1152c021ce988ccabba11 0.06 MB 126 87
258,684 258,684 0000000000000012512b6c38bfc37ef80a23fa9d18c5041038394cdb130b1b80 0.04 MB 62 32
258,683 258,683 000000000000001f2c6bfc50edc0824d4c73ce67d6befa30129c4d4b763ed2d1 0.20 MB 206 522
258,682 258,682 000000000000001ec9eefd9a15911bf25da716eb6e069a3715f07881df7d0e49 0.13 MB 293 859
258,681 258,681 000000000000000efe88b375084e4a3b0f603d2aaa76f2dc76147518b3a4aa4e 0.25 MB 779 2,078
258,680 258,680 00000000000000212631a895f5e802c19e14e08494af645111389ffdebce530a 0.05 MB 130 89
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.