Loading Tool

Explorer IconExplorer

Memory Pool

81,133 transactions
31.12 vMB
0.09151655 BTC
Random Selection Loading Transactions
Max Size: 187.71/200 MB

Candidate Block

Mining Attempt 5af2f5423c5ef4f7a17defc741d82bc5fe752182698ce3471812fa2f59eb5bdd
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 482ce0b3ba7bd3b7f50bd9c34f53b2dcce870918b57359a846ea8e20d63a7f86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,444
Size: 1.00 vMB
Total Fees: 0.01885265 BTC
Feerates: 45.88 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (557,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,050 358,050 0000000000000000038b4ac3355a0ecad8f1b8f5629c4da360b296bb6f91da86 1 0.00/1.00 vMB 0
358,049 358,049 00000000000000001120699fddede7bc7af3251f0dff9e09c1d0a2ece3840d77 25 0.02/1.00 vMB 11
358,048 358,048 0000000000000000100f521d1aed1cf21f3bdfafc81146e43de74d3d20500c15 1,117 0.71/1.00 vMB 24
358,047 358,047 00000000000000001439ba5e60fda95b6cdbac18e657a5fc033154f8b08f7c7a 803 0.43/1.00 vMB 24
358,046 358,046 000000000000000015027933bb76a90b7fe4342eab68da56ca427f9524d0e323 83 0.10/1.00 vMB 5
358,045 358,045 00000000000000000c7f50fd4156bd78a60468a3fa9a9e8c8e70eb49036ce474 482 0.21/1.00 vMB 23
358,044 358,044 00000000000000000c7d1422a6fae4d266d97841f67b4e675dce966adc07b5f1 1,373 0.88/1.00 vMB 23
358,043 358,043 000000000000000011186bcc928076c9c83b00be234493ec0390a0d3596c72ea 368 0.23/1.00 vMB 20
358,042 358,042 000000000000000003f6aa1dad52ea7bc3fcfe0e69fe70958c359d24df1f6283 335 0.31/1.00 vMB 20
358,041 358,041 000000000000000000494eb1ab3c06fd02390f6f2855a6bd5950b645842111c1 496 0.23/1.00 vMB 27
358,040 358,040 000000000000000011f4449e37530d20af658d4c4f614e41c5c7e16d23dd6a1f 294 0.18/1.00 vMB 15
358,039 358,039 000000000000000009049294cff53d9444f17c31f581146c330e7ffb4ac73581 1 0.00/1.00 vMB 0
358,038 358,038 0000000000000000151c7f04b36958aea040904d56c2dd460c8024fddd212e65 1,833 1.00/1.00 vMB 26
358,037 358,037 0000000000000000021ddcbdf7baf31f7f8c4bebf1af669274d469e1ad486b89 1,505 0.79/1.00 vMB 26
358,036 358,036 000000000000000009a30769b89ed8b6159af69e0c8535c1f766a370c5652fbd 1,035 0.62/1.00 vMB 27
358,035 358,035 000000000000000004f3a8ad7d620e3be3ddf3deff2b11fa2359f9f477138e4b 515 0.36/1.00 vMB 20
358,034 358,034 0000000000000000131fcb6bd2b51ad261089359eba98f87f7a05fe41e9fda2f 1,451 0.75/1.00 vMB 26
358,033 358,033 00000000000000000c7ea0fcac58a9d7267fef8551b9d6a5206bf42b849618cb 932 0.45/1.00 vMB 28
358,032 358,032 000000000000000005e074ad756923ffaec04042d669c06c5d308ba308f39b2f 255 0.16/1.00 vMB 17
358,031 358,031 0000000000000000014095de72d2c62fa7db5a5e487c9eafc69cc973bb55c3e3 560 0.31/1.00 vMB 24
358,030 358,030 00000000000000000265c2744f02f4b519a013c1719da55a6150df3a9ad5389b 960 0.53/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.