Memory Pool Memory Pool Refreshing

3,494 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 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
908,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,376 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,168 (806,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,965 101,965 00000000000014d32fecc84c07e9ecb28bf92276737c703f103f3d4931b5f4a5 0.00 MB 6 0
101,964 101,964 000000000001c8c85ae2e760ed5d03bd78fcb222837a722000643dc3bead682a 0.00 MB 4 0
101,963 101,963 0000000000014454f7cc17a552d1fff05b4b1627228a4414ac491ce7e6dc56b5 0.00 MB 4 0
101,962 101,962 000000000002bff6f55e13994045fff0331e70747c3ad342d821fc6fa5742e21 0.00 MB 6 0
101,961 101,961 000000000000d99d2c708966821acac1b492c6f4f0d0d6bcbd377615912cf3c1 0.00 MB 11 0
101,960 101,960 00000000000118c7feb375d4ddc73274fe2361398dc5e23e302a86262779f2d2 0.00 MB 16 0
101,959 101,959 000000000001e5ef82263f892a4a2e4d7b6b0fe70f778ff40d599ec16a3fc726 0.00 MB 2 0
101,958 101,958 00000000000229008ebc684523a6da79a0a7da2ec8679f2076200bc82dd789e3 0.00 MB 7 0
101,957 101,957 000000000001cf8f8031fe22c37d918a988855ad3ed20fdfaee911471f9eb63c 0.00 MB 10 0
101,956 101,956 00000000000200dadb64f44fd27ccf46cc6bd2590e8502c09b44c2892a260faa 0.00 MB 10 0
101,955 101,955 0000000000034b6bd5a2c7331f9a8b1af0c475d3249e13955480f8d46c5aeeb3 0.00 MB 5 0
101,954 101,954 000000000000c6997db398b80b62a50a085f477054e07c9d403a224a56d8d74c 0.00 MB 11 0
101,953 101,953 00000000000222517c36f8956ad51fdd9d2e1a857b377b0cfebe1ebeac501b00 0.00 MB 14 0
101,952 101,952 000000000000ff05d2b00a4fd85854b7a241e6e4f6fd5f494e32889a1fff7732 0.00 MB 4 0
101,951 101,951 0000000000029590c725c50f86769ed99337cfee0eb3797a741ab460bb391468 0.00 MB 11 0
101,950 101,950 0000000000002bc4bff67bdbe365bd2db62d9681e43600825af46e3f8460b67f 0.00 MB 4 0
101,949 101,949 000000000003e7f0f4dad47bfe4b6982f0d6c005fa8583178b335fae1ec9cdfc 0.00 MB 18 0
101,948 101,948 0000000000019da05ba47489cc70ccaac50989ffdd0cb6453bb593d8d9c5487d 0.00 MB 1 0
101,947 101,947 0000000000027ea8cb411053ecd402ff422603cf49a1557bd9343291980419cc 0.00 MB 4 0
101,946 101,946 000000000002a7d305eee618253d07d93ba136dbf959629328d32a9fbf38f023 0.00 MB 1 0
101,945 101,945 000000000000cc816a738517c3290a73bcf641ab1fe3fea1bc6e269dadfb6bab 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.87 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,681.04 GB sent, 97.21 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.