Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,958 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,502 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (806,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,453 101,453 0000000000035b998a846a07754e279195cf39537a67104e38af3ee6dd134796 0.00 MB 14 0
101,452 101,452 0000000000020a96498fc2053298b730b974b1469d75b99ed9c84832edc4b83c 0.00 MB 13 0
101,451 101,451 0000000000008837d5cb06b54554b2b6b989930ba38a1859761b23b946ffb2f2 0.00 MB 8 0
101,450 101,450 000000000002edf990eb135f03f1354a8b62db847220adde3b20f5e56f72db59 0.00 MB 1 0
101,449 101,449 000000000002ec383bc3cce2db01c5b097dd1dc8d51968929b967b31eb57f7c7 0.00 MB 2 0
101,448 101,448 0000000000025c03a2a3605a35b8738106e2be49d4670512d3b6a5f2c807d80e 0.00 MB 1 0
101,447 101,447 00000000000084bcbdf488c4e467c51844d9168a8f91c5cff1fcbcdf5effd41d 0.00 MB 2 0
101,446 101,446 00000000000290ddeac28b456ebc41fb6fbd555c09db6e5b600333b325acca0d 0.00 MB 2 0
101,445 101,445 000000000001bc460572026f73c8d78070a24e68d30a5390e439adcc108ab711 0.00 MB 3 0
101,444 101,444 0000000000017acb7d1b0166f7a18fb08ee033da329241e070dd95bf6d58a33f 0.00 MB 2 0
101,443 101,443 000000000000ce1316937ca5ae7d4694d49bbc8ff215d20152dc9ec14bf7b4e0 0.00 MB 7 132
101,442 101,442 0000000000019bd5398616b529a5259a8d4cd8ea73ba7bcc8e6e0347b23310bb 0.00 MB 12 0
101,441 101,441 0000000000009ee814ad8f988521219eea247cc5cd12ff8d93026ce233a6ded6 0.00 MB 12 0
101,440 101,440 00000000000344ad7e5b121055c73273e43353623d34b4f7f27ac6de57e69a6e 0.00 MB 12 0
101,439 101,439 000000000001914e034231814affedc4b153851fc2bb2e17f21fe94eb11bfec7 0.00 MB 6 0
101,438 101,438 0000000000034bc50e8cfc641f5b142aefa855a05fdb668660d5167e514597b7 0.00 MB 2 0
101,437 101,437 000000000000119afe305fd1af8c2eca6a0bf524b316b609a547bf7b247a9345 0.00 MB 2 0
101,436 101,436 000000000000e296d3a47ce00d6d166218a6fd8dc5d1bf0e987c4d8538700a54 0.00 MB 1 0
101,435 101,435 0000000000029035acab0ab4d943c8018550863eb1ba10f390a55d566583f625 0.00 MB 1 0
101,434 101,434 000000000001ddbf8ce07c7a156566919770f68873c55a9af0338db64307b8ef 0.00 MB 1 0
101,433 101,433 000000000003afacba83ec39a55dae268e24af77efff9417be99b84087ea709a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.47 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,646.24 GB sent, 95.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.