Loading Tool

Explorer IconExplorer

Memory Pool

45,155 transactions
28.60 vMB
0.08340754 BTC
Random Selection Loading Transactions
Max Size: 151.65/200 MB

Candidate Block

Mining Attempt 7070813ff888a3122b5ed0d1a8028d663fc7ae456c03766a22301c19268d80b4
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 565162d07cb835f2590ad8c091b0dcaf417f4d1b465a522bfa324feb08acc04a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.02901481 BTC
Feerates: 150.92 > 2.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (266,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,277 648,277 0000000000000000000d3e0d54dceb8ca203be8861dccd1499200b735b4cc63f 2,601 1.00/1.00 vMB 94
648,276 648,276 0000000000000000000c4af282a0d739933027117c3343648683fd08de035f8d 2,581 1.00/1.00 vMB 85
648,275 648,275 000000000000000000033d052adf99d6af3ad22e2a20f29ad384fce221ee5c3c 2,615 1.00/1.00 vMB 25
648,274 648,274 0000000000000000000fd240e4d9e4fc0f7cf192017a357c04059263c36e8840 2,446 1.00/1.00 vMB 21
648,273 648,273 000000000000000000015a80e98e13b5987e674641853c7243b6dddf0e3be731 2,413 1.00/1.00 vMB 24
648,272 648,272 00000000000000000001130a67d3f48c3c7afd60d6e3c6371a517997116e3fed 2,688 1.00/1.00 vMB 70
648,271 648,271 000000000000000000072e7cc17917000e1d28349b5922106f4ee449dd8372ac 2,649 1.00/1.00 vMB 44
648,270 648,270 00000000000000000008c5621fe3eaa1b3838fd5c28ff7c773ad2176bb9ca131 2,807 1.00/1.00 vMB 81
648,269 648,269 0000000000000000000e5b7ff55dde682c7c5495056df9b2e2b2acc77aed1ba1 2,676 1.00/1.00 vMB 53
648,268 648,268 0000000000000000000a7678f0121bc7e7ef6f1fc6905695431fff80ab623770 2,438 1.00/1.00 vMB 94
648,267 648,267 0000000000000000000ae77f5f0e83d8830aa5035de371a05cb2901564f84789 2,760 1.00/1.00 vMB 71
648,266 648,266 00000000000000000005eb32d8781a27bc1d5e80d068453c391b8db55fcb4b81 2,404 1.00/1.00 vMB 63
648,265 648,265 000000000000000000060ae051a836d4b98b0e164ea2ec48d7c88591c95a87a7 1,435 1.00/1.00 vMB 83
648,264 648,264 00000000000000000001e8e33180f6439d1f90cc165644d6cb833389a7e85f91 2,166 1.00/1.00 vMB 83
648,263 648,263 000000000000000000001d32e5d358c677e043d7beb4faa9de5058276b75056c 1,657 1.00/1.00 vMB 67
648,262 648,262 0000000000000000000e89f7830e1406aa601dd686c299aa8c9b651601bc7428 1,458 1.00/1.00 vMB 68
648,261 648,261 00000000000000000004b7b91b4e29d0e9debba1f5247d8f0dc522e44e159d5c 2,020 1.00/1.00 vMB 67
648,260 648,260 000000000000000000071e3c6c1eaed55f7d6f78c6d5832883598b71318e5a6c 3,032 1.00/1.00 vMB 83
648,259 648,259 000000000000000000077ff8c94fdddba8c9aacac4281774976f8bee29466234 2,275 1.00/1.00 vMB 120
648,258 648,258 0000000000000000000ee9d8a6751d32fa86fcedcb5f3aa71d947e48cb917f04 2,572 1.00/1.00 vMB 66
648,257 648,257 00000000000000000002df681abe6bcbb510427ddfc7a42f34e653e5e7697f21 2,971 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.