Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,693 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,786 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,785 (892,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,226 19,226 0000000039bfc47af7a33dd6971bf3ee1eaed82f5372380a14234732627decde 0.00 MB 1 0
19,225 19,225 00000000bb78003b3bfa3df322a6183d59c2ac50d11fb5d3f33db437d2337441 0.00 MB 1 0
19,224 19,224 00000000e51e41fd01c8c8f540ab71220c3f06a5dc49f473dd9cd33ec08d0e92 0.00 MB 1 0
19,223 19,223 000000008831c164415854595445633dc974ea4109e9e5e19b384d9b98b634a0 0.00 MB 1 0
19,222 19,222 00000000b462322429a8d322608d882edea52ee8eda04abdbfda9f9e275c1f54 0.00 MB 1 0
19,221 19,221 00000000e1291008b1e506f9e1640331d872c8db1f506a143cb7a94203e2d018 0.00 MB 1 0
19,220 19,220 00000000ad38e0a521c4f4f998d7410a0c159cadee2d143feefa613a263a6157 0.00 MB 1 0
19,219 19,219 000000002e18f2504de45643d0c4e2b4130a04d174f095c5db59fe91dcd1d5d9 0.00 MB 1 0
19,218 19,218 00000000aa48003e956361854db9a8d2aa986df8b6747995248ac38167994ffd 0.00 MB 1 0
19,217 19,217 000000005aa4fa3bae3913c0d9fdcc997e422343050508407f89292800c02dd7 0.00 MB 1 0
19,216 19,216 000000002d6a68234f89e82519ddff1a2656823033a448520595718615d009ef 0.00 MB 1 0
19,215 19,215 00000000130f1c5aa8c150293ef9cb3e53d1e9676dab45c83e6fd143e0d4c39a 0.00 MB 1 0
19,214 19,214 000000002c96a7579d4476c03b3057a5a801b3ed2fcdcf4570b6d3d7613b8ae5 0.00 MB 1 0
19,213 19,213 000000008ea78a13e646fda26f33ae6e8f59aa1b2e0158ddd1da8f8da35e6346 0.00 MB 1 0
19,212 19,212 000000009296233e194ef8c420e76c0213d2eaed4f39b5e763bd6a885406f412 0.00 MB 1 0
19,211 19,211 00000000c5dbae325fc75c3ece3914ffdedfda471e6444854368468403135bc1 0.00 MB 1 0
19,210 19,210 000000004178960e199e9f9db9102c646f11e8a2ed650d64d9f2ffb8297c950f 0.00 MB 1 0
19,209 19,209 000000005c7aea8ed3a971f558910348a90c9260eb107b86e43f957a3b0609d2 0.00 MB 1 0
19,208 19,208 00000000f6db93fa5b773d1e228173e274b3e9b9746e27c04d2c9611af7c3e6a 0.00 MB 1 0
19,207 19,207 00000000cc4404f3631ba61d1c91759950e45442eee3b0830f3f02b8c850e813 0.00 MB 1 0
19,206 19,206 000000005259430a2c4204e3cc7336333e5f784d1962ea50eebcec33d586c1a1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.69 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,441.05 GB sent, 132.00 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.