Loading Tool

Explorer IconExplorer

Memory Pool

38,152 transactions
25.45 vMB
0.04892377 BTC
Random Selection Loading Transactions
Max Size: 131.63/200 MB

Candidate Block

Mining Attempt 5d2806941a250a7973ad4d9c021638e7c5be785774046aeba271402acfbdd76f
Version 20000000
Previous Block 00000000000000000001c36c54bd23b3a107a616ecf778bf860499dd6b12a600
Merkle Root 635406c22f83307f8ec00529bc3ed7c8f922eaceb7f208ae4702a6a94b361436
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,609
Size: 1.00 vMB
Total Fees: 0.00288922 BTC
Feerates: 12.10 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,763 (210,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,996 703,996 00000000000000000008564e2765642562810a83979b40b2fd5d1432e602f45d 1,871 1.00/1.00 vMB 21
703,995 703,995 00000000000000000005d8a0fd4b9cd7991be63be32e971104058bf2ca4ae26c 1,854 1.00/1.00 vMB 9
703,994 703,994 000000000000000000025716665efcf3a1aafd7c2ca61bb5a294894e684b7320 2,260 1.00/1.00 vMB 16
703,993 703,993 00000000000000000000faf582467d707cbcb56b4e6dbe6fb8ed12e76e300f9f 2,710 1.00/1.00 vMB 13
703,992 703,992 0000000000000000000c0a10394f658ddee16a9331bd058e091499fe1c2c3fb2 2,267 1.00/1.00 vMB 15
703,991 703,991 00000000000000000008dd9ebfb1752be6a28c3620d69d2a976ec435d00b10f0 2,308 1.00/1.00 vMB 10
703,990 703,990 000000000000000000060f5cfe444431331ba7abd8db6c6b7b6d82c5cad7c86b 1,450 1.00/1.00 vMB 11
703,989 703,989 00000000000000000003bdd82358acb8a8afd9166bf203d1e913b6242e0b49a3 2,703 1.00/1.00 vMB 12
703,988 703,988 00000000000000000006187a95d18f495d5b01aca6a8e2552d827ec1cd979c8e 2,416 1.00/1.00 vMB 20
703,987 703,987 0000000000000000000883f155cd4cf1b8cc22e5dbf9268206b658c407fd0707 3,488 1.00/1.00 vMB 23
703,986 703,986 0000000000000000000a9c43a0dc90644df6720433a029299259eccf08ff396f 1,240 1.00/1.00 vMB 17
703,985 703,985 0000000000000000000de10f053a0992f3a1e7323aab8492d195da463de1f63a 3,152 1.00/1.00 vMB 18
703,984 703,984 000000000000000000094f07aefb017590a5a30462caea0eec522bfae0bd17a3 2,691 1.00/1.00 vMB 20
703,983 703,983 000000000000000000010e36a9bb5bec4c649eef47a059e882ea46801cc44879 3,474 1.00/1.00 vMB 31
703,982 703,982 000000000000000000052300fc395eda0cc5abfdd17ce36c2915ee899932f8da 3,206 1.00/1.00 vMB 34
703,981 703,981 0000000000000000000bd970f4cc37191df1ba360fc5bfdc2360c8d06e5f656a 3,472 1.00/1.00 vMB 29
703,980 703,980 000000000000000000080b79eaada3c82ccd4544fccbae18319bb74b4e5a1559 2,154 1.00/1.00 vMB 25
703,979 703,979 000000000000000000022c4c01d1884ad42f1104bab4ad82040a4f2613a15058 2,112 1.00/1.00 vMB 20
703,978 703,978 0000000000000000000df43b66e1f936f2724c37026591bc3b7eba22aaf4a3dd 2,804 1.00/1.00 vMB 16
703,977 703,977 0000000000000000000b186e613bf5a564ea92b49a1b4bdb0d0343bdbe6b87ef 2,578 1.00/1.00 vMB 13
703,976 703,976 00000000000000000008ab22d9bbd678239cf2d8b5e04f1a8e7c53b3002630c6 1,868 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.96 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: 647.71 GB
    • Received: 12.97 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.