Memory Pool Memory Pool Refreshing

3,249 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (313,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,430 594,430 00000000000000000006b9ee8fc7a0902c8e630901780ffbb12b1d5ba0d05ffa 1.19 MB 3,209 19
594,429 594,429 0000000000000000000393e0d93148095e07939b09ba3037a362f2a973108a30 0.15 MB 455 11
594,428 594,428 0000000000000000000c1147dcec5a2a82795b0ff80e14ad1917f6685ea738ca 1.28 MB 3,473 20
594,427 594,427 00000000000000000000c6fba5187648eb22847eecec97dce4df21394eadc967 0.07 MB 134 6
594,426 594,426 00000000000000000006657d83fddcfeebb0c9b11e44baa2d0f57938f9c11cc4 0.58 MB 1,519 23
594,425 594,425 0000000000000000001126653ad5ba4529366991f543d07ae7651832a2107109 0.09 MB 251 20
594,424 594,424 00000000000000000015135b030ae93d79faacfa76b9be8d79a31c80272cfb68 0.07 MB 183 18
594,423 594,423 000000000000000000154a5614088eed8857f2f2891d2923f5f5f12bf48e76fa 0.90 MB 2,340 20
594,422 594,422 00000000000000000001c55d7b4a00727e03007eb5377a440cdf5eb147d85cd3 0.92 MB 2,651 18
594,421 594,421 00000000000000000007a18eb7d6205c164476148516886e415293a3f9653693 0.37 MB 1,102 25
594,420 594,420 0000000000000000000f61b85abf2280c321559807abfe9d27ec18c440e4a32d 0.09 MB 247 30
594,419 594,419 00000000000000000008042588df98eb8b4f73b1a4294f3678ac1845e4594834 0.58 MB 1,431 26
594,418 594,418 00000000000000000004e702023eda2ccb662350a42aa647e10277939ef94305 0.19 MB 492 13
594,417 594,417 0000000000000000001254343d95fef826d5ab2c25b083958bb3efe15ab2c919 1.24 MB 3,053 23
594,416 594,416 000000000000000000006aa3716b10a56e6c1828fb88dd88f359c5ae90abe363 0.26 MB 703 22
594,415 594,415 0000000000000000000d26d923ac33c558431848b27d544580423d4cc1842813 1.03 MB 1,578 15
594,414 594,414 0000000000000000000ca5aaf2c9e9bdc8fd1e48fdc39faf867b0f5aad28ead4 0.62 MB 1,746 20
594,413 594,413 000000000000000000187f49c0f588440af52039bc6e5951c286b692af2d004d 0.08 MB 103 44
594,412 594,412 00000000000000000004f0c30e22cb43d425014eac9a39abc90ac961e0a73afd 0.06 MB 198 24
594,411 594,411 00000000000000000000e16f42aa65970c1e0be9063b4898806d9e31aee4e005 0.73 MB 1,898 24
594,410 594,410 0000000000000000000e40c9133bbc4332987857a9e2e3f1d1d02c4ac614daeb 1.02 MB 2,162 17
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.