Loading Tool

Explorer IconExplorer

Memory Pool

36,986 transactions
25.99 vMB
0.06298800 BTC
Random Selection Loading Transactions
Max Size: 133.15/200 MB

Candidate Block

Mining Attempt 05cff99d5ac2bee00969f3a0d2224fc3d81c83215bd02ac2712afb119e87e749
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 74cbe4561ea07aa46d16fe5644d637967c9e176e3819a80f8ad13351c705e55c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,810
Size: 1.00 vMB
Total Fees: 0.01504585 BTC
Feerates: 171.09 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (79,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,882 834,882 00000000000000000000a1c6cf115fd00a3dc11885fbca00d31cc8131f241d23 3,220 1.00/1.00 vMB 24
834,881 834,881 00000000000000000000444a8f470def6b89122d3da8e393f7d5fc5476725355 1,844 1.00/1.00 vMB 19
834,880 834,880 00000000000000000002a0a2599655f118442e010d6df8878c0c0d1b8b44a2d6 1,839 1.00/1.00 vMB 14
834,879 834,879 000000000000000000016df7aa93d06df422f23ea7a09c51e2d0217e439ba908 2,701 1.00/1.00 vMB 15
834,878 834,878 00000000000000000002d182e5226a9cbf0dd9d441604c174a448869f7397b97 2,812 1.00/1.00 vMB 24
834,877 834,877 00000000000000000002753e45124c26a544978ee6f841ba7ee08f4ef5a1d2eb 1,523 1.00/1.00 vMB 13
834,876 834,876 000000000000000000029ddf9a36b0f65398bb44e8c8e8e1985355ec34867d92 825 1.00/1.00 vMB 11
834,875 834,875 00000000000000000000b4190128ac45f86f2e9b2dd8b830f16b597fadbb2b75 1,688 1.00/1.00 vMB 11
834,874 834,874 000000000000000000032c7441867e68a41ff0feec33c4e4b9a82ce3dcbf2dc0 1,808 1.00/1.00 vMB 18
834,873 834,873 00000000000000000002829017633a081ec4632cd5effce349f0f4014aed3afb 1,465 1.00/1.00 vMB 16
834,872 834,872 00000000000000000001f8acf5dc0cdd0b853974b4d5482ecfae849e38ce2a10 311 1.00/1.00 vMB 12
834,871 834,871 00000000000000000001c20d2219587e5ce244b20d44697de3ae29d008ae96d9 1,592 1.00/1.00 vMB 15
834,870 834,870 0000000000000000000105126905065da06099c1b13150034bdb794de562b566 3,027 1.00/1.00 vMB 25
834,869 834,869 000000000000000000024cab5388f0b0323a10e172b9a5f9a35cc71d8e069c3d 1,281 1.00/1.00 vMB 17
834,868 834,868 00000000000000000002d81a236aec22cda948fb29c676a09a993ec12693ddd5 1,367 1.00/1.00 vMB 14
834,867 834,867 00000000000000000001a5c1685c3f62c1a580153c105c87cb970a347b830f09 2,388 1.00/1.00 vMB 23
834,866 834,866 00000000000000000002b559d1b7e287de1d691f81ef7e2a3b67a7d49c76906a 2,832 1.00/1.00 vMB 29
834,865 834,865 00000000000000000003331fae5f33fbcbd036c4dba3d07e54ca6fdecc883fc8 830 1.00/1.00 vMB 14
834,864 834,864 0000000000000000000243b7ff593afbd4dd4caa385a2740897e436a2d8d4bbf 2,448 1.00/1.00 vMB 26
834,863 834,863 000000000000000000007c8fc14073b46185e1499e678c459ddcb0588285d3d3 2,521 1.00/1.00 vMB 21
834,862 834,862 000000000000000000031f691245f1d64c59daa8ee4f71c52ad0e6fbc70669ad 2,038 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.82 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: 635.69 GB
    • Received: 12.32 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.