Loading Tool

Explorer IconExplorer

Memory Pool

41,123 transactions
26.65 vMB
0.06272015 BTC
Random Selection Loading Transactions
Max Size: 139.16/200 MB

Candidate Block

Mining Attempt 595c2103d51ca5526ee3c5fab22f5d47f3c11c09dc4c08ab7a7ab7704617105d
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 3548e7dd98055a360ef70a270904fc71766147976d49ab061ef5f8ba8dcce896
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,276
Size: 1.00 vMB
Total Fees: 0.01333818 BTC
Feerates: 151.03 > 1.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (516,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,647 398,647 00000000000000000497f942e737357d1de0e78119f357958e0a876bc663dad6 59 0.05/1.00 vMB 12
398,646 398,646 0000000000000000078c3624e7dd18e24324845b4c48c4cfdd8a106638febf85 1,733 0.96/1.00 vMB 30
398,645 398,645 000000000000000001af08f6604c1f91f85f5fdc054400d0c6fc3bd2798c4057 2,376 0.93/1.00 vMB 41
398,644 398,644 000000000000000004c3fc9c9140e2da18fde3c0177c390d62103b8ce965e987 2,378 1.00/1.00 vMB 47
398,643 398,643 000000000000000000f5f7ad6a53bdb5d4dbefe96328cb4f900400a3755b61f9 1 0.00/1.00 vMB 0
398,642 398,642 000000000000000000d26a8e3c12f15e22f983d59cb4ea8e23fffb0ab4a5a806 3,128 0.93/1.00 vMB 65
398,641 398,641 000000000000000001cca7a94b139c48abd4560258374d6260f97b9f08e9eb38 66 0.08/1.00 vMB 31
398,640 398,640 000000000000000001455fb368adf9e2cf725a4d242e20592092137985c074f1 2,246 0.93/1.00 vMB 47
398,639 398,639 00000000000000000102fc754ac21a8addf9fbbf45528161e7a6c142e552fb57 1,149 0.71/1.00 vMB 27
398,638 398,638 000000000000000001fd1aef5755f2754f828e62f2da2a1fe02b22ae5b615694 1,539 0.73/1.00 vMB 35
398,637 398,637 000000000000000001c68d6f6e3d539f4f99dbc108766df9fac03183c7b570bd 1,363 0.65/1.00 vMB 42
398,636 398,636 000000000000000005c2dd73a26994f15a26cbc41849b7d8ed7b81ecf557890d 177 0.07/1.00 vMB 46
398,635 398,635 000000000000000000d6800f476881f08bd53be7e6ee4084daeaa21c87719eb1 1,619 0.99/1.00 vMB 27
398,634 398,634 0000000000000000016be22d5c405dde0f6777505611b86becd3fc2834fc39a9 1,195 0.93/1.00 vMB 22
398,633 398,633 000000000000000005f4f91badd208daac39f7effdcec23588a85d7af9668b84 1,719 0.72/1.00 vMB 35
398,632 398,632 00000000000000000377ebf48991bf7e428ff9bfbc5c78e410e8b4802bd323ac 2,773 0.96/1.00 vMB 51
398,631 398,631 00000000000000000618bb6b1da8f0951dc2eaa36a928c3af14f379313f261a9 2,478 1.00/1.00 vMB 43
398,630 398,630 0000000000000000038e7e0f1648d3665c90d69ca02d8d5da488315d7a438893 2,873 1.00/1.00 vMB 48
398,629 398,629 000000000000000000bb1ddf1280080dd9856006ef237403d110f906b5f1623e 1,927 0.83/1.00 vMB 39
398,628 398,628 0000000000000000067188ddf8643851b2e9ff4a8fd7b10e58dcc36a85eadc2d 365 0.25/1.00 vMB 31
398,627 398,627 00000000000000000088476c9a761072769edc2682fe377f794b5d7e46c8af5d 1,468 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.