Memory Pool Memory Pool Refreshing

4,189 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,527 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,752 (881,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,134 27,134 0000000039da9a57b38e49424a7aebfe938ff42e546508b23a6062d80d212839 0.00 MB 1 0
27,133 27,133 00000000a47a855543d2fb1d17b145cdbad4062e1745dd0561ef8c2b10153147 0.00 MB 1 0
27,132 27,132 00000000f7f960a1e7268e5505e55fce2d120ced2534c52fc8ab90d39305ac49 0.00 MB 1 0
27,131 27,131 000000003f90155dd031ef12c1bdeca07468629cbecdbea7df201290e7e3c20f 0.00 MB 1 0
27,130 27,130 000000001185f82913761c092c84165825e3b891328fafd00d64e74330a998f9 0.00 MB 1 0
27,129 27,129 000000000c0eec328ad57d41c2542f2b97ca1b8c480590714b2701e6f417040c 0.00 MB 1 0
27,128 27,128 00000000284e3994d5c056ccf5ea338002737dc4c9b5a11148740cbd17bbe702 0.00 MB 1 0
27,127 27,127 000000002c9ff4bd284d3955f2ee3d115c4cb79af871abd19110e9caf06727c2 0.00 MB 1 0
27,126 27,126 00000000a5b19b5ed6997262e79d9974810975f7ebdb910a6929c9bf99025947 0.00 MB 1 0
27,125 27,125 0000000057509893848c9afdeedadef3d655b70a38492c8e23c50d8bf2cb17bb 0.00 MB 1 0
27,124 27,124 000000003424fc847d0d214675e696724a15d42ed3bc8e40ea4ad9615be57baa 0.00 MB 1 0
27,123 27,123 000000005960c01c617d0083453ff6c5e2f1fa4127962193ec58e357d9338ee8 0.00 MB 1 0
27,122 27,122 00000000c299fbced36e957e4f4e92ced3c83960109d0e67bac361096affec65 0.00 MB 1 0
27,121 27,121 000000009a1dfdc0df5ce064294048125492048b6e43577643c9791a417eef68 0.00 MB 1 0
27,120 27,120 000000000960e432cfc5344a35cb4c29eba8d17a150ddf2ea81d438868d45922 0.00 MB 1 0
27,119 27,119 0000000099f6828904070b025901a5da35d044f91c693c430042fa1e39e77479 0.00 MB 1 0
27,118 27,118 0000000035747e07d3e3e19b48cb67c865d4154d71f81474f1ed6b3ceaad7357 0.00 MB 1 0
27,117 27,117 00000000c56253f8e5a1a9c9aff44b6f8445aa3e3dcb8bc9c6cccca49bb3c404 0.00 MB 1 0
27,116 27,116 000000009f498cc00c9820c777451aaf2ecc10fe11b79a3d98c3a604d165190f 0.00 MB 1 0
27,115 27,115 00000000893ba584cb8b3b40780b828695c714ac7719d98951e20e32e104034c 0.00 MB 1 0
27,114 27,114 00000000e3f94ba2a8237f84413e07b85428710f08e15143b18bed7abd1b3149 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.10 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,856.18 GB sent, 102.51 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.