Loading Tool

Explorer IconExplorer

Memory Pool

85,556 transactions
31.79 vMB
0.09882081 BTC
Random Selection Loading Transactions
Max Size: 193.58/200 MB

Candidate Block

Mining Attempt 1c81d3673bdf5fb55c08792e8cc3373ab4c0ccf714afb5719491a9b89f70afe7
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 2cf315f77b6b5392f1dfa5d97e9c22ced8cb56a1b54d89a866c7550ac0f7f4ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,233
Size: 1.00 vMB
Total Fees: 0.01856551 BTC
Feerates: 60.04 > 1.86 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (236,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,899 678,899 0000000000000000000b4615787c1a69846db1f5ebad338f15c63ca4939af262 2,638 1.00/1.00 vMB 110
678,898 678,898 0000000000000000000581bfba82796401525e67b397041bd8fbd3cd936efbd4 2,246 1.00/1.00 vMB 56
678,897 678,897 0000000000000000000a01d587b1256c910223a6fe29ffb8f70c463d2e0acdaf 2,068 1.00/1.00 vMB 89
678,896 678,896 000000000000000000092f4fd6142f7fb47ec07d58d3498cb03800e92dca995d 2,950 1.00/1.00 vMB 102
678,895 678,895 0000000000000000000bc9b30775d78b8c1a17b9736b5ec59d82622797d41578 1,905 1.00/1.00 vMB 36
678,894 678,894 0000000000000000000bd28db0e0806795c66dea9826bd165f96d0b3761bf75c 1,282 1.00/1.00 vMB 28
678,893 678,893 000000000000000000025d67588a9dabd1eb1fa6c49978ffb594c00f9ec8c53d 1,512 1.00/1.00 vMB 20
678,892 678,892 00000000000000000001d141e9a4ec0ea7175130173d5f08704637269e329c4a 779 1.00/1.00 vMB 34
678,891 678,891 0000000000000000000b8280c700e00a4404cdebd879ad7b1dc7d38e28d4418f 1,961 1.00/1.00 vMB 54
678,890 678,890 00000000000000000004dc3ce8504f51e946faf04b382994ffd70248fc26ae9a 1,837 1.00/1.00 vMB 36
678,889 678,889 0000000000000000000a39b5dbab13d022eea70a2824f95b5f79570b62e6bdf0 2,253 1.00/1.00 vMB 76
678,888 678,888 00000000000000000001d142be2c715ebd77bd6201158be6a6dceef3bcaddb28 2,214 1.00/1.00 vMB 38
678,887 678,887 000000000000000000056bf7b6d93542f57ef69b63365ec7c825b9adb24edf05 2,393 1.00/1.00 vMB 25
678,886 678,886 00000000000000000004af9eb380e0d9191e9c8f7f248830af39b346fc4aa5bf 2,658 1.00/1.00 vMB 67
678,885 678,885 0000000000000000000313e9ac880bea2e89791e3a80040746ed48c4db852b57 1,953 1.00/1.00 vMB 70
678,884 678,884 00000000000000000001f45b0d3ced80b4a646137225a482a3462237a3b1b915 2,062 1.00/1.00 vMB 44
678,883 678,883 0000000000000000000b53983296cac5a599d7909f04604ce13531243c7572bb 2,012 1.00/1.00 vMB 127
678,882 678,882 00000000000000000009eab327e027366bb80de29a744207222f9d47c98dcf74 1,619 1.00/1.00 vMB 15
678,881 678,881 000000000000000000042b7bde1b82a44a78e4e4b6d927d26c5160b7dc52a280 1,971 1.00/1.00 vMB 59
678,880 678,880 0000000000000000000b7c199128363d859bf27f28d7cb38d228f78bdc5c6830 2,569 1.00/1.00 vMB 30
678,879 678,879 0000000000000000000416116a1a7548e4f1eeb3d9dd7e20a2ac49e0a5e7bacc 2,344 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.43 GB
    • Received: 18.06 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.