Loading Tool

Explorer IconExplorer

Memory Pool

67,922 transactions
25.93 vMB
0.06279313 BTC
Random Selection Loading Transactions
Max Size: 155.99/200 MB

Candidate Block

Mining Attempt 4594fb76a54732534c6b84a14be5b9112d4fd933fa36a80f6dffc87d14878645
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 40fa5dca6488caedce50f1c15db5588d1e11355f87686650d8b6cd4939277b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,645
Size: 1.00 vMB
Total Fees: 0.00791607 BTC
Feerates: 60.03 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (910,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,732 4,732 0000000086079a1bd0f40ca619990bd69aa56538c51338ad677904a301e08008 1 0.00/1.00 vMB 0
4,731 4,731 00000000fbc5736234403ebfbc405fd9c19a5c485306ba9e857a8b0009c663bb 1 0.00/1.00 vMB 0
4,730 4,730 0000000074619989d19535c1633949e99728d467ba4056480c95116e53c86e1c 1 0.00/1.00 vMB 0
4,729 4,729 00000000c5b40b08980d9f7e258b00cc84d0a476bbcd072a2993db824d3e9ef1 1 0.00/1.00 vMB 0
4,728 4,728 00000000c6e535100cde044fb3af02112156265a176ba5e2e12f4cb5882254f7 1 0.00/1.00 vMB 0
4,727 4,727 000000006d3cd44163e49744c4a8ea078168a0579c89603cf5c4819826c70368 1 0.00/1.00 vMB 0
4,726 4,726 00000000715b397fb3e074b467e65a0404c59bc6ea15f4a11d084405dc843517 1 0.00/1.00 vMB 0
4,725 4,725 000000007f516bf7520dc2e1a16d4cdca760b8fb251fb4707b0ae5b60a36ccf0 1 0.00/1.00 vMB 0
4,724 4,724 0000000095cae1e8c3ce41d03392f145dd908f84e8b15b940414d5dcf416ee6e 1 0.00/1.00 vMB 0
4,723 4,723 00000000fc279333515e70df38ed11fc97d049722009b103146a042e40689f69 1 0.00/1.00 vMB 0
4,722 4,722 00000000ead758e5bbad4e5c0da409d8600669c4b0a7fcbb4fb1ab4d8df0971f 1 0.00/1.00 vMB 0
4,721 4,721 00000000431a290feaa4b51f9a201631b00ea54ea01435100ed20e55e0963e57 1 0.00/1.00 vMB 0
4,720 4,720 000000009c292ebfb80f9150451714e3b498fa33ebe58ec300d25874f8b4e953 1 0.00/1.00 vMB 0
4,719 4,719 00000000868d2a95184084ae9fae816835abca222eefc1b8f847d6a68d91f99e 1 0.00/1.00 vMB 0
4,718 4,718 00000000348b122b754c4a07ef4ed500412faa566250573da396c342f72398c6 1 0.00/1.00 vMB 0
4,717 4,717 00000000db40a28de1fe7a8ee77a6e426524a7620d91823ceaccc44e1f358a2b 1 0.00/1.00 vMB 0
4,716 4,716 00000000860ca8c60f8aec1e145540c0c9ed3e741e9a38dea2412d70db8b0785 1 0.00/1.00 vMB 0
4,715 4,715 000000002a05ba76ab6d662d62679bc3b04effd6f3c3345ebb9e5331f8053473 1 0.00/1.00 vMB 0
4,714 4,714 00000000a383976c25e2877bfd93117cf1df074c9f16a9d687dfb2aa55bac1c3 1 0.00/1.00 vMB 0
4,713 4,713 00000000997e91910e76da16f8207862bdad141504816c81e66c5df0bce1f24d 1 0.00/1.00 vMB 0
4,712 4,712 000000005439691d25a97a4fcc33a982e745618a4e42ca2088ec418caeecb80a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.29 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: 766.52 GB
    • Received: 19.28 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.