Loading Tool

Explorer IconExplorer

Memory Pool

78,432 transactions
29.09 vMB
0.11607414 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 76ab26842c4f770d71b555589189763f72a2f0726f79396570f8948276d4d7ee
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3f6f32defca73b03bab95de4565aa101b5dd3447e67b13a12ab53d2f6d9362f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04164852 BTC
Feerates: 150.80 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (106,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,650 808,650 00000000000000000000579c8523262e199ddd76ef1e42467d90689a35edf391 6,100 1.00/1.00 vMB 25
808,649 808,649 000000000000000000028734ebbba9a666d0196e7cf32442ee262b103b9a41c5 3,394 1.00/1.00 vMB 23
808,648 808,648 00000000000000000003474bc26082e4b968ab22fc125dc04ccee82f77db6dd7 2,642 1.00/1.00 vMB 38
808,647 808,647 000000000000000000012d1e6d7df4021367946bc66746e72949616e6f6407a3 3,620 1.00/1.00 vMB 22
808,646 808,646 000000000000000000009bc4e24d85a8edd4052ebf24184485fb13b27241edde 3,356 1.00/1.00 vMB 32
808,645 808,645 0000000000000000000248cc1ef13e4d2a1e2f4702790ac6d22be56bbd115282 2,956 1.00/1.00 vMB 32
808,644 808,644 00000000000000000001149b05cee918bf5fc2b71d0addda95c2a64f0c6ca048 6,087 1.00/1.00 vMB 24
808,643 808,643 0000000000000000000236d84fd597c8c631af9a0795547ee4eb6e67068c9765 3,294 1.00/1.00 vMB 33
808,642 808,642 0000000000000000000118ec31fb34904a323ce143e9eaff2ac5f2f9a4a354b3 4,173 1.00/1.00 vMB 26
808,641 808,641 000000000000000000049c92679f61be9554340d28e1392e9575ce9aa2c4d7c4 4,596 1.00/1.00 vMB 26
808,640 808,640 00000000000000000004ad8cceeda6ceda10e13e7d7b778db4d64778c0dc8382 4,345 1.00/1.00 vMB 32
808,639 808,639 000000000000000000011f3c7a83e2fa489ee8145056bef413c69bdb66b00e02 3,383 1.00/1.00 vMB 30
808,638 808,638 00000000000000000001ae9f2c305865d3bb2cfa3aad0eb2dffa4a845ee4727f 2,018 1.00/1.00 vMB 29
808,637 808,637 0000000000000000000414eba717dba171b11414fecad0547ab9475c148136b1 2,343 1.00/1.00 vMB 36
808,636 808,636 00000000000000000001b9629797d9c4de457ebdde57a6dffe7eca97ca008852 1,427 1.00/1.00 vMB 38
808,635 808,635 00000000000000000002a7625337e9aa3e7a7a43a3b3f01b3e4391fffc1b31ab 2,761 1.00/1.00 vMB 41
808,634 808,634 00000000000000000002a98ced364efd8f8caf423da541834d3d36a3876f3304 3,105 1.00/1.00 vMB 46
808,633 808,633 00000000000000000002ca226725320e09483c159f8c0e0180bbf045da48b3a0 3,004 1.00/1.00 vMB 22
808,632 808,632 0000000000000000000019a2d0436c1e3ffb84a4b6eef126130071b2c69a39b9 5,478 1.00/1.00 vMB 29
808,631 808,631 000000000000000000036335d250a45bfe9df2130425fc1878b998c969cf2c03 2,397 1.00/1.00 vMB 29
808,630 808,630 00000000000000000001bec2028b74f922c269b0f1c035c42be57f67d499ac22 3,547 1.00/1.00 vMB 41
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.76 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.