Memory Pool Memory Pool Refreshing

6,167 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (442,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,965 464,965 0000000000000000021208f408a0034c2108232bb4be135cd28db7635c761ce5 1.00 MB 2,760 195
464,964 464,964 000000000000000000ab5c12de32709a2d2b447754aa4f7b21ff2b1fad0767c2 1.00 MB 2,166 194
464,963 464,963 000000000000000000edc346a7265695daefc67da1531e6ea9f65d9baa71cf21 1.00 MB 3,045 238
464,962 464,962 00000000000000000015b948d4291fcde78e7349d6968262a5d2e3b425dc8843 1.00 MB 2,715 182
464,961 464,961 000000000000000000ca4e4a3076ce3b2623e204e5c60d3bb49a6be08b92e0b6 1.00 MB 2,468 204
464,960 464,960 000000000000000001cb0b27784234e71efe7c75a120c99074826cba37fd7a00 1.00 MB 2,406 226
464,959 464,959 000000000000000000578a343564ee6f6ccd30c38b0cd777e82466fd0c05a589 1.00 MB 2,311 201
464,958 464,958 00000000000000000145e31b69d50121eeec872612a262594812384a8e6ffd04 1.00 MB 1,891 175
464,957 464,957 0000000000000000012d86238aa01010dedfa56494786af293807a031b14172e 1.00 MB 2,532 199
464,956 464,956 000000000000000001255a3da318bebdf59b2c92288d75e5f3a21b6057feeef0 1.00 MB 2,422 201
464,955 464,955 000000000000000000585423bb78578645a7189bd3613e953098ea440dc6039b 1.00 MB 2,825 226
464,954 464,954 000000000000000001cef3f2d0b34a7f940b7ad9adf04031d73046d3b1ee32ca 1.00 MB 2,309 217
464,953 464,953 00000000000000000176e32b1d8f5cdc64c01d3303ec66c9e1d6c0db4697c5c5 1.00 MB 2,205 247
464,952 464,952 00000000000000000073e399a2271d321ee0ebada8bb6c96c2640078e76638da 1.00 MB 2,390 252
464,951 464,951 000000000000000001e699f70c46b92c3caedbac0add24c0d7d5a38cdfc02656 0.09 MB 209 250
464,950 464,950 0000000000000000003d87bfa1023892dda194ae45bab14ce61a2ccd59115efe 1.00 MB 1,786 295
464,949 464,949 000000000000000001d74745a48041521265976d60335092e9a03bea119344c4 1.00 MB 2,193 247
464,948 464,948 0000000000000000014d31de7f5c0684f2c32d515c26b176e605b86bb4b9c0f3 1.00 MB 1,458 150
464,947 464,947 000000000000000001a47986e4028673742b50b67d6446a62fa0a1b4e4ac2008 1.00 MB 2,393 252
464,946 464,946 0000000000000000005bacfb41149ea435264edd229ad14660223a1c495692e2 1.00 MB 1,922 163
464,945 464,945 0000000000000000011943c0d05b354c04eb18e5e1041ec47e466e9084bf6e78 1.00 MB 2,022 215
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.04 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.