Memory Pool Memory Pool Refreshing

3,248 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (500,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,620 407,620 000000000000000004d0b3b120958b9fbf8c2472aace3ccb96a25ccca3e0a5f2 0.33 MB 813 36
407,619 407,619 000000000000000000d24cc32d314818c0a689035d1a6ce09d56b4e26543568b 0.41 MB 940 37
407,618 407,618 000000000000000005887aef008451fe2486384940ff7fc8c6b066d190fcc7ce 0.17 MB 239 25
407,617 407,617 000000000000000003b1712beb9d90dd570c3ff2823ca9891fdbb17981ebb409 0.82 MB 1,997 36
407,616 407,616 0000000000000000041fa7fcca949e928f49ebee013403b81747ade46b0fdd54 0.64 MB 1,081 29
407,615 407,615 00000000000000000092fdce23613179112ca51b4596592610116ad92fdaba46 0.99 MB 2,878 45
407,614 407,614 0000000000000000019847cc4ef33dafac6ca60d6cb13e12ea54d72f386c2d4e 0.25 MB 524 34
407,613 407,613 0000000000000000043e7b6a53b01b7e52d46a40eb363bfc703ae9837c87c2c7 0.12 MB 227 37
407,612 407,612 000000000000000004fe48e80491110f3ed3208cc80305bed94ee5a6fd0044c0 0.06 MB 144 32
407,611 407,611 0000000000000000053cf497aaa82aff72028a3f9d0eedad812f7127026b9a02 0.53 MB 1,327 39
407,610 407,610 0000000000000000053b4ba343eff60e9c737f73b6464e24a692200c7c607726 0.82 MB 1,698 32
407,609 407,609 000000000000000006061e0f9a3a003e118752d7e40493e2e1aba458a8ac1d85 0.60 MB 1,157 28
407,608 407,608 000000000000000004700bf1d2465c5983041b3f4a5c9df8f932bd97f6f92e0f 0.99 MB 2,226 47
407,607 407,607 000000000000000004465076f7b468909f903829a21967ad1caf62a573862cf3 0.06 MB 63 33
407,606 407,606 0000000000000000057612be28a3fcf0d57e0d4b1f797b666acd9872aceea1b4 0.48 MB 1,121 38
407,605 407,605 000000000000000002f6ff60fec9e3e8ec1d88827a61ff383748e40e10b7a03c 0.92 MB 1,916 36
407,604 407,604 0000000000000000013eb609dc70e645178f52da7f55e4bfc05cfa4d8d0077c1 0.92 MB 2,059 35
407,603 407,603 000000000000000004336a337266a0cfe56d5f9adc8bc5d14ae8de97bd321a99 0.61 MB 1,568 41
407,602 407,602 000000000000000001aad1c6b7339e6d7c0ec3b770a7d9f10873e8e189c92641 0.00 MB 9 115
407,601 407,601 000000000000000001366ae059b1f7de11e24bc5404b1aaec2da24b6cda82764 0.64 MB 1,367 46
407,600 407,600 000000000000000005596414948cd80f262c0456573ca7633c89322061bfd50d 0.28 MB 639 34
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.