Loading Tool

Explorer IconExplorer

Memory Pool

37,902 transactions
28.03 vMB
0.06338432 BTC
Random Selection Loading Transactions
Max Size: 141.85/200 MB

Candidate Block

Mining Attempt ca1caabaeffdc3d0cbfb2004c9662ac2523b36663a73f4ca95ff3c23cb8e8e7f
Version 20000000
Previous Block 0000000000000000000185a47d8c507babc5447842dafd6aa7aa6d0207188e1d
Merkle Root 5b9cca6c5726d1776c672cde46e1a07906d2737130a9bc44209100c335130b67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.00977429 BTC
Feerates: 112.60 > 0.98 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,604 (448,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,486 466,486 0000000000000000010018ab0d2fecd54c58044c768fa1e5d9addf1b983a965e 1,584 1.00/1.00 vMB 122
466,485 466,485 00000000000000000101e112146b2c7693777cac2d7fcadcb9cef78edb852ddb 1,978 1.00/1.00 vMB 172
466,484 466,484 00000000000000000064fdc65a4d54a04c6df74b5e0dec457130fe6de1664472 2,238 1.00/1.00 vMB 192
466,483 466,483 000000000000000000d5e38c411f5c52a5f227dad44cee925dd98a006698d181 1,582 1.00/1.00 vMB 119
466,482 466,482 000000000000000000dac18a44102d228c21a3477573fbd9f8faea1712b04b0a 785 1.00/1.00 vMB 113
466,481 466,481 000000000000000001067b00ad187cbc9f4b6987b6405cb94a144524840af7d9 1,629 1.00/1.00 vMB 148
466,480 466,480 000000000000000000507512ae019c2e56d89231bd0378a3ed96f3370db2773c 2,210 1.00/1.00 vMB 134
466,479 466,479 000000000000000000d6216d3c6bae6ceae0918392d77952ccee76bae0deea52 1,854 1.00/1.00 vMB 229
466,478 466,478 000000000000000000403547b84c0e30c4450c77c9f50076689ba1bad04019ef 2,078 1.00/1.00 vMB 146
466,477 466,477 000000000000000000f46f33b37f182daec5cf9dd3ed680a2c6a1b5bcae543bb 2,071 1.00/1.00 vMB 169
466,476 466,476 0000000000000000001b29c4b36a6f9ccbb0213b02c7eb659c0eaee1244586fb 2,493 1.00/1.00 vMB 227
466,475 466,475 0000000000000000015bdeb0d56b00dd54410444632364494bd0111f6097b684 1,073 1.00/1.00 vMB 112
466,474 466,474 0000000000000000000d23518316cfbc70f1bbdf597ba7031ef0f1224ba83db1 2,567 1.00/1.00 vMB 114
466,473 466,473 000000000000000001716b4a678abb9ea321b1a19d65146bae7aa74307511514 2,212 0.99/1.00 vMB 174
466,472 466,472 0000000000000000019b9d2b0590f680ca2fec4962afd3ce3713e0cf497a573b 1,220 1.00/1.00 vMB 130
466,471 466,471 000000000000000001e112b63323f648eb31e1aa8c9aae64299bd192ffd72942 1,837 1.00/1.00 vMB 167
466,470 466,470 000000000000000001711db9ba03cf1c8e827b71fe364a616d05665bc273adfc 2,024 1.00/1.00 vMB 234
466,469 466,469 0000000000000000002af1b1e2fc213336aaf6a4cd434f8df84f4e16f3bfeb23 395 0.30/1.00 vMB 240
466,468 466,468 000000000000000001dafc89990032d0526fd3ed36fdf7a87c856d3ec979ad33 3,068 1.00/1.00 vMB 120
466,467 466,467 000000000000000000d714ab31a5d860bb6e9307b986150881131b09e6c32656 1,665 1.00/1.00 vMB 162
466,466 466,466 0000000000000000015ef2d3595de8aff9b9c09f695a5dc4df1aac4b15ef015c 1,604 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 781.69 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: 628.83 GB
    • Received: 11.83 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.