Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,531 transactions (1.42 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,840 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (846,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,180 64,180 0000000005d9d744e3a3fc9ac74e487aa77582599e5e613a61ef4e7ee2d11c8f 0.00 MB 1 0
64,179 64,179 000000000a1af3298ef927b1df487b1517588fc52a1e40d6d3d0e8d08c5b866a 0.00 MB 1 0
64,178 64,178 0000000009b62aa640a37b3b98d89c4f58d7cd6b814e6da7ac94f2e187adb8d3 0.00 MB 1 0
64,177 64,177 000000000a22d6a77f09b86785cb3f7713e31c1ff8df49c61f3a8b14def789bb 0.00 MB 2 0
64,176 64,176 0000000004919240f8bbddd5339c6ac71935468bc936dd62ff39d5e3c494ed4e 0.00 MB 5 0
64,175 64,175 0000000001b973d573f2a4a88646fa9752218e003ec0cfcf0de2b59a00407ade 0.00 MB 1 0
64,174 64,174 00000000023f0471d73e7b690983d167966d5bf0b342b650308f281a9138c078 0.00 MB 1 0
64,173 64,173 0000000002cac52a482a8cd4d85eddd10069ebc4cd8db4b1e1d2d580bc6dd94b 0.00 MB 1 0
64,172 64,172 0000000004fc1c614b89b6ac304e8f8870b18c9343e8614877f7767de90eb088 0.00 MB 3 0
64,171 64,171 000000000336b907f2351f6b26c78f254e89db9b4d9f587e22eaf4f8eb601417 0.00 MB 1 0
64,170 64,170 000000000c682ebaa43c386370a496121c243cc7cef3e324f10ab7b35e7fe4b1 0.00 MB 2 0
64,169 64,169 0000000002e0e666b698d733548b48bbdbd6a2b1493ff7bfd54883593273ed17 0.00 MB 1 0
64,168 64,168 00000000056fdffb85c514fc78d7abe7b0d58abbd518285b0f3b777ceed83eac 0.00 MB 1 0
64,167 64,167 0000000009bf05ebf117251b7f9a443647d8b62e7d1d4381bf3d7629804f9daa 0.00 MB 1 0
64,166 64,166 0000000003ee67e8d16e15718cf4b0b9d6d8965b05231c1366ba63dc64954adb 0.00 MB 1 0
64,165 64,165 0000000002f601644ae030b6f6e80a3933e275a59769e07c0bec834502a3c293 0.00 MB 1 0
64,164 64,164 0000000006e7dfef518a14976b7753eb747614232226bc59e88d8c4af35e6ac4 0.00 MB 3 0
64,163 64,163 00000000085a08dfba389e966fd255262d21b5696162910e4090bcb6155b2e02 0.00 MB 1 0
64,162 64,162 0000000008ff230870edb280ac7e8541422940c10495b666763fa575c66cd305 0.00 MB 1 0
64,161 64,161 0000000005b2aca99fd7f90ac3fb1a2e806720e98dbfa83d4c28553cead8268c 0.00 MB 1 0
64,160 64,160 00000000056d795e2a90dfcce3f51b85420629dc8165abc4dcba3696d0849304 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.06 GB sent, 121.56 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.