Memory Pool Memory Pool Refreshing

12,184 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (610,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,927 296,927 0000000000000000870bafda188c341575df6c06023a03f7566c2494fdec8977 0.11 MB 191 23
296,926 296,926 00000000000000000076f2b11607f14677c296392e441149b0470db7ed4a6cd3 0.05 MB 111 35
296,925 296,925 000000000000000059aec7475e77e0b5d3c0be1164d14f1b08da2b06a8173875 0.29 MB 580 40
296,924 296,924 00000000000000006cbacab07cbd09ad68bd7b2bd09fccdfde5a5b9fbbfdb3d1 0.02 MB 64 46
296,923 296,923 00000000000000003d530c499843a719bf0d375524474df78a748b301afcc281 0.23 MB 431 40
296,922 296,922 00000000000000007a55849f91b26428b51c0d4c13c545265ed1ab7fd0e894af 0.21 MB 442 38
296,921 296,921 00000000000000008b441ec12984f2e973b7b510c63c180f6a3b8b232055debc 0.04 MB 62 12
296,920 296,920 00000000000000009268505456eb04565cf46ecfcc01af85874cd335c4d73a14 0.06 MB 119 55
296,919 296,919 00000000000000008abbfa2c328aa0f742d2706b38be8d5fa3421a27bbfbffd2 0.73 MB 893 24
296,918 296,918 0000000000000000886883a20c57242944a14b0030d923f8fd50a1956254f226 0.08 MB 124 23
296,917 296,917 0000000000000000705bc30e907fd4d0971dbf640cf8803dcf7217d7675c70c1 0.17 MB 327 36
296,916 296,916 00000000000000009958a756aae721ee1cddc9bbf2a16989e00648932599359d 0.03 MB 30 21
296,915 296,915 00000000000000003aa4f741af9cb278d19394b529cb68d7fbeb54f644f4b4e9 0.07 MB 175 36
296,914 296,914 00000000000000009b3ee89597b32f3794e640cba312aee0340bbc638e0e39c0 0.31 MB 451 29
296,913 296,913 00000000000000001f4d9685d102398139018db3be061d3ba77ee63128c772a0 0.10 MB 256 29
296,912 296,912 000000000000000044a34d33e5b191359baf52ba81e81d984a73ac5ff41cc497 0.35 MB 833 42
296,911 296,911 000000000000000088873030ce2e3772bbabe07f6efa80be82cf3bbf4c860176 0.15 MB 265 37
296,910 296,910 00000000000000003fae5e40019c0a8e50b77c96f6e666e3db9fe16e762071cb 0.51 MB 675 25
296,909 296,909 00000000000000003ad502dbb71a5e749c9531f0bee7c46b1459379f4a289653 0.35 MB 781 37
296,908 296,908 000000000000000034f914648631de2ab6959087b9d56d678f9a825b7cb1b7ec 0.11 MB 186 47
296,907 296,907 000000000000000060582d5b15a2a6d9e056eb365dea9b9420fca10c0e278998 0.21 MB 351 31
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.