Memory Pool Memory Pool Refreshing

2,719 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (906,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,041 1,041 00000000a1c2ef7c9653c9d46ed4ec06407f052b88d7599c4ccb04d758f8bc1f 0.00 MB 1 0
1,040 1,040 000000005340964e637b61a6bea06b1dffbe04c5ec3f0694ba32412ed0dca6ca 0.00 MB 1 0
1,039 1,039 00000000ec36a7861096841e14762ac7abd96cc5dd95968949f41b0b6d1cb732 0.00 MB 1 0
1,038 1,038 00000000a58b2ee621036b20ea940018667ddfb03aa43f0075ffd194099f8f3c 0.00 MB 1 0
1,037 1,037 00000000182b06a9e48db4835b47500102d0363e37513f4d330295cc94aabf74 0.00 MB 1 0
1,036 1,036 0000000014968cc5dbf73179697c8faa3055c668b236cb7436b166b5753378e6 0.00 MB 1 0
1,035 1,035 00000000bc0c29229324b6b2d483ce7da1c9adbd406cbcf5aeb8824c0b5fef7c 0.00 MB 1 0
1,034 1,034 00000000a1987ee5fea1bae12454b15dc47546d2f15e95223983c9b4c3a822de 0.00 MB 1 0
1,033 1,033 00000000223bbe66d010f869ffdd9a50b7ecc5e952dcf496fd8824c386cdd30a 0.00 MB 1 0
1,032 1,032 000000001c1791a1ffa49c32784da7c51b77c9c3ea1c4484aebe8627104b93f8 0.00 MB 1 0
1,031 1,031 000000006e8d376834398b7963042cf2d8764860457573c1bb54fc8723a35a6d 0.00 MB 1 0
1,030 1,030 00000000f10051ec4605c41b0ce790793b794d490aadf9c9a5a2c09f717737b5 0.00 MB 1 0
1,029 1,029 0000000042c15539de289697b27c7ee35089d7187896d2ab2d66e8fadc61e3a3 0.00 MB 1 0
1,028 1,028 000000001bac8da2b747fc932bc14d168e25be8088adc164fe859f9acf8c5d16 0.00 MB 1 0
1,027 1,027 00000000445badc24fc82d137c552d7f013d0d0f55be4dac1dc61b92e4a27a40 0.00 MB 1 0
1,026 1,026 00000000425a4ad21d99ec0a32e1a5b5d0db2229c37ad433f8976db6c4397a66 0.00 MB 1 0
1,025 1,025 000000001546f288e1540d55b0a6b70f86c3fe0b29ca39ec7878c41f1f16ec5d 0.00 MB 1 0
1,024 1,024 00000000edfa5bfffd21cc8ce76e46b79dc00196e61cdc62fd595316136f8a83 0.00 MB 1 0
1,023 1,023 00000000e8817bc0ab40272591666f084b92130eee0e5172c04512dd6409fcb7 0.00 MB 1 0
1,022 1,022 00000000e677056d42005209b140b3ff81d64dc757ad4fc30ad6776a289fbdb7 0.00 MB 1 0
1,021 1,021 00000000888fa29c0d536dd58236724bc0dc115120dab4bfc529ffea1cb680fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.