Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,559 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,217 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,216 (872,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,955 38,955 00000000611c234ac4eba67ab523bc49a1b0fbdc5ab7c0ae76d6a5caff711615 0.00 MB 1 0
38,954 38,954 000000003552b02d54407b371ba7b4ab5743fd0b99e54025296737ca5e28226a 0.00 MB 1 0
38,953 38,953 00000000118a82e61ec8a019211522bddc78f5c6a3a05bf84c5befd3caebc566 0.00 MB 1 0
38,952 38,952 000000007ab66eaba2a191c8283a8a04f7b3be592b4242f6df4587d11113ac4d 0.00 MB 1 0
38,951 38,951 0000000001a20350a7629249bf852fd8348ad6e1097ac3774859c73086cb18d4 0.00 MB 1 0
38,950 38,950 0000000060d6278b8ccd820e688cba086e4435a818d514a14c294a12abc6b5e5 0.00 MB 1 0
38,949 38,949 000000003d93c56164000a2ece558b45c363502022e0d38e5a10d43ab01eac4d 0.00 MB 1 0
38,948 38,948 000000008ba78bede76f53e4daca526df663987bb58d4a4d504fdf5ee5e172dd 0.00 MB 2 0
38,947 38,947 000000006dcde7f639b2f434785c27e9c0650b5c78319f7d62ab07893b9654c8 0.00 MB 1 0
38,946 38,946 000000007edfe07dfade84f7cc1df1eda006a6b6c2e09f8833d0248a8c07e779 0.00 MB 1 0
38,945 38,945 00000000251c0016619003493d80220f37176a0c63b14f2cd8313e55b3c50358 0.00 MB 1 0
38,944 38,944 0000000058978020e5e1aa8d9e0a18245c812450effd6821f0b86cb0366e2ffa 0.00 MB 1 0
38,943 38,943 00000000038e6b7d4880ea12adeb047513a6b646b696c8faa309a348b69d825a 0.00 MB 1 0
38,942 38,942 000000002b5d5b4ac213c0c075254860ce4cb5e021375511252856ecdcf22f52 0.00 MB 1 0
38,941 38,941 0000000009e9924ca515ed2588352d5ffb383682f1111185715edbb8655457b8 0.00 MB 1 0
38,940 38,940 0000000032a2856bc9dc6c0c5109e30f0394a57c66abaf047b10136777ca06a8 0.00 MB 1 0
38,939 38,939 000000000e7a30e67ab708d7231538c38261c2d8a310aba63dd4e5280baa75d1 0.00 MB 1 0
38,938 38,938 000000004eb86b6c2d252017670a003a6ae94b0c6844b9a43f1877b41ef32df2 0.00 MB 1 0
38,937 38,937 000000007ccee21e16147af69acdadc66f134ac2ed7391c29e16de2a35b42ac0 0.00 MB 1 0
38,936 38,936 000000005e3f951aa067abe04c928e2bf6bdfc9e3c65194d577834a10ea413ec 0.00 MB 1 0
38,935 38,935 000000007e639b2502bc70a85c7f99cd735b2fee4a7e366befdebcc9a074aa1a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.65 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,378.39 GB sent, 127.04 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.