Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,881 transactions (2.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,887 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,310 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,886 (25,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,680 886,680 000000000000000000024b344c9886c965292ad7f9e5a3e47d3f8e94cfc4f538 1.60 MB 1,350 1
886,679 886,679 00000000000000000000d36d6ac9b13d81d227629c2347d3984cfed159a59ee0 1.51 MB 2,292 3
886,678 886,678 00000000000000000000289537ffb1e5575317d91e31b2bafe385ef9ca013ba9 1.13 MB 483 1
886,677 886,677 000000000000000000002f2ce3134754da9f13859bbc20abd61b5f953451c9d7 1.38 MB 1,889 2
886,676 886,676 0000000000000000000092c6679f232b5a50c4b99183ce819f6ceb1583c3fd8e 1.52 MB 3,125 4
886,675 886,675 000000000000000000018254e5dad0efbc4c830b553aeebf082db6cc42a491fd 1.67 MB 3,315 3
886,674 886,674 00000000000000000000e8e993679774aea3e3097763943ada143e2cb2f41760 1.44 MB 2,758 6
886,673 886,673 00000000000000000000df2df643ea8bcfdc2f7f8c80f5f39e4700ed7a348248 1.63 MB 814 1
886,672 886,672 00000000000000000001554f9049685d77257131132d46b118189fa03fbc2564 1.56 MB 2,967 4
886,671 886,671 00000000000000000000a9d8d151957a84a3df9fd4db6e87f7b1c08a7090b739 2.04 MB 906 1
886,670 886,670 000000000000000000022d201294b7faf32335f61fba04f1f96c0dc95a6c5bb5 1.95 MB 967 1
886,669 886,669 00000000000000000001833e0d2cd78dde1f91f3a17edb9828adec19ad52f41f 1.45 MB 1,415 2
886,668 886,668 00000000000000000001ca5ca43acb33d5cdf30f0d253140e596663a04d5b925 1.36 MB 2,114 3
886,667 886,667 00000000000000000001b159cd4744b0a0e380c56c7960e2d5b5ba9e596efa9c 1.31 MB 1,530 2
886,666 886,666 000000000000000000002aeae6e9eb994090f4b9e4e8dcee4a943e0d853c4cd4 1.49 MB 2,825 3
886,665 886,665 000000000000000000017a9da054e8f3e2fbd6417c84944b33ab071f40cb9c68 1.66 MB 3,950 4
886,664 886,664 00000000000000000000aa88221ebebd3c9d34288a7611752bd56eacb47ca230 1.51 MB 3,344 6
886,663 886,663 00000000000000000000ebeb4e72ecc94d0902aea9b55f0d38123615cbacb9f4 1.19 MB 1,026 2
886,662 886,662 000000000000000000022f19541a6a39edf1a167484d13748b80c9042ed8b6aa 1.69 MB 3,401 2
886,661 886,661 000000000000000000026feaf80ed474b5fae1861cfb8b59cc7f92f1150a74d9 1.50 MB 3,602 7
886,660 886,660 00000000000000000000db56ebce6fb982c108b89d77b7a08002527f80a0a409 2.12 MB 288 1
Previous 10 blocks ↓
Total Size: 776.88 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,476.82 GB sent, 132.88 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.