Loading Tool

Explorer IconExplorer

Memory Pool

77,906 transactions
29.16 vMB
0.08322024 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt d7efdcb3425b35d9b8230bed5f1c2f0810ce5fdac4f08941e4287d4c46eab229
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 319f5b52ed7163312b69a5268d82f8599b17cdd9fca0f74a1ff5d0030bf5ea4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,994
Size: 1.00 vMB
Total Fees: 0.02213185 BTC
Feerates: 302.06 > 2.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (339,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,612 575,612 000000000000000000222ec499bf45d407d7cea46c1571c9c1a6e65a8df7f77a 1,881 1.00/1.00 vMB 90
575,611 575,611 00000000000000000020679edee63579e14980cdc5a4230a9019fdd12166fa1f 2,839 1.00/1.00 vMB 71
575,610 575,610 00000000000000000009829341403248d0e5b1707b51d3724605aac6d30615e0 2,832 1.00/1.00 vMB 95
575,609 575,609 00000000000000000004098e139770f6303cc9c8d508426ab2c33212348eb709 2,267 1.00/1.00 vMB 107
575,608 575,608 00000000000000000021015e094be3f9a5e7a408b15e44b73b0a618018d66c25 2,883 1.00/1.00 vMB 111
575,607 575,607 0000000000000000001974fa48fdc57bec14992092ae71a9d6c334ab73ac575c 1,389 1.00/1.00 vMB 55
575,606 575,606 0000000000000000001cf11164dc99f33139adfa5241357dbe013f6e1011bde1 1,027 1.00/1.00 vMB 19
575,605 575,605 00000000000000000012e6058c525e6dac2a078059975a6f168e8166d4ff3e3d 2,411 1.00/1.00 vMB 15
575,604 575,604 0000000000000000001d5358cd91980db1513a873bdb7c772280bd36a1263352 1,981 1.00/1.00 vMB 65
575,603 575,603 0000000000000000000a620ac15d61a93e34bc8a19c766f20c3bc0e1014c3f00 2,458 0.99/1.00 vMB 73
575,602 575,602 0000000000000000001025de4d89c2dd0e27b59529f811b9b6230d5ae3530536 2,221 1.00/1.00 vMB 65
575,601 575,601 0000000000000000000401e27413e1e9d79e4a98160c606048acbc16fd2d9c46 2,970 1.00/1.00 vMB 120
575,600 575,600 00000000000000000019eb5101eb2dcfeb7d5ff383250c3311f5bf8909a9e102 2,301 1.00/1.00 vMB 80
575,599 575,599 0000000000000000001043d324c3c863ed1e3fa3042c05a1f6464d1c01fc8e52 2,510 1.00/1.00 vMB 35
575,598 575,598 0000000000000000000e01170c4d766d37595d82954ff8a20517da37a177c7ba 2,501 1.00/1.00 vMB 47
575,597 575,597 0000000000000000000b8c7f4ef2f00b8665c3c74937c327409bc4ee48df8555 3,043 1.00/1.00 vMB 87
575,596 575,596 00000000000000000006381c7294ec771d2d834768dd8dc515b166846a53b125 2,904 1.00/1.00 vMB 63
575,595 575,595 00000000000000000011964bb265e2d545e4f0894b4decc154854a9a63a3dd27 2,579 1.00/1.00 vMB 25
575,594 575,594 000000000000000000128e477c50467af7a20ef1ac40340ff4cd0a3dc321bb29 1,754 1.00/1.00 vMB 87
575,593 575,593 00000000000000000002f1d9a60423fb40ed9c25ac583d83aa20ba07d2a8493f 2,656 1.00/1.00 vMB 139
575,592 575,592 00000000000000000026064f46bb4e434e600f3103634b5fad2f0282be2a5056 2,547 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.