Loading Tool

Explorer IconExplorer

Memory Pool

73,792 transactions
28.22 vMB
0.06831354 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt 31fa8674b7c13c0317d73bc73a339c546a285d9feee70e9a792ab56f280b2fe9
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 2dfbd76774551679842a8b73d6267e04b8c1bf7bfc37b9d1e0147dd5a6f957f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,617
Size: 1.00 vMB
Total Fees: 0.01183719 BTC
Feerates: 101.62 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (400,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,452 514,452 000000000000000000420efd51cb235e13d486c28227012db371fcfc771e3a70 1,391 0.76/1.00 vMB 11
514,451 514,451 000000000000000000020f03264bd20df3c977666694f239b556491b3dca8ea7 2,324 1.00/1.00 vMB 59
514,450 514,450 0000000000000000001731da42eccf8a2a7011e6c0a9ebf722f71b7c26c912bb 798 0.38/1.00 vMB 59
514,449 514,449 00000000000000000013ae3660bcb116c752bebfb08393a83c72f5cef3cde82f 163 0.08/1.00 vMB 37
514,448 514,448 0000000000000000001b99bd4831e0e4b4198a77c7fa7d332de8f059a0d7b8cf 823 0.80/1.00 vMB 15
514,447 514,447 00000000000000000018ace527eee12dc45599ba609a8cb1a6c3e49e865791b7 2,672 1.00/1.00 vMB 72
514,446 514,446 00000000000000000016a1c8121b9f8c0d2523c19cec4fa5b26164a634df470d 509 0.26/1.00 vMB 60
514,445 514,445 0000000000000000002feeac8716e7df3a725a88d63c5cd2828babc28c708b64 1,747 0.72/1.00 vMB 43
514,444 514,444 0000000000000000003c26ccb3804836b53cca14cfb9a1b4e62b14f7bce11419 668 0.31/1.00 vMB 43
514,443 514,443 00000000000000000003aa519da0a76a3e931639271c73cf16d9f1cf59a6e7c8 804 0.33/1.00 vMB 15
514,442 514,442 000000000000000000355edfbf42e778419b238c1dccbcbeb350154f363afb5c 1,018 0.55/1.00 vMB 49
514,441 514,441 0000000000000000004ec916884d8b2cd3dc0e80ab199cc23e528e7dc10fafc6 1,547 0.71/1.00 vMB 32
514,440 514,440 0000000000000000003dc207e54ce5657806d51c332511ed41437d36036c20db 1,687 1.00/1.00 vMB 17
514,439 514,439 0000000000000000002c08e17fcf61b6ce0f1ea22ec8d9c2284264de45c570c9 1,894 0.83/1.00 vMB 33
514,438 514,438 0000000000000000004e845831222d9f0f5709f9a264c6b3a534dc483cf9a2c7 2,902 1.00/1.00 vMB 44
514,437 514,437 00000000000000000015d4320c7412cb2f88a820f1f94848e4f02b60c456df4a 1,205 0.40/1.00 vMB 22
514,436 514,436 0000000000000000001e81243800af07fed7edea72757b71112586a943106937 894 0.37/1.00 vMB 60
514,435 514,435 000000000000000000214460cb4c864c30ef1bf08888898ae2e5ad00e2122122 2,778 0.99/1.00 vMB 57
514,434 514,434 00000000000000000038dbdf8fc329641436c9252b36cb997b9084e7881e0c60 2,195 0.84/1.00 vMB 41
514,433 514,433 0000000000000000002d19c89fb26f14714c4dc6f944e43a19ccabd03b2a4c42 2,210 0.89/1.00 vMB 34
514,432 514,432 0000000000000000002c2d6c0aa70dbe8e778fb2257b0d1bca7377ce1c45f4b1 274 0.12/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.