Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.36 vMB
0.12439458 BTC
Random Selection Loading Transactions
Max Size: 176.74/200 MB

Candidate Block

Mining Attempt 8962a48e8e10bb564e934237d906290dc25c46280e00ab4a2a8bb1eb3306c4a2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (450,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,898 464,898 000000000000000001ac039e4c875fa16e01be34f1d0ea4bfaeadcfebb90aadc 454 0.16/1.00 vMB 311
464,897 464,897 0000000000000000013f12f12d1f8036ad4f2ccad090239a1e5680cb00058435 2,123 1.00/1.00 vMB 195
464,896 464,896 00000000000000000202568122d48bfd06c036c2dfed981ed541d9e240dcbc5c 2,019 1.00/1.00 vMB 224
464,895 464,895 000000000000000000d6501d7c69d08a9c8df0bace79c3afbe89110685679ee4 2,404 1.00/1.00 vMB 244
464,894 464,894 00000000000000000031bb6d73991dc31eca50bff190a277b57249752e2f5136 2,104 1.00/1.00 vMB 273
464,893 464,893 000000000000000000c34806f3655e55b62584f339bc194bb07e2f708da88670 1,714 1.00/1.00 vMB 182
464,892 464,892 000000000000000000317d2469fea1a9e347ac78be59153b0d073abb747e7a2f 2,277 1.00/1.00 vMB 199
464,891 464,891 000000000000000000af8d8500f62840a37f956f609bc06b5da48512fcb53929 2,661 1.00/1.00 vMB 232
464,890 464,890 0000000000000000015ac24b81cd22c5ee021d4834ff4ebceb2801a6a0ec8787 2,366 1.00/1.00 vMB 202
464,889 464,889 0000000000000000008db94895421dd5c9688ef0a6c74cf4556c56636bb645ad 2,585 1.00/1.00 vMB 225
464,888 464,888 00000000000000000106751626a6aecb2939286e4cf09d8f55c947c26c452db7 1 0.00/1.00 vMB 0
464,887 464,887 000000000000000000f06ee23e100e20cfb3cb79b69219d5eb7c0b534d86d85f 2,707 1.00/1.00 vMB 254
464,886 464,886 00000000000000000080efec0ebac86484075869e3492a9660181951696ab40c 2,168 1.00/1.00 vMB 174
464,885 464,885 000000000000000000b08bdc02388269dbe9c57d3ff5c70919467fd86fea812e 2,536 1.00/1.00 vMB 231
464,884 464,884 000000000000000000dc4a94c79c13de441a7682b71774efe9977afd8357e97f 2,034 1.00/1.00 vMB 176
464,883 464,883 000000000000000000782ce0e8a574a5d94eb9d3d1f4550cf7436a1798a91ce6 1,789 1.00/1.00 vMB 171
464,882 464,882 0000000000000000010a318b8b7e1da6ec815ada37fc12b321ea2c4c2543fb37 2,503 1.00/1.00 vMB 199
464,881 464,881 000000000000000001109fbcf025b282c3d67bca50451bf33d251380d12e59eb 2,156 1.00/1.00 vMB 131
464,880 464,880 000000000000000001ca7246e778d6f179821f09eed608377b5eaff0a0e663b5 1,781 1.00/1.00 vMB 128
464,879 464,879 00000000000000000094e5c08953388e2d689f3f0d139bd4e1922e2b6804104b 2,065 1.00/1.00 vMB 167
464,878 464,878 0000000000000000013fd58f49e6c253ee34fd7618c12a3da4ff2c3dfd893b57 2,980 1.00/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.