Memory Pool Memory Pool Refreshing

10,597 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (183,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,932 723,932 00000000000000000007b32d1e503c624b5c2496470bd17b5d803b3052e7db7e 1.48 MB 3,354 12
723,931 723,931 0000000000000000000047ecf46e329384cfd14f3f405441191adce0a877bf1c 0.92 MB 1,306 6
723,930 723,930 00000000000000000008630ab8b21fe50ccaa46f12584c43c0921a0c3908efba 1.18 MB 2,257 8
723,929 723,929 00000000000000000009d55fc5bfc9f7fe582540cdc62a2496cbafcfaee63fbf 0.46 MB 877 18
723,928 723,928 000000000000000000026fbf6e2d7f45c673ef251aab49ab9c6de4de2d86e470 0.75 MB 1,596 7
723,927 723,927 0000000000000000000725c6dce466010fb99c562b0e01b6f2af397a599bafc1 1.56 MB 2,854 4
723,926 723,926 0000000000000000000507d7cf3139bbab5df72fce05f5f43dca339344424104 1.49 MB 2,638 18
723,925 723,925 00000000000000000004366073a14b5f5eb81866b4201c20d171090175b9ac15 0.03 MB 63 5
723,924 723,924 00000000000000000002346d6c8094b0478906ba7decbe3de83d3b7a8aae4f7b 1.45 MB 1,805 8
723,923 723,923 000000000000000000029c0ed251b6757b2c156a6405f71f5e295a4422d84bc0 1.38 MB 2,170 9
723,922 723,922 0000000000000000000366caac25a22c7119b861b27ae9d34600e9d28f688ab3 1.24 MB 779 2
723,921 723,921 00000000000000000006b1a177dd90830f28a45d56b50d02613930aa317e03b5 1.45 MB 2,006 12
723,920 723,920 000000000000000000027494a02d9281d0ee8f9076cff1961f3faf4d62991811 1.50 MB 3,117 9
723,919 723,919 00000000000000000006d0f9c8faf7253da3dce330cd19f0f32c10d79b5497b9 1.09 MB 1,562 6
723,918 723,918 000000000000000000035e309bb7161129570d027212a1fecf6ceadb6e94d3c1 1.63 MB 1,834 3
723,917 723,917 0000000000000000000426dde8fcd494c489b8e803444852c895f24e63f16119 1.61 MB 2,320 5
723,916 723,916 00000000000000000000664775e967584e98b5181024ab2ca6eecb71d3323081 1.48 MB 3,093 7
723,915 723,915 0000000000000000000761503e000f5b836d771d70e3a64036d035df6a7e1e48 1.56 MB 2,452 10
723,914 723,914 0000000000000000000659a37a7406e9a4c370b02d3b95d23781cd4920016eef 1.58 MB 2,047 4
723,913 723,913 000000000000000000007060e61a77e0835e3eea19211c5df709467f534f8744 1.47 MB 2,722 12
723,912 723,912 0000000000000000000434ed8101cfc1b51051c39913b0c6cac3564912637f64 1.54 MB 2,706 8
Previous 10 blocks ↓
Total Size: 769.01 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,621.46 GB sent, 92.91 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.