Loading Tool

Explorer IconExplorer

Memory Pool

40,841 transactions
28.62 vMB
0.06650048 BTC
Random Selection Loading Transactions
Max Size: 146.45/200 MB

Candidate Block

Mining Attempt 57abea94cad32330a26638beb497f684f3dcb83329ae217379e24f4d7a4dc27f
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3ca84038c4246939fa971e79e13c0714725995d2af5126a672967ee4cde7f6e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.01112950 BTC
Feerates: 100.19 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (45,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,850 868,850 00000000000000000001b73514d6d4676082f81e89879436269e0bb8864dd17b 2,793 1.00/1.00 vMB 5
868,849 868,849 00000000000000000000e0bf7b8d2d45f7c032e5f0acd3ebe2ee7e1dfb0becf4 3,194 1.00/1.00 vMB 5
868,848 868,848 00000000000000000001e09fb4e7ec882139878a714c26630f7b9da8dcb40265 2,711 1.00/1.00 vMB 4
868,847 868,847 00000000000000000002cf060329e9606d6378fc761eb3b7de5c1a00f71941bf 3,035 1.00/1.00 vMB 10
868,846 868,846 00000000000000000002c105544e1e9f332f5244f61a2909baada0ff34aaf3f2 1,927 1.00/1.00 vMB 3
868,845 868,845 00000000000000000001c0eb66893bf315c58fed3f63739c642f7c94468def55 3,550 1.00/1.00 vMB 5
868,844 868,844 000000000000000000023c0e2aa2ac5e0afdd0f68bf342d7503928bb0630bc37 3,190 1.00/1.00 vMB 5
868,843 868,843 00000000000000000002672a5fbee09e2fb71bb3001d53fd50ecb9ccb9dc50f0 3,375 1.00/1.00 vMB 4
868,842 868,842 0000000000000000000235d652ce89a3e96014b7aaf5b3e312dcc85b70c97c67 2,785 1.00/1.00 vMB 2
868,841 868,841 0000000000000000000171b12ce025343d79e69424c325a6fab98ca80cc96b5d 913 1.00/1.00 vMB 3
868,840 868,840 0000000000000000000123c142e45945484da3ea07e3729b4341b322dd0d94c5 1,941 1.00/1.00 vMB 2
868,839 868,839 00000000000000000000b23c8469c68971850d8b5735af10995ef16594260c25 1,984 1.00/1.00 vMB 3
868,838 868,838 00000000000000000000bd28c7620fd93bc34511ceaf6869e7a41ab2baa634d5 3,132 1.00/1.00 vMB 5
868,837 868,837 000000000000000000013b079ace4137c511ec591e57276f44d75e6b0c2a41ab 3,512 1.00/1.00 vMB 6
868,836 868,836 0000000000000000000170c2169960d91db9879456f298d024cab7d864abb440 3,558 1.00/1.00 vMB 8
868,835 868,835 00000000000000000000f81be024f35ec29570bf0c3d8c96e073b9e2f621ccba 2,590 1.00/1.00 vMB 8
868,834 868,834 00000000000000000002b4e43a1265f60065d2e1c4a56a1f37f3cfe4abbacdae 2,949 1.00/1.00 vMB 5
868,833 868,833 000000000000000000029c1e7b0fc9aaf4fa6674e7102753bdc72d6dded70ded 3,567 1.00/1.00 vMB 12
868,832 868,832 000000000000000000017165264f1208faec3f74f28cccabd526056e5a14403f 2,387 1.00/1.00 vMB 3
868,831 868,831 00000000000000000001d491d0bced9afc2855ce56c13e26d087d00cdee6d0cd 2,725 1.00/1.00 vMB 4
868,830 868,830 00000000000000000002a22382ac4c42447e77e9c5669a133e62e2e66fb41f2b 4,899 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.