Loading Tool

Explorer IconExplorer

Memory Pool

82,332 transactions
31.08 vMB
0.12428469 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt 5cec8e1e1efdfe0f0796ba77dd977398fea19ef0bfbb352cdf5b720050245758
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root de679200c28fdabf43fb05d55ef433a835302b10c86a099e13efd7486732738c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.05374661 BTC
Feerates: 180.34 > 5.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (417,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,556 497,556 000000000000000000b66cfa2b9b0346c2c441f91c551b23822b4207a0093afb 2,208 1.00/1.00 vMB 188
497,555 497,555 000000000000000000567172c8599879d18e46ab1749e3c82f81a6436ee3fe25 2,473 1.00/1.00 vMB 151
497,554 497,554 000000000000000000315f2ee2f741a0dfc70895d05ed227a9209eaa29cfd266 2,159 1.00/1.00 vMB 181
497,553 497,553 000000000000000000ab879060bc7364261e59ac0d3ce707e5a028a2cd8c9e76 2,625 1.00/1.00 vMB 133
497,552 497,552 0000000000000000006afad3317ad689be750918100803bfaf885b16d1432d9a 2,200 1.00/1.00 vMB 176
497,551 497,551 0000000000000000009d98473913600e9f5997cb7f0f3f0bab2ef78d1dd6728c 2,217 1.00/1.00 vMB 193
497,550 497,550 000000000000000000211dd35a9b4001956a5309bf5be887dea463b4fde54f9a 1,839 1.00/1.00 vMB 123
497,549 497,549 00000000000000000077180bd978078b4ce9b84add4757fe689239e7b3ea056f 1,227 1.00/1.00 vMB 258
497,548 497,548 0000000000000000002acea318ca749c1083a69eb6cdf51fb2c22c566b06c27e 1,892 1.00/1.00 vMB 255
497,547 497,547 000000000000000000250ac7fdf99643542c13015ad0d6b1a3acbad1fc6b2857 2,234 1.00/1.00 vMB 136
497,546 497,546 0000000000000000004e28e2bff1b7a29bb66d0aaa8e95cad58f4697336f9308 2,738 1.00/1.00 vMB 138
497,545 497,545 000000000000000000bc43eece79a5f4f3061519009f25b1cd22a8681aa7e082 2,138 1.00/1.00 vMB 155
497,544 497,544 00000000000000000085e780f79b1bd413a262172ef8c7ed763984f2562f28f7 3,079 1.00/1.00 vMB 112
497,543 497,543 000000000000000000428a8f3fc2fd493b0841ae9a28627b9e6956ea7e2f0de4 2,214 1.00/1.00 vMB 130
497,542 497,542 00000000000000000088cece59872a04457d0b613fe1d119d9467062e57987f1 2,608 1.00/1.00 vMB 135
497,541 497,541 000000000000000000565214f4acfa447de72c71194ada50a38be147f1d49e2c 2,258 1.00/1.00 vMB 162
497,540 497,540 00000000000000000080060651b984f105c3e57d4528b80c282b934936c8a647 2,095 1.00/1.00 vMB 144
497,539 497,539 0000000000000000002264299b48c4451c22217ac5b9116abff37f7a9a56b397 2,283 1.00/1.00 vMB 186
497,538 497,538 0000000000000000000e10a0c8f70b36de2498ee30b69d964b0ffffe2924b01a 1,852 1.00/1.00 vMB 194
497,537 497,537 000000000000000000be66bdb7d03ced850507ce090c6b7f3f435b7354285b15 2,229 1.00/1.00 vMB 109
497,536 497,536 000000000000000000459d662138c7a9910c102e6517a85938afa941a88c96d0 2,630 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.69 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: 697.28 GB
    • Received: 16.53 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.