Loading Tool

Explorer IconExplorer

Memory Pool

56,638 transactions
32.20 vMB
0.14838797 BTC
Random Selection Loading Transactions
Max Size: 174.10/200 MB

Candidate Block

Mining Attempt 67d71d7b54d44e354745c0df55dfad57a9c57539a9b8c534aa6ae5c126e2d20e
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root e3fa061057a98bf621f5e49099882f0b66d34cf0a2ce7a65d9d07266ff3b8a36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.05028101 BTC
Feerates: 101.25 > 5.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (433,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,538 481,538 000000000000000000dd950d4039066d3decca1ce3f2c17ba8eba1e2d87d1a36 2,610 1.00/1.00 vMB 394
481,537 481,537 0000000000000000008af212311f29d5f6fd28ca0edd232b5d8b024867d61aae 2,260 1.00/1.00 vMB 320
481,536 481,536 000000000000000000180612540a5ce9a8903f3cc935a06013d1fa81b50eb29b 1,991 0.75/1.00 vMB 380
481,535 481,535 000000000000000000d15a12d3db5300759f7fae51151a1438f4e0c411854a45 2,315 1.00/1.00 vMB 267
481,534 481,534 0000000000000000010254dbba63d085a8a3bec90e0ea8ad950b9d9ce5ea072d 2,748 1.00/1.00 vMB 282
481,533 481,533 0000000000000000011aa87b8d5827e59a112cb22bef092dd7f1b1cd55b40e60 2,417 1.00/1.00 vMB 286
481,532 481,532 000000000000000000bc62a53a1268d66987c4961a856999746e40f75ba93e34 2,104 1.00/1.00 vMB 293
481,531 481,531 00000000000000000024a490d48505ddd0256056201eca71ff525d803e05fe55 2,812 1.00/1.00 vMB 302
481,530 481,530 000000000000000000c23e75352c95feb612b939f7aef581acd7afc8a644ed6c 2,490 1.00/1.00 vMB 315
481,529 481,529 00000000000000000100709cc02a4c89668686964b3318d490b0434adf22c9f0 2,265 1.00/1.00 vMB 381
481,528 481,528 0000000000000000010c8284282823aebfb0fb039899a999f597be8d4bf30506 2,378 1.00/1.00 vMB 346
481,527 481,527 0000000000000000000c041937d344bec691e2dadf1b64907e3d630df8456d29 2,357 1.00/1.00 vMB 327
481,526 481,526 0000000000000000004a73d00dfc4e6e0027a883ef8be09e746ed3a2538600b6 2,283 1.00/1.00 vMB 316
481,525 481,525 0000000000000000006d9ad61989e79af0fdd8032f07336f4da70e53dfef7d53 1,956 1.00/1.00 vMB 300
481,524 481,524 00000000000000000042a1bb3410e6979a50be9de628073d399ba04a0d5484dd 2,464 1.00/1.00 vMB 362
481,523 481,523 0000000000000000012de7b26d965baccd53fc28bba043606e1b941f9e5734b5 2,106 0.99/1.00 vMB 354
481,522 481,522 0000000000000000008cd796c461361b3cd6b4eee222d8e011ecc92c23ff98c3 3,001 1.00/1.00 vMB 323
481,521 481,521 000000000000000000327dce6a552a1115142644237d0f372254d56a15ce6bbb 2,684 1.00/1.00 vMB 347
481,520 481,520 00000000000000000033dce0e81d8f0836a6675e7b07d44e3f77890710eda8d9 1,654 1.00/1.00 vMB 337
481,519 481,519 0000000000000000011091ba166690cac3018e72990eab6152503892cc782530 1,714 1.00/1.00 vMB 347
481,518 481,518 000000000000000000b72fc116c5866b35fa1476851879f39bddfbebbf6bd8e4 2,236 0.99/1.00 vMB 294
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.