Loading Tool

Explorer IconExplorer

Memory Pool

37,696 transactions
28.12 vMB
0.05871314 BTC
Random Selection Loading Transactions
Max Size: 142.50/200 MB

Candidate Block

Mining Attempt 2b22c115e59afdb98d0d70bd2788984475601bb1c6a095eee9b743baa1645c30
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 610e4a377f102e5481465247ad44f332f450a5cbae135494406ba28ed2307bcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,512
Size: 1.00 vMB
Total Fees: 0.00459090 BTC
Feerates: 100.53 > 0.46 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (908,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,671 5,671 00000000a4d4a5a85d5944b8f4de6a7efaefb5a056ee0997d587c19493062d6d 1 0.00/1.00 vMB 0
5,670 5,670 00000000ef78b3d4894522830144ea85a6e3dad7caccbda7a118e51eb8115cbc 1 0.00/1.00 vMB 0
5,669 5,669 0000000095a387d69be36dc016d5025fc12257f616e0defcbb76b89157e65c47 1 0.00/1.00 vMB 0
5,668 5,668 0000000084054713ad279e29c8f8497ca80405e32aa728c71431ab7c802fcc56 1 0.00/1.00 vMB 0
5,667 5,667 000000005472019fbdfd744554f49b43d6fdbd8b17be944c385a4382f4fa563d 1 0.00/1.00 vMB 0
5,666 5,666 000000005c0f56b1ed123e4ca9746f88cf174ab9232aa74dc3ebd954ba02c2aa 1 0.00/1.00 vMB 0
5,665 5,665 00000000565b2244fc09a137e1ee8cedb05000ceecec1155ca22a7bf32bd50ef 1 0.00/1.00 vMB 0
5,664 5,664 00000000565fb034db9e8117cf7b28bd82b3556eef089a32e507078e70da2f78 1 0.00/1.00 vMB 0
5,663 5,663 00000000063d0655258aab395c258913b77bfbe8cb4a4f9d2187ccaa5e35bbdf 1 0.00/1.00 vMB 0
5,662 5,662 0000000039ed3376af265235bfa4e3fef3258f4c717da457623c5ec345bb52f8 1 0.00/1.00 vMB 0
5,661 5,661 00000000acf2fb91966651ef64da2807f589a0f93c124a04ee8cba86e3220473 1 0.00/1.00 vMB 0
5,660 5,660 00000000faabb1739a9780e0e6f36f06f83724f28a8766f1a2c9120a4d5e8b47 1 0.00/1.00 vMB 0
5,659 5,659 00000000693d5ae1e426c5dd6a1582c60ce6f85d09884921d5fbbfca5f329632 1 0.00/1.00 vMB 0
5,658 5,658 000000004d05f98e9de57d05c6412fc92d24bc1107a636b3d0e4b6cb33599260 1 0.00/1.00 vMB 0
5,657 5,657 000000004d965280cf9e134acc9df0a18fd562b77500255d9b12f15d98095ab0 1 0.00/1.00 vMB 0
5,656 5,656 00000000949a6879f9658d4de693f9a393e6add7e383425fb1148fd288c51200 1 0.00/1.00 vMB 0
5,655 5,655 00000000b013ad8580836a6ac6a905371542f3693a7639a93e066c2c0e473570 1 0.00/1.00 vMB 0
5,654 5,654 00000000f57b72d02f4e1e00ac446de10f311caad10c45c8dd97301bad27ab5d 1 0.00/1.00 vMB 0
5,653 5,653 0000000014a04e29a42928c4c640f51fa022cc822b31fce4f0146bcf60abdbc1 1 0.00/1.00 vMB 0
5,652 5,652 00000000b597abb6793895fe263735d2337b3eba34c78b6e8ccdc6efc8c078a8 1 0.00/1.00 vMB 0
5,651 5,651 00000000a8968a4b2b47660aa9ca625dbcab74bbb5f89af49bcb9148b502455b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.48 GB
    • Received: 11.92 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.