Loading Tool

Explorer IconExplorer

Memory Pool

82,104 transactions
30.53 vMB
0.13478111 BTC
Random Selection Loading Transactions
Max Size: 183.69/200 MB

Candidate Block

Mining Attempt ff47711c509f5d171be7daa706996a2e17f3be99f81dc1ecbec49a6e03bf5228
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 31494ff6be05736ec6f76918d5a9b78ad87a721a2a99ca889b5b0958658642d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.05259542 BTC
Feerates: 302.06 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (434,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,632 480,632 000000000000000000ea71c110d6789158ac58dbcde7ea5dc2b473bdecbaef79 2,214 1.00/1.00 vMB 243
480,631 480,631 00000000000000000004868e2c3bf7199958d3be3c6907621cd2069d1dabc200 2,154 1.00/1.00 vMB 243
480,630 480,630 0000000000000000012edb4751fd6a9789ce4a0451091995c8b8bedebf4552e3 2,626 1.00/1.00 vMB 320
480,629 480,629 0000000000000000002b8381ff689cba98337b094b86aaec99f523a6081bf826 1,142 1.00/1.00 vMB 171
480,628 480,628 000000000000000000f38faf281c369f616be970e4b9c911b29ab7e24bb326e3 1,948 1.00/1.00 vMB 247
480,627 480,627 000000000000000001207ec1fc0455b1b56b47604f9d4d1e975f1db6ae79a1a2 1,800 1.00/1.00 vMB 240
480,626 480,626 000000000000000001106cda2f1396304ae5512a2a9ca8fa03a99c4b025b5fc4 2,174 0.75/1.00 vMB 292
480,625 480,625 000000000000000000c0b5a5cb10672717f2c1539e8c06099cc93af0ea011a9d 2,114 0.99/1.00 vMB 146
480,624 480,624 0000000000000000009ec74c22a280e91ac1de1838c5b335dc28398e80ffc6aa 2,176 1.00/1.00 vMB 174
480,623 480,623 000000000000000000a8fa81b7a32a1378d0324d6ef9bd09d1fdb82d0a3ad1ac 1,726 1.00/1.00 vMB 255
480,622 480,622 0000000000000000010a6781bfa92e5d6f76eba9319fc551d3ceaeb1130799f1 2,317 1.00/1.00 vMB 282
480,621 480,621 0000000000000000009354db8903f670ec67e0a9d000a255a43a4e73e83e63dd 1,762 1.00/1.00 vMB 217
480,620 480,620 000000000000000000b2e58cd442d65ec7f0b8c628d2826b9bf74227a317b3c9 1,384 1.00/1.00 vMB 117
480,619 480,619 000000000000000000726fa4580ef9fe91dd03d73b1afbe4cdecccc1d808997b 1,630 1.00/1.00 vMB 155
480,618 480,618 000000000000000000aff32c519e4ce1ad8347f1f866e50b3184ea008e85a447 2,399 1.00/1.00 vMB 131
480,617 480,617 000000000000000000c539a91a50d1fcd6818f4d1d8185c0facfbac8f5555ebe 1,660 1.00/1.00 vMB 143
480,616 480,616 0000000000000000011e006100b703002310ef2665b9321e508f3d62356783d7 1,955 0.99/1.00 vMB 262
480,615 480,615 0000000000000000004fd3325b5c99aac84fc583ab099dfa6a670de0fee57ddd 2,177 1.00/1.00 vMB 241
480,614 480,614 000000000000000000bf61bfa0d843b241b3ad1ba8b2bc20797827a77ed6a3f6 2,380 1.00/1.00 vMB 205
480,613 480,613 0000000000000000007df05181bd16bbcb58149fa091275823d93d934259d087 2,123 1.00/1.00 vMB 291
480,612 480,612 00000000000000000054d9376e18d3959f990f4a332da86017f625e77a7e3993 2,168 1.00/1.00 vMB 162
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: 672.01 GB
    • Received: 16.11 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.