Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,364 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,349 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (877,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,986 32,986 0000000018a026d83d2630102b9c51e2eeb86bd32a1903cd2e9957bfc3e561f7 0.00 MB 1 0
32,985 32,985 000000007efb8410459a2163cc78a687bb637ec81c5df6c6f829725996eedc88 0.00 MB 1 0
32,984 32,984 000000003897d408ce11a70afcddf3d080a8963a6f4c9829412b5c072311fd25 0.00 MB 1 0
32,983 32,983 00000000d2b6c39938ec608e3447d98bf047c266494bcfcca01270494f630fcd 0.00 MB 1 0
32,982 32,982 000000007894a319cf0b273f6e7ebf5662aafb2d142617553aaf9c37c451bb16 0.00 MB 1 0
32,981 32,981 000000004c1a5eae685afeda4fddb9144ec7119447e6cb0d372136dedc69d889 0.00 MB 1 0
32,980 32,980 000000007d3671e84beea96434664cf56f95eef249d79c2e0799149718513742 0.00 MB 1 0
32,979 32,979 0000000059ac1398f2efffb9353cc7c73d17bd2bae10395b003384ee16dffac7 0.00 MB 1 0
32,978 32,978 000000008d9a02ebb1c51aca58cb701072f4b6c36dcba1f8dbb3d0bf0ac67305 0.00 MB 1 0
32,977 32,977 00000000126f8dbe2c4e3fab2d57c374b1275e4272fbdeb0e8832202bf945245 0.00 MB 1 0
32,976 32,976 000000009060ba5e452b48a8fad377130f41173c9404256ab88cffe5f1e7e2ea 0.00 MB 1 0
32,975 32,975 00000000af93303f9912c2da681a202bcf12e323e1af8e5e066eef2110febe96 0.00 MB 1 0
32,974 32,974 0000000044d73d43092d11b1abb1dd32242f1b26a3be20db76d2a671f34991f4 0.00 MB 1 0
32,973 32,973 000000003c488de9a8febe401e78a082410c17ac3bb9f2384b14e963ab6a6cc0 0.00 MB 1 0
32,972 32,972 00000000d3f0db0cca1aafeafc8a44e4b53389d4cee689fb5eecc8b515b5ebe6 0.00 MB 1 0
32,971 32,971 0000000004dc042225180c79a217e9db53653b9a24fc383fd04f9735bb6112d3 0.00 MB 1 0
32,970 32,970 0000000080dd29fd1343d7076c916a50a084ac0c2eac3c608d6d5427020c2144 0.00 MB 1 0
32,969 32,969 000000003c899b46bf62c9c4aec9511bc17c09ed8375292a29f5283d374fa3da 0.00 MB 1 0
32,968 32,968 000000008acad7d860dcec3a3d0ff7e81758b6e09c218920597da7dc0f1507b4 0.00 MB 1 0
32,967 32,967 000000007e2310c929fca693a6c40395461549db6287d3cf0fd3eca708a1c4f7 0.00 MB 1 0
32,966 32,966 000000002cee08dddb055f016eb78d02e4ca2a39fb93303b616657ac856ffa2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.51 GB sent, 116.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.