Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,850 transactions (2.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 1,952 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (878,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,806 32,806 000000005e4cc07d50c071e01e731e4d4fc6a4de5c8a08fa0f90f1f7d8146c6c 0.00 MB 1 0
32,805 32,805 00000000275abd66c8a5c73cd2b81c70917ee4864146cf849d4532719d1f0a21 0.00 MB 1 0
32,804 32,804 000000005356afb84a283027d27ddd035c88ef3f635a90f8e2c9a45381a40c97 0.00 MB 1 0
32,803 32,803 000000003b8062e9f297b748680fd2711129ec8b8c696d2805bcbcc81b0bc5dd 0.00 MB 1 0
32,802 32,802 0000000004349c9bed2cc032b3431cffeecbfab1832b8e33d95f6f5e837c5f2e 0.00 MB 1 0
32,801 32,801 000000007526922f25c28709899053001a053447da2a90336b3595e837389ee0 0.00 MB 1 0
32,800 32,800 0000000083c73afa07a582549441fcb8f4de7e8c2108b30e105cb5023811bdc9 0.00 MB 1 0
32,799 32,799 000000003466200d6a38e1fc364d7764f9d3ab18dd9d17d7f20435eadf3d6f46 0.00 MB 1 0
32,798 32,798 00000000802de80635847e0bf78de8e416cd32f32acdcb095637a1cc4778df9f 0.00 MB 1 0
32,797 32,797 00000000d0b01db6bd3a7b08e6724f15c2ab7d522aba375d475f9561a6a20d0c 0.00 MB 1 0
32,796 32,796 000000003eac4de161cf799b00f97a17f2a8fd0ab521c4507412955161a88f99 0.00 MB 1 0
32,795 32,795 000000006984a815b9d68df0873e56dd5a9aa83017988b8de9f7a66c6eb666ad 0.00 MB 1 0
32,794 32,794 00000000ccd7e8f03781d25d9600ef6092c27f2db1090c2be05d2ea8d4efe57c 0.00 MB 1 0
32,793 32,793 000000000a209944547ced83ca7eb4d12d3eea5836a0c4face8de604be2344b6 0.00 MB 1 0
32,792 32,792 000000001ca38356a3d445be5d8264fae705dd8b71dd211f359300389295262f 0.00 MB 1 0
32,791 32,791 000000002f54e2084a8b965b5e51f61aa23414f7a9ced63e67ba2a73d6a226bf 0.00 MB 1 0
32,790 32,790 0000000073b77813c6f2d6365e947d6548d5358332ebb6b1be7d31674b9678f8 0.00 MB 1 0
32,789 32,789 000000006b18aabb27f584fc3df34d3596e67ae66e3da60a2af9efc984a7e30e 0.00 MB 1 0
32,788 32,788 00000000a0684670be837a9b088c2990c7c873616e62c61483d4258819a03f4c 0.00 MB 1 0
32,787 32,787 00000000699ac4bff3d2fb1201317a5349d52039e3256455ecc3524cf70950da 0.00 MB 1 0
32,786 32,786 000000006b38031ba768160adcc8041dd0056c015ff85bcaaa051e303a33d383 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.70 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,443.55 GB sent, 132.07 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.