Memory Pool Memory Pool Refreshing

4,138 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,965 (644,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,713 263,713 00000000000000041a7baa37b9b32d8b93f18b2c6e3a3f85d38d70a48398610c 0.14 MB 350 129
263,712 263,712 000000000000000007d081ffe1e47349fa55a0266ec2f8115956596d91ebd7bf 0.11 MB 267 122
263,711 263,711 000000000000000411b2bf02c92b0235ee768e5944829078e6a025c255493903 0.16 MB 132 31
263,710 263,710 0000000000000013fb6daeb6e57836c0e737d9466faae57adc2ba831073099fb 0.02 MB 40 44
263,709 263,709 0000000000000012b7226b5eed4f6eb507905ce9899ff1e718917001450ca280 0.17 MB 534 141
263,708 263,708 000000000000000d87a89399e82d6bebdc951d4f877379231aaa0defed072a53 0.02 MB 57 80
263,707 263,707 0000000000000000b6b221813a8a08228f52c6efad5e9aa246d9dc4d73f52ae0 0.14 MB 162 36
263,706 263,706 0000000000000013470b2e29d1827ed1149afa9dd71982494835f6567061a06e 0.00 MB 1 0
263,705 263,705 0000000000000005424b55521c7bab17c32d6c12a4ed98d2c7314b2222fb2b2d 0.32 MB 672 86
263,704 263,704 0000000000000009a63127faef0177ecb2e26ee9a39193d8d6c9460e810daef3 0.03 MB 75 84
263,703 263,703 000000000000000093b8beb04d3d3569615754a446976515326480ac30e69542 0.15 MB 297 104
263,702 263,702 0000000000000008b5b589a8c01c72e9509aaf4b0cbbdb6560c68da86c05e820 0.15 MB 138 25
263,701 263,701 000000000000000587e0cdbc7fda5b7be96894ae85166b23cec3a7934fe0a58c 0.05 MB 115 81
263,700 263,700 0000000000000002e13dfcc9150e3a72df6040aafc19bc0ed98da3622dccca60 0.09 MB 181 117
263,699 263,699 0000000000000013c57152a46ba93df8c0af63774e53c3ef3e03694ef09ea3a8 0.10 MB 273 81
263,698 263,698 00000000000000134211ab61a8f723e4f2350e89a55fd90773d487c9feb67f8e 0.14 MB 108 19
263,697 263,697 000000000000000383923b92490f266e2ed252902657e494d20b4ae6c47499d3 0.14 MB 326 116
263,696 263,696 000000000000000f0d1f328ea041bb3a1f72d045447a36e4887ed7582f205537 0.03 MB 66 107
263,695 263,695 000000000000000fdf10617fe361fe44a30d5c3eba7ef61305bae0cd4c57d89c 0.06 MB 143 88
263,694 263,694 000000000000000aa4f549905fe5c21fc0c3faed6ac88a27e47c6c36a385be24 0.03 MB 82 112
263,693 263,693 0000000000000015de33603f6cc676b631dbe7c86e660cc01dd8d03319004c11 0.14 MB 280 107
Previous 10 blocks ↓
Total Size: 769.48 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,646.46 GB sent, 95.35 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.