Loading Tool

Explorer IconExplorer

Memory Pool

46,453 transactions
27.32 vMB
0.05631461 BTC
Random Selection Loading Transactions
Max Size: 144.83/200 MB

Candidate Block

Mining Attempt 2ddb90589c3a20c9eef06d4bd584432213593f2f578fd94f9872d535dd996b37
Version 20000000
Previous Block 0000000000000000000149e99e9fe928cc50ad17726ca7114570e11f41657874
Merkle Root d3821326da3ae23ca5ddb930ec05e96cc45378a45ae5e1c062ee20cbcbf8a653
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.00527976 BTC
Feerates: 40.21 > 0.53 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,770 (235,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
678,878 678,878 0000000000000000000a17d9351bef2cef7bdc24f1b68dd1b7c98b8a8a36a19b 2,333 1.00/1.00 vMB 58
678,877 678,877 00000000000000000000b5e19213badc3fa637aea1e95db648929d7f2ee6467b 1,568 1.00/1.00 vMB 78
678,876 678,876 000000000000000000057d6302c1d6ae21a0bac8910b7d2a68ce9ea4bfd98227 1,178 1.00/1.00 vMB 87
678,875 678,875 0000000000000000000ae0e211847267fb0c96fed9e457d788c411461ec85c4c 1,423 1.00/1.00 vMB 87
678,874 678,874 000000000000000000069950d43f2917bffe1ba829f33bcd310d895299964f0e 2,233 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.98 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: 648.19 GB
    • Received: 13.01 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.