Loading Tool

Explorer IconExplorer

Memory Pool

76,260 transactions
29.18 vMB
0.10532704 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 5b8aba6b5d237cf2d0d9e4b11570c2bfa18c75bb4baff30c8e874ec4083f0d73
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 5d4675081bfaab0447493bae429461b603b1adf7f5b877fbd43ef2421d0858f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.04246964 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (74,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,110 840,110 00000000000000000001e369cd7cd5c80aa3e061e8286aa2a87056c3a75318ae 4,117 1.00/1.00 vMB 389
840,109 840,109 00000000000000000001862aff023b6daae74d4f69e7a1f7319f19f301a31659 4,140 1.00/1.00 vMB 401
840,108 840,108 00000000000000000000de429121082e3a6d808a7399b6ed6595eac57635f551 4,315 1.00/1.00 vMB 662
840,107 840,107 000000000000000000012f9ad2537ecf24c9c7d3056ff02649d5689a0d462edf 4,576 1.00/1.00 vMB 772
840,106 840,106 000000000000000000022ef6d34bcea95ed1c654ecf1353070adf39f3b4da04c 3,998 1.00/1.00 vMB 251
840,105 840,105 00000000000000000000cb2d0f5dffaf0b951e814ce1a907ccefd2c7ba97a6a8 4,528 1.00/1.00 vMB 278
840,104 840,104 000000000000000000022ca46078e005665290283a77e936f97e1d137876c5ff 4,777 1.00/1.00 vMB 279
840,103 840,103 0000000000000000000263dc1a6b1216b33617afb95b3ceb1b0e0ad670702845 3,866 1.00/1.00 vMB 387
840,102 840,102 00000000000000000002abc38cf6501ec1f96d1e184c0637bf0ec88aa7949f4f 3,816 1.00/1.00 vMB 349
840,101 840,101 000000000000000000016f9f01317f22872f61ef140928c2d68dcf339fde9d16 4,096 1.00/1.00 vMB 438
840,100 840,100 000000000000000000029672923c00f93600d7068a9645d521974d378a3ae58f 4,805 1.00/1.00 vMB 735
840,099 840,099 00000000000000000000827eab6434d184c5cf888516ab3eb46d8f116414e360 5,234 1.00/1.00 vMB 1,074
840,098 840,098 000000000000000000031de76efad2c24429302572628fde166e7472815b537a 5,354 1.00/1.00 vMB 569
840,097 840,097 000000000000000000022229d8f12e2113e919e9b0167f4ab10d6cf7cde14074 2,699 1.00/1.00 vMB 391
840,096 840,096 00000000000000000001670583379d0e61a7ed2586ad0741b87963c800756165 3,676 1.00/1.00 vMB 391
840,095 840,095 00000000000000000002c214e80a74fa4cf6a53808725480e15fb52811802b2f 3,540 1.00/1.00 vMB 437
840,094 840,094 000000000000000000016317e09b7e9635ba123e6d8167378f65bcdf1b5cffce 4,518 1.00/1.00 vMB 638
840,093 840,093 0000000000000000000327bc878062292d1c5d4f064dd207536b9f4f2c9997b0 4,469 1.00/1.00 vMB 452
840,092 840,092 00000000000000000000ebca1d38e58c4f205b4038c7c2662d35068b55aec9c8 4,843 1.00/1.00 vMB 650
840,091 840,091 000000000000000000023a3d879b46475af8e7271fd898d5b4bfef8a4bafe723 4,291 1.00/1.00 vMB 717
840,090 840,090 000000000000000000003eb740be632a4246f58f15822e9341faf6b056f2e419 4,404 1.00/1.00 vMB 546
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.