Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,202 transactions (0.36 vMB)

Priority:

  • 1 sats/vbyte = (3 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,792 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 1,186 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,791 (868,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,063 42,063 0000000039e3a0a783a3681e74edbacb12e8b09292146f6847bdf333eacbfe1e 0.00 MB 1 0
42,062 42,062 00000000432676cf9aedd728504efcbbdf2435e0385c06c6f84a51834de0b8aa 0.00 MB 1 0
42,061 42,061 000000003f8c91f884824a0706233a86ae820244287db519f38ea7f0490dc430 0.00 MB 1 0
42,060 42,060 000000003bf6f6d47a9677aad70a51831c15f2956d4a3551c00503a6accacdc2 0.00 MB 1 0
42,059 42,059 000000004497be1d09a743d2ce9407264b14ec8634c17379e8bf9be062a8152e 0.00 MB 1 0
42,058 42,058 000000005d1ac02062f514c24d27c376a996f0685f75b35f7914f5acfc046a1a 0.00 MB 1 0
42,057 42,057 000000005f32226c35a0f9f6d049f978748c0142bd491173c88f31abe4a67f83 0.00 MB 1 0
42,056 42,056 00000000121360bc75e8c404f236fe023f1450f79e3c96cf2993a715639f06fc 0.00 MB 1 0
42,055 42,055 00000000354824205850d7a56b625a44c06f24d9aec2da69a9a3b067c52c5b92 0.00 MB 1 0
42,054 42,054 0000000057c6b6174b2e9fc48c2b2d6f372ba5d450792d7e893799462589f933 0.00 MB 1 0
42,053 42,053 000000001e7341a80089082a71193ac057e3aa19a57720f5e5a620900b8dca72 0.00 MB 1 0
42,052 42,052 000000004d4c3d73a8a6f0548c9a128710509d913e0050571b1f5fb0d9830f16 0.00 MB 1 0
42,051 42,051 000000003ed96574207298256383e28f74200b356b92256eb72f9e96d07acdbe 0.00 MB 1 0
42,050 42,050 000000001b21cf2a701154d641bcdaace3fccf49353e436223c6609e0a97b3cc 0.00 MB 1 0
42,049 42,049 000000002cba17ebbb48e5b69ec2a023a527ef7c63d69ec8dfbe070c2de1c74d 0.00 MB 1 0
42,048 42,048 0000000035a820e3752d820aeca8cf5409328a76504a72bfc19c9e48eabe37a6 0.00 MB 1 0
42,047 42,047 000000000d7ad137220b12551692f5a88648e6cc73bd719bfc98815f4a9b8f86 0.00 MB 1 0
42,046 42,046 00000000095c2a309b5bb7849d508957c42e03dd5589e9d5ee9d6a71083294b3 0.00 MB 1 0
42,045 42,045 0000000022e200dd0591f7ba7b5b36d1db544eb35acf4287adaea590175c9e42 0.00 MB 1 0
42,044 42,044 000000000f6eefcace2a8e2ba672924ceacb800c85fe62cddb8d106bcb502d70 0.00 MB 1 0
42,043 42,043 0000000058ab8ba63bac7c3f7278607d0d0205b319c2f2551ccc87c200fa637a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.85 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,295.61 GB sent, 122.92 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.