Loading Tool

Explorer IconExplorer

Memory Pool

73,325 transactions
27.09 vMB
0.06172093 BTC
Random Selection Loading Transactions
Max Size: 165.46/200 MB

Candidate Block

Mining Attempt fc00b2b41cb0a33e4557d61d0113dfaf7571a378c4354719e6654ab9955eadb3
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root d073b325bd9b5ddba617b1f032f56e7035fd2678bbbe6a3472f23a98429f710c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.00436737 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (184,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,588 730,588 00000000000000000009087a8a6564e7c1d5636c0167bcdf2e9aafa392d8b120 3,055 1.00/1.00 vMB 7
730,587 730,587 0000000000000000000634119a88b26cebeaeb60b597c9e09d831247f0d93a02 3,018 1.00/1.00 vMB 19
730,586 730,586 00000000000000000004d173f9c386b827d0e6d8847908c62112435d8c824aa3 3,059 1.00/1.00 vMB 14
730,585 730,585 00000000000000000007d27ff8619d6a2e1986c77b4d8127c84fbdcc52f9bfc6 2,757 1.00/1.00 vMB 10
730,584 730,584 00000000000000000009570355b688a63a49e5c88c552734bae63e2fadf39e39 3,073 1.00/1.00 vMB 8
730,583 730,583 00000000000000000008cd62d2dc741f513f92006dc2cc2a0fd696b60467e460 3,151 1.00/1.00 vMB 11
730,582 730,582 0000000000000000000232dbe9088f2a6796b23fd486986cfe0dff5f6cdadd83 3,381 1.00/1.00 vMB 9
730,581 730,581 0000000000000000000377c2c61b26a6583e1e50f115d1d7fb9089fa4012b9f2 3,488 1.00/1.00 vMB 11
730,580 730,580 000000000000000000079d009aee70b7fd317388a1e0013dfd6f4937e4aa6b53 2,819 1.00/1.00 vMB 12
730,579 730,579 00000000000000000009d64f1d5e6174d8eb1346d239b4ef88380756d1b18b20 2,085 1.00/1.00 vMB 14
730,578 730,578 00000000000000000008bff3dbb33a9682f4d598281c1fbd701f16b29d78691e 2,712 1.00/1.00 vMB 33
730,577 730,577 00000000000000000001d5578c772ef1eaad7a002a261998301eb557b359c0cf 2,752 1.00/1.00 vMB 7
730,576 730,576 000000000000000000030768e43a8179dfb275288b24b08c70d9a26531aa1fdf 2,841 1.00/1.00 vMB 10
730,575 730,575 000000000000000000079f1ffb1aaf4faa3cc3c6b08ebe9feb54e82d33b1eed1 3,200 1.00/1.00 vMB 14
730,574 730,574 000000000000000000042996dca861b774540d7ababd1102944b4ebd19e35398 2,937 1.00/1.00 vMB 9
730,573 730,573 00000000000000000004fa25371e40ac3c82ec7fa9d0a9d8acb69e4528c8bfa0 3,406 1.00/1.00 vMB 14
730,572 730,572 000000000000000000048b6dd2e2e87f2b43d63afecac8fffc832db65ea6ef4e 2,852 1.00/1.00 vMB 9
730,571 730,571 00000000000000000000b984b272fb323bb02e05416c963e6862f008d1177d87 780 1.00/1.00 vMB 3
730,570 730,570 00000000000000000008d98044aac9f43978894037f6555ce05549c549f322a0 1,042 1.00/1.00 vMB 2
730,569 730,569 000000000000000000087a297c8fdc3e4ef31549b1886e4c39e7a61270369dc5 3,411 1.00/1.00 vMB 6
730,568 730,568 00000000000000000009540d01d5753ec67ec2a2c9b1c8bb6fb90c942d6a727f 3,012 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.