Loading Tool

Explorer IconExplorer

Memory Pool

69,890 transactions
26.78 vMB
0.08082034 BTC
Random Selection Loading Transactions
Max Size: 160.63/200 MB

Candidate Block

Mining Attempt 8bf77effb99d72a10325e31cd748e75f66101683161c2a5d9d1c017d2e5f21e5
Version 20000000
Previous Block 000000000000000000017eea8a1fcbeece8b187566830c35a0e9c06ce7a8cb3c
Merkle Root 6f46dcb3fe042487ed20acc03fa000abb20469fdb26e4b65580fbd87c1b11ecf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,820
Size: 1.00 vMB
Total Fees: 0.02359689 BTC
Feerates: 445.47 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,474 (37 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,437 915,437 00000000000000000000e985b7b1cc1a76854a465d8850041916727dd53fce69 2,578 1.00/1.00 vMB 1
915,436 915,436 00000000000000000000e52f01bf46672d629c4b4cac71ffbec98e7407ca21ab 4,089 1.00/1.00 vMB 4
915,435 915,435 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06 504 1.00/1.00 vMB 0
915,434 915,434 00000000000000000001cbb9345b353357076d577de541b2a8fbcb1d6fb429b8 601 1.00/1.00 vMB 0
915,433 915,433 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23 906 1.00/1.00 vMB 0
915,432 915,432 0000000000000000000139d916c6bfbcdcb6bcfd47cacb9080a826552985933d 432 0.09/1.00 vMB 2
915,431 915,431 00000000000000000000f932b46bd96cd5e8c7adcf2bb29c713758d70d365907 2,773 1.00/1.00 vMB 3
915,430 915,430 00000000000000000001f8608b89867cd81e6ca76231bc810599037dafa06252 2,656 1.00/1.00 vMB 1
915,429 915,429 00000000000000000001de95a124532fb5b79f73499f42c91953c61275ccc598 2,451 1.00/1.00 vMB 1
915,428 915,428 00000000000000000001b3861177b5ebcd4e9147f6d18abeb631f54a82f363f4 1,738 1.00/1.00 vMB 2
915,427 915,427 0000000000000000000000f2f0108088360f597f1932c7b4c428f4bad4cda090 1,606 1.00/1.00 vMB 2
915,426 915,426 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0 1,660 1.00/1.00 vMB 2
915,425 915,425 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960 1,607 1.00/1.00 vMB 2
915,424 915,424 0000000000000000000017f64b7faa0814bc3f35b8731ad143e30c1c8faf3d3e 221 1.00/1.00 vMB 1
915,423 915,423 00000000000000000000dfc652f4c97f7ccdc3f6cc1a6b4e121a08efef622e07 1,100 1.00/1.00 vMB 1
915,422 915,422 00000000000000000001eaf93bf60e82411cf2e7aa126d9a80d1c68f38e4a69b 4,298 1.00/1.00 vMB 4
915,421 915,421 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57 2,406 1.00/1.00 vMB 1
915,420 915,420 000000000000000000017bc6267c5e83cf48f4e22ed56a75a008de4185bd6c29 1,559 1.00/1.00 vMB 2
915,419 915,419 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8 1,952 1.00/1.00 vMB 3
915,418 915,418 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8 3,377 1.00/1.00 vMB 6
915,417 915,417 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5 3,191 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.22 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: 757.19 GB
    • Received: 19.00 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.