Loading Tool

Explorer IconExplorer

Memory Pool

83,244 transactions
30.16 vMB
0.13081075 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt ea52c9eed4a3b147f2044302d3ce1a710792d1891908b4aa77445c7cfa247cde
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root d6430d0ce895f45bc215fcbc7501e833a2fb27f88a99bda4d1974cf403aff974
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.06631942 BTC
Feerates: 641.71 > 6.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (350,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,993 564,993 0000000000000000000eb1b643771b2dff77bc03c51f23ba7109208ecc7a3bc2 2,672 0.90/1.00 vMB 2
564,992 564,992 00000000000000000009bc1597cbd9cd0d02205c604eeb3f8bd49a5d72f039ee 2,947 1.00/1.00 vMB 31
564,991 564,991 00000000000000000027f75198e0bccbd1a05bdf0b0acbb1c54c0aed64b96606 2,753 0.89/1.00 vMB 11
564,990 564,990 00000000000000000001c7928698b9c54c60a0b02ad37d0ba777aaca0cd79b21 2,814 0.89/1.00 vMB 10
564,989 564,989 0000000000000000000e80978bdd969bff801059705c0b90e2a1ce94725ab6e6 3,177 1.00/1.00 vMB 14
564,988 564,988 0000000000000000000be235266dc80f0f2c017514ff9280a6f4dd4fd0012777 583 0.18/1.00 vMB 20
564,987 564,987 000000000000000000044d3b2f7f5f2d13113bc175a577456c616e907ea4c93f 2,126 0.72/1.00 vMB 19
564,986 564,986 0000000000000000001a558bdc87623ff6d553d131d56d5b4f67b6f2faca2bc8 1,016 0.29/1.00 vMB 1
564,985 564,985 000000000000000000068bb662e1e0a3318add545a182bc8c348e85c3dd0a3c7 3,277 1.00/1.00 vMB 7
564,984 564,984 000000000000000000184e551522a9f538d6e5b9079359424b60c3ebadd70cc0 2,966 1.00/1.00 vMB 27
564,983 564,983 0000000000000000001ea0816029571afa7758fa8318db132551593aff66cd4d 915 0.63/1.00 vMB 7
564,982 564,982 00000000000000000014645acb0fd678aece5e366da4d9753112015b49eb7eca 2,477 1.00/1.00 vMB 3
564,981 564,981 00000000000000000016fc7becd66d876c827a24e83905a46adbe4b0fb6c18ec 2,945 1.00/1.00 vMB 25
564,980 564,980 00000000000000000001a008da1dc19832185e0eb6f6b82cfe31085ca6d0c313 2,786 1.00/1.00 vMB 5
564,979 564,979 0000000000000000000ab3c9a9c7a43012a67b62e1f5662b8e6cb355923d4ac2 3,153 1.00/1.00 vMB 15
564,978 564,978 0000000000000000001f4efb818c670f107650c81956b75c72a2af7190b4f3d8 3,268 1.00/1.00 vMB 25
564,977 564,977 0000000000000000001c972374e1ab1bbc5ab7081953572d901b50e59083cf10 3,154 1.00/1.00 vMB 14
564,976 564,976 0000000000000000002568c2dc89d103ad1a915dad3a0510891343dd483b7f6f 2,984 1.00/1.00 vMB 14
564,975 564,975 00000000000000000000e052c5c0ed936ca0db262aa35d82dbdf0136c9a8a41c 3,369 1.00/1.00 vMB 17
564,974 564,974 00000000000000000008705ac3b2fd0003018eddb868a4ebfc3b94807c6a71d2 3,099 1.00/1.00 vMB 17
564,973 564,973 00000000000000000025a44529785fb661f48dcd025f3d33449d49d43efa9c75 3,211 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.