Loading Tool

Explorer IconExplorer

Memory Pool

79,645 transactions
34.41 vMB
0.16469050 BTC
Random Selection Loading Transactions
Max Size: 192.82/200 MB

Candidate Block

Mining Attempt 28fba2f1fd5ee09e6ac6e37d45c57bb25c62d0114b28594c4f1219dd118a79e0
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 177a73489ccaea6980a8839235284098407122cb18ecf30098a4c948d71f89a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.04054332 BTC
Feerates: 150.93 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (372,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,916 542,916 0000000000000000001e58d94c5718248c751bfb6ebdf2756a0d019d34f0e879 2,280 0.85/1.00 vMB 12
542,915 542,915 00000000000000000027406d66bc42b269376327bba94e69ed3a2ea7291e03a8 3,169 1.00/1.00 vMB 18
542,914 542,914 0000000000000000000fc8084a7c1f71239b37115ad937b2235eac1ec1f52dfe 1,216 0.44/1.00 vMB 17
542,913 542,913 00000000000000000011e952864e2d9b7231aebff5cfbd1c12c72db33e735bef 1,094 0.32/1.00 vMB 11
542,912 542,912 00000000000000000015918b86686402536eb6e66383cc5fc95009461061a80b 1,361 0.66/1.00 vMB 9
542,911 542,911 0000000000000000000e76f8e736a750e518e7482a2b3ec0bd34d13188799eb2 2,055 1.00/1.00 vMB 5
542,910 542,910 0000000000000000001226b1d536b601a79df46621fe83563df453f196be8e27 2,485 1.00/1.00 vMB 13
542,909 542,909 0000000000000000000b05a6cd315326174cfb5af4fa23024bfbb3134e634921 2,499 1.00/1.00 vMB 11
542,908 542,908 000000000000000000076046bd57b8622675ec809a70974ed3425587815cb224 3,006 1.00/1.00 vMB 5
542,907 542,907 00000000000000000002102a20e30e365c28aaf6d61e6f056dbdaa0405c9e9ce 3,281 1.00/1.00 vMB 24
542,906 542,906 000000000000000000266abe12b7c5c0d4f77a998e731b77bff1c9a51f88f92f 3,040 1.00/1.00 vMB 22
542,905 542,905 00000000000000000004b9bb9450f9b9474cd3a6bc8bfdf018ad376ff4d7127d 2,989 1.00/1.00 vMB 19
542,904 542,904 0000000000000000000a85aa6c91e42e97f046af1345918a60dba504e1f36356 3,419 1.00/1.00 vMB 6
542,903 542,903 000000000000000000012f0e67caaab489ea818f6e9fb277e68f94398b00d143 1,547 0.59/1.00 vMB 24
542,902 542,902 0000000000000000000ab8cb9b7deca6467affd3827535b6ed307796528525fa 1,386 0.56/1.00 vMB 10
542,901 542,901 0000000000000000000f0e2fb216121a24f614a2accd1eff85a9674e3b4462f6 997 0.33/1.00 vMB 14
542,900 542,900 000000000000000000182fa9dbd3dd57ad2622e06c33fe046f3bae4c478e64f0 1,724 0.65/1.00 vMB 9
542,899 542,899 0000000000000000000a37469f798fc0df5b52710ff26ad02e7e7fdb2bd0be39 981 0.46/1.00 vMB 16
542,898 542,898 0000000000000000001410258d48f457d3e2ad787ac1c183d61661a3d12c586e 995 0.34/1.00 vMB 9
542,897 542,897 0000000000000000001dfec5cd08259e3be332b0455a6b51b8b3bea16a8f5a5d 2,935 1.00/1.00 vMB 17
542,896 542,896 0000000000000000001a92e94dc5ecdc36f7e992ebb6e948d460f5423259dfad 175 0.06/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 734.05 GB
    • Received: 18.55 GB
  • Uptime:

Notes

  • 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.