Memory Pool Memory Pool Refreshing

10,097 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (24,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,959 882,959 00000000000000000000f09806876db0e03bc72974d1b20f64ef1813e5b1ebcc 1.95 MB 1,189 2
882,958 882,958 00000000000000000000093f4aee2293aa8a0ffce50797b57a17a1b9445f7a78 1.90 MB 2,322 2
882,957 882,957 00000000000000000001342820133ecb21080b2f5ecefdfd5303b6cc4f63874e 1.60 MB 3,236 3
882,956 882,956 000000000000000000007d9e9f27c629e86cb9c0af9765b665219d632a395fc3 1.54 MB 2,920 3
882,955 882,955 00000000000000000001bc51411d8cdce0146472c311143ffa51950f3756b286 1.76 MB 1,689 1
882,954 882,954 00000000000000000001579a0ca5f16742096f8b9f3c91696f982de74da1b8b0 1.73 MB 3,406 2
882,953 882,953 00000000000000000000b85d09d13228bfe702745365951d7dc280f01e57c6e6 1.69 MB 4,442 3
882,952 882,952 000000000000000000004b5faa86670dcf89d71d23335527bd481c257ffa8826 1.57 MB 3,518 3
882,951 882,951 00000000000000000001541a59932c19c44f01ff842b5f0cb36232279d78a20f 1.58 MB 3,387 4
882,950 882,950 0000000000000000000090d7a69e99d629666f0766fdadf0bdfa6018a638506e 2.06 MB 3,605 1
882,949 882,949 000000000000000000015b8761819bc0af4088c28a6d0af9c3ac3a39c6305eff 1.79 MB 1,421 1
882,948 882,948 00000000000000000001632d28b6cff3acc570bd96d4a8dd4c423827ae5f0c48 1.93 MB 1,462 1
882,947 882,947 00000000000000000000c49b94c9133ec3588a5546f3b4fb1e6dcd9e5beaad58 1.53 MB 2,699 2
882,946 882,946 0000000000000000000068a91407ffeb2ea6c6cedbd0481ba814460282ff4b92 1.60 MB 3,247 4
882,945 882,945 0000000000000000000093d8253934dd706b7015e60ffb02fc0b2abf385c7348 1.70 MB 3,947 3
882,944 882,944 00000000000000000002363bb9a5b4a83f5ac0411438b8ec75f0f29365f0df50 1.47 MB 3,526 7
882,943 882,943 000000000000000000008e8cf57cb0fc17f9b008ff95fd58d11dd6cb71f52906 2.13 MB 500 1
882,942 882,942 000000000000000000003a1aa0a4ba966b627234d33445633f11e470f4765e09 1.81 MB 2,088 2
882,941 882,941 0000000000000000000164b83ae586fba2b32e5430521e266ea3f2c5e0f9a592 1.85 MB 2,283 1
882,940 882,940 00000000000000000000874067f5615c1c38b644512f9790782d0302b5f3fd9c 1.41 MB 2,811 4
882,939 882,939 00000000000000000000ce6e9f894a07b7bcb5e8e3e7e02dd462d49c5c838876 1.89 MB 2,183 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.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.