Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,048 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,762 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (837,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,050 73,050 000000000037428ccbf7142c6d9e41d1c7f51c4f9e3f9444fb8082489ff03c75 0.00 MB 2 0
73,049 73,049 0000000000b7d34ff1802fabc7efe928a6f84e024ee5dd825b08154a55d87895 0.00 MB 1 0
73,048 73,048 00000000008778791823e200c6db29e97efeef546acc625761d8d03354468a97 0.00 MB 4 0
73,047 73,047 00000000002904d7e54b265dad99f787f5d031e356b5d014f4506a82eab3caca 0.00 MB 2 0
73,046 73,046 0000000000781c5163e9847f3a2507c9e2e9e7de62c40b11f3c10db512e60d7d 0.00 MB 3 0
73,045 73,045 00000000009890314d47fcae7c523127b1cd6bbe7f23feb658b4f5584af9cbc6 0.00 MB 1 0
73,044 73,044 00000000008bebbf2d295d296c604525a7e82fdf1febae7e2d0261a94ebcc894 0.00 MB 1 0
73,043 73,043 000000000094444a397cfb512416395d8e49fcb46897dd32b9d7d988b916b0dd 0.00 MB 1 0
73,042 73,042 000000000087cd0bca064b0fcd7c48745c33117fea0f4cb85072a21225e91bd0 0.00 MB 1 0
73,041 73,041 00000000002f0dc000a2e3f71ee63c949232947aa6394f19418dbbaa0bd1d0a9 0.00 MB 1 0
73,040 73,040 0000000000183bf1839b7fb6d9534251f1a9e784c61d77252b6085bd5f27c460 0.00 MB 1 0
73,039 73,039 000000000003f08d26b252a3e22f08c6434671ebb7582828e2c69dec6db82799 0.00 MB 2 0
73,038 73,038 0000000000727204d33805425324befd10e563b52538702e408ce317f3462427 0.00 MB 1 0
73,037 73,037 00000000004427f0f43dec85f3defebe6018281be2dadd37386411ad5d95fcab 0.00 MB 2 0
73,036 73,036 0000000000180e5469b5bb8f5f6b7ecc82b28a9ba14010d9ef2f6fd30c35b6ab 0.00 MB 2 0
73,035 73,035 0000000000101db83478b99330795ff1ad0701ca7ec266cb0eb68e573f3d7ff6 0.00 MB 1 0
73,034 73,034 00000000000d47ab278541f2344a675b8b63f677a4bb43d65ac98d8e6b68ab88 0.00 MB 1 0
73,033 73,033 0000000000651156de95b85aabebd4c3887c83b6f4581afe5c5d3f303d568623 0.00 MB 1 0
73,032 73,032 000000000065d269b576c14235976f53ab778cbde34fb83fc626ef6668154bcd 0.00 MB 1 0
73,031 73,031 00000000003c7c4948637404370f8bca53bfb7d615081d75a633507454fa4e9b 0.00 MB 1 0
73,030 73,030 00000000003b9f20c5821daead8f5b22e47c3e0df39e0e8eb157a8bba3827a2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,362.97 GB sent, 125.42 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.