Loading Tool

Explorer IconExplorer

Memory Pool

27,664 transactions
27.75 vMB
0.07723585 BTC
Random Selection Loading Transactions
Max Size: 133.17/200 MB

Candidate Block

Mining Attempt 8ca641137212112a48205edb107bb02d4209074b3162f725bf3dd4d669a08da1
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 0eabffa7e4c00a0ada6449ce7130fc4be99a66e666bcf398661c7c99894577ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 1.00 vMB
Total Fees: 0.02434504 BTC
Feerates: 300.91 > 2.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (882,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,933 31,933 00000000ed39fef957b251e4962320675aca807066a270163073e8df87898915 1 0.00/1.00 vMB 0
31,932 31,932 000000001673a291746be07e3e1118a473dfb95b056f4535feb769dc12739923 1 0.00/1.00 vMB 0
31,931 31,931 00000000df64155b07599e11381a4d6ea68133a90bc044027d5d8b295c421915 1 0.00/1.00 vMB 0
31,930 31,930 000000009aa735b81aef8b6ad367dd06a020dc1dbe820d853b37071e7496ee71 1 0.00/1.00 vMB 0
31,929 31,929 00000000db14c983190c101f1a95752cfab471687d401c87c98eabf2157d60fe 1 0.00/1.00 vMB 0
31,928 31,928 00000000b35fed1730ef1bf8056bf6ec283b1f911f3ea2ded94f566da0199f75 1 0.00/1.00 vMB 0
31,927 31,927 00000000edff24c6dea29ab8a313b03ad56fd293f2e5dd1e7397ecbd05c2925d 1 0.00/1.00 vMB 0
31,926 31,926 00000000aa492bfd949d1f65e1f146a7ba2c58b1ef581ed81037256156e4605f 1 0.00/1.00 vMB 0
31,925 31,925 0000000025198110561758153390910b781475279206ab3b80facf5944b31ee4 1 0.00/1.00 vMB 0
31,924 31,924 00000000c141f0c89ca4e1a94c48879351c70e325f5afe0573adb3c5833b18b3 1 0.00/1.00 vMB 0
31,923 31,923 000000000e69fbd0ce29a235799b534c8231fb5d9943fc0f56229e9bf61a2913 1 0.00/1.00 vMB 0
31,922 31,922 00000000cbf047c5b79445c70e1bd6c55f56e3d19bde4027182265aff28f1907 1 0.00/1.00 vMB 0
31,921 31,921 00000000d3a20b0a18dda9f35b1240c2d761fd21fe2795c26e76e2e8424ebb97 1 0.00/1.00 vMB 0
31,920 31,920 00000000d6a95868e1d9e25c6aca45a4489df04abe8d9d2b81f1b7603c30eb12 1 0.00/1.00 vMB 0
31,919 31,919 00000000a4490a47efdf95ca13c41d6729c83beff3c4ce25d5deedcb1a2ad229 1 0.00/1.00 vMB 0
31,918 31,918 00000000b471a2bfda4f30a98f7be05f4a2416dc08c0f01d145edcc07d983c37 1 0.00/1.00 vMB 0
31,917 31,917 00000000341371cebf77ad35acb9ada112d8673b1bb1878f6e674c6d8ec6a11a 1 0.00/1.00 vMB 0
31,916 31,916 00000000ad80c273f9b2c6c21f1e8bbaf1492d0a3fae24332704beb3a37a6592 1 0.00/1.00 vMB 0
31,915 31,915 000000000c076147976c8e103e35e0881c30f7da9e1bb9590dcaa4ff94aaccd7 1 0.00/1.00 vMB 0
31,914 31,914 0000000010bb29675b522847decef4fbf23548271cba5f480c645fa444e8205e 1 0.00/1.00 vMB 0
31,913 31,913 00000000344994ec095ce551e2a1007019e99f5faafde132b83bbe76461a7063 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.25 GB
    • Received: 10.83 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.