Loading Tool

Explorer IconExplorer

Memory Pool

39,653 transactions
26.81 vMB
0.08547804 BTC
Random Selection Loading Transactions
Max Size: 137.99/200 MB

Candidate Block

Mining Attempt 26525b341f209caed453f91cb24e20a7b8428fcc4d6968d77487faf983497bf1
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 9e3b5b8ce0a9e06bd59c0b6ee0d8cdb8096039ca6cc7bfe9383d9ceae00ca569
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.03325590 BTC
Feerates: 197.12 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (411,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,543 503,543 0000000000000000006e35d7ccfb8083ede50059960c079d6e0100a5521307a4 1,921 1.00/1.00 vMB 414
503,542 503,542 0000000000000000000577f10bacca4238361ca7379baad331d8c38f9b6b7e18 2,363 1.00/1.00 vMB 429
503,541 503,541 00000000000000000074be12cc6e7f44373cd79b7c2513fbd8d05066fefc7351 2,603 1.00/1.00 vMB 488
503,540 503,540 00000000000000000081112a98dc5f4b10382fdba8b30ef3999be7e331685cc3 1,518 1.00/1.00 vMB 550
503,539 503,539 0000000000000000005683acd6c0c7a313fb677697f4358f3dbc8b89ea1d7903 2,476 1.00/1.00 vMB 478
503,538 503,538 00000000000000000061e8d8ca6ac664c4f2bedeef33e2bca62cf115af2b5a69 2,460 1.00/1.00 vMB 517
503,537 503,537 000000000000000000897bd6007a02b2763734accbe5f0e3d98169859442ec39 2,351 1.00/1.00 vMB 453
503,536 503,536 0000000000000000005acec506b823853849fd3b3bd13655edd08f2c945d90d7 2,599 1.00/1.00 vMB 543
503,535 503,535 0000000000000000004ec519f0bc9e267216bdbe0be8dda8347cc82301a601dd 2,212 1.00/1.00 vMB 472
503,534 503,534 00000000000000000051a77f56aec767142097ff9dfb342cef195b7068d5e42f 1,069 1.00/1.00 vMB 214
503,533 503,533 00000000000000000040b625d7f3bc322fac40abd64b7342fa048b804a9b0fb1 900 1.00/1.00 vMB 339
503,532 503,532 000000000000000000036a15450287e9648acc896a7a0b20daaba2cd70394aca 1,301 1.00/1.00 vMB 247
503,531 503,531 000000000000000000832b13fec640e362e85aeed89c7fbc1dd64612b903b609 1,485 1.00/1.00 vMB 344
503,530 503,530 0000000000000000006aa51e5dd5dfbaf77c3ed641aa0f923adc39cdc009229c 2,339 1.00/1.00 vMB 405
503,529 503,529 0000000000000000007e401d00234fe38ef7d10fcf0f2b1584c28a30990d99e9 2,450 1.00/1.00 vMB 529
503,528 503,528 00000000000000000061a05c6667e01fd97f212e1ee0960cb7c6ab53754c6a92 1,359 1.00/1.00 vMB 295
503,527 503,527 0000000000000000004e6fdcf190a1803a926b81b79b5306ec335219efb37652 2,310 1.00/1.00 vMB 522
503,526 503,526 0000000000000000008e114da0110678c08ecd169909166e87c4665149df6757 1,451 1.00/1.00 vMB 320
503,525 503,525 0000000000000000000432b0970bbcc7c0d094f7d305a5ddeec1427a87e9b100 2,541 1.00/1.00 vMB 421
503,524 503,524 0000000000000000008cb8b35aad9f75581dc7f7cb6cdcfce9788c417637389d 2,612 1.00/1.00 vMB 490
503,523 503,523 000000000000000000243fb42575c1f496daea2b608d094df45104a6ec8f1c75 2,481 1.00/1.00 vMB 532
Previous 10 blocks ↓
Total Size: 781.81 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: 635.13 GB
    • Received: 12.29 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.