Loading Tool

Explorer IconExplorer

Memory Pool

38,983 transactions
19.37 vMB
0.04748630 BTC
Random Selection Loading Transactions
Max Size: 107.61/200 MB

Candidate Block

Mining Attempt a8083cb2b2698b3ed65bfed6f5706f18c7dfcb1af81a760603185c815cfef258
Version 20000000
Previous Block 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010
Merkle Root 86d890832e2e3799a1d89b8cefb669c630cc8d80de86b09d7b2d0796b17c5776
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,575
Size: 1.00 vMB
Total Fees: 0.01006237 BTC
Feerates: 100.34 > 1.01 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,064 (646,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,607 267,607 00000000000000002d033e65fa6c0d694595e5de08de642e90abdbd6b548ceda 136 0.06/1.00 vMB 67
267,606 267,606 00000000000000012ff46f2a304d8526d5c063d4aa6eef6dc1bb4d7c4e8ebdd2 166 0.11/1.00 vMB 10
267,605 267,605 0000000000000009f44c6351367e9ef4a156af7ebba085f05e0f5f0e8c41929e 390 0.16/1.00 vMB 79
267,604 267,604 00000000000000046b70994c073df60d4c0926a6d6c7864f3a036fa98718cd6f 111 0.06/1.00 vMB 54
267,603 267,603 00000000000000011ffa7318ff6063fc8610c1824690869c1217ec9c78c1fe12 674 0.41/1.00 vMB 76
267,602 267,602 0000000000000004743ce7bdc559a1f243186aceab3924421a59dc3a68a8ccad 133 0.07/1.00 vMB 61
267,601 267,601 0000000000000002c93c3056b06ad13380ecc4a1636f34ff1d501cef8c3e33e1 142 0.07/1.00 vMB 42
267,600 267,600 00000000000000042b8fd40a4969193944a0dbb63f8f3e64b46eaf085656b604 310 0.16/1.00 vMB 75
267,599 267,599 000000000000000a00cb71e41c03f547da5a382ab122ec7d2dcb4b6ff7e3e532 330 0.18/1.00 vMB 64
267,598 267,598 000000000000000ac3d40153c0bb4a7189605d8c1c64ed72cd3ab422ec533390 547 0.25/1.00 vMB 79
267,597 267,597 000000000000000156d05990a00317eef5a84fef6e441a8950f8c5e58d0b5c2e 49 0.03/1.00 vMB 60
267,596 267,596 00000000000000075ef290eb2ef30a0c501d4b4542bdfb9a5080d65a26bee340 303 0.13/1.00 vMB 85
267,595 267,595 0000000000000005ba6e2524ab143b8d0646e7f860a8eb948f39591250b3ff90 243 0.12/1.00 vMB 1,342
267,594 267,594 0000000000000004b403bf290e15f0356e61effb6a5218d433f348658ee283d5 83 0.06/1.00 vMB 34
267,593 267,593 0000000000000006f4148d94fb959bd9d8fb0b4690db069ca29f77add814e81e 157 0.07/1.00 vMB 48
267,592 267,592 0000000000000005918e5f3f8ae54481a5bea6555fe0fae1a7ae4db18fbc0f06 499 0.21/1.00 vMB 83
267,591 267,591 0000000000000005531366c3efdb1d3c253baaafe4a2e0bd99b7219bb4d2bf4c 135 0.08/1.00 vMB 49
267,590 267,590 0000000000000003320f4fbb8b2891225eb1f370921255a5a819b29a95d076d0 165 0.12/1.00 vMB 41
267,589 267,589 000000000000000099256c67f83aea713975b9294e3e468258935bc7e92eb90b 147 0.09/1.00 vMB 37
267,588 267,588 000000000000000699a7573727e7b25928134169c8a08d87b030e89f6f247e2b 233 0.14/1.00 vMB 52
267,587 267,587 0000000000000005a40bfc681af1448671393195546229d69d63f655be4d09d7 69 0.06/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.82 GB
    • Received: 6.81 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.