Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,927 transactions (1.06 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,464 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,463 (212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,251 909,251 000000000000000000009d41594f4d11697670f9281166e22b2b6340655ec69e 1.58 MB 2,409 3
909,250 909,250 00000000000000000000ba00984f947fcddc8246fd20795a971a9e67aa8e5ef2 1.56 MB 3,626 5
909,249 909,249 00000000000000000001280cc627f36c6863f14879dfd8ff9be20c98d38036e6 1.42 MB 3,461 4
909,248 909,248 00000000000000000001e869375b0249ebbcfdd18e2bca736c75f8ade0ec38ce 1.64 MB 2,846 3
909,247 909,247 00000000000000000001d0d64f474fdbf7066f2fee5b9394a7a9f4bbbcdf5833 1.52 MB 3,597 6
909,246 909,246 00000000000000000001f4e02606eae338f9604d58d2e6cbb6d4ebc3889c6ad9 1.38 MB 2,931 3
909,245 909,245 00000000000000000000262ed1fa579ca3fd9836eff62e60ce2b3dc94b1219cd 1.39 MB 2,853 2
909,244 909,244 0000000000000000000118af4834797747b9e95721b7df6555cbf09622850174 1.40 MB 4,276 2
909,243 909,243 0000000000000000000066a44ce48123bbeab3c54b1197f79bc5f213c1306a6f 1.46 MB 4,117 2
909,242 909,242 00000000000000000000b0b8862058e8a1736299a182ab355d3a430e2439a7b3 1.63 MB 3,940 1
909,241 909,241 000000000000000000020cda0c2bd485c4e465b685a1060c30955c80c9cdb923 1.62 MB 3,098 4
909,240 909,240 00000000000000000000eed36ec14492e63d7bfac514979c380562f0ec12f27d 1.60 MB 3,046 2
909,239 909,239 000000000000000000000d3353412cc6970809a0b637fea62180a48af7f13c52 2.04 MB 2,208 2
909,238 909,238 00000000000000000000154b566f5e531e0928f5a7e09f6c5b9c770e06e303ab 1.45 MB 1,776 3
909,237 909,237 000000000000000000000bf2c6e15e4f0719b6d2de09982098a93415692ebe51 1.62 MB 1,680 3
909,236 909,236 00000000000000000000e12777031b8f551821ae449c609f03f49128083e81b3 1.61 MB 3,335 4
909,235 909,235 00000000000000000001210d4321c62935cf32c4d2531d19cb8ecd3095b93afe 1.53 MB 4,084 7
909,234 909,234 000000000000000000016557a7f820a2cd127c0b7de5e748245d504476e5b63c 1.61 MB 3,586 6
909,233 909,233 0000000000000000000089c7858f1fc493721057acc19ac476a01e02ca26f68c 1.48 MB 3,754 8
909,232 909,232 00000000000000000001db62df6a2a379d6aaef6c8b1baa7012c989aeef1cbb9 1.61 MB 2,850 3
909,231 909,231 000000000000000000019860f829c1e0e27451b8011997f3bcf8ceafa6a01531 1.44 MB 3,203 5
Previous 10 blocks ↓
Total Size: 772.41 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: 2,079.62 GB sent, 110.26 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.