Memory Pool Memory Pool Refreshing

9,893 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (249,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,259 658,259 0000000000000000000ffa988ab0edbb653329e6569e681b81c4ee3424d00971 1.26 MB 1,370 19
658,258 658,258 00000000000000000001df4181d72a012e0ff4e005f04220169878dee285bba0 1.41 MB 2,222 26
658,257 658,257 00000000000000000000f962e8f6880ad4833ced7be56500796feccd5516db99 1.28 MB 1,603 29
658,256 658,256 00000000000000000008d9fc40ac672aa7eda3a0f84bc5792a1b4a5bb65f64cd 1.32 MB 1,884 54
658,255 658,255 0000000000000000000a79b7c91395e146ce5ce0a595e24fe2d8075766c5f9fe 0.78 MB 1,261 23
658,254 658,254 0000000000000000000dc153bd40e58553307bb00c18eddf70d118fadb18fdf7 0.16 MB 248 37
658,253 658,253 0000000000000000000b9f985b70eb311b1bc5e137ae06617076d561905400bb 0.61 MB 1,024 30
658,252 658,252 00000000000000000000f4b3e9411b1edcec70e212c3bdeac20ec8d7ab6e94df 0.57 MB 173 2
658,251 658,251 000000000000000000015edf0aa584d087ee245bbdb88343c8c1ccdae649b2b8 1.56 MB 1,000 18
658,250 658,250 0000000000000000000437e8053e185feb41a9c4b934af9888ec8c42a0b17a1c 1.73 MB 108 1
658,249 658,249 00000000000000000009c6f36113cc0c960c8c973e0d205c0c84c104a3cf5adf 1.38 MB 2,372 11
658,248 658,248 00000000000000000001f3bd2a81d1675956b96d3361f8c9c1cf36ec00c9f90a 1.32 MB 3,015 52
658,247 658,247 0000000000000000000391b9de6377f75ad6f146c1f922056e5f8444ef09f9d0 1.78 MB 350 4
658,246 658,246 000000000000000000084a86dce943994a2ab4f656714b25d065a5f4090b097a 1.67 MB 783 8
658,245 658,245 00000000000000000006b70663fce92b78ae41d6c2388e9301ffaf7204bc221c 0.00 MB 1 0
658,244 658,244 0000000000000000000e1d8a5d54518e0eb200184f307bdfabfb4b44db90280a 1.56 MB 927 15
658,243 658,243 0000000000000000000049c4c0994c7c86e8fc9405705ad0877a4ce74dac253c 1.62 MB 1,197 4
658,242 658,242 00000000000000000006475877264eb1f13989eede523e142af50319f39a4143 1.25 MB 2,654 23
658,241 658,241 000000000000000000061ad92c088cb928bfe6f74d078942a84aefbf2cbe026e 1.37 MB 2,317 26
658,240 658,240 000000000000000000033953a40aba61e705c1877b67827c2ec1cb31ddbf5c86 1.29 MB 2,797 21
658,239 658,239 000000000000000000053c938ee10b0b4539542c2c2510572555ba9f94262668 1.48 MB 2,165 24
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.