Loading Tool

Explorer IconExplorer

Memory Pool

44,347 transactions
27.41 vMB
0.07187935 BTC
Random Selection Loading Transactions
Max Size: 144.40/200 MB

Candidate Block

Mining Attempt 445cf7b8b989ae3dc321eea433ea4505a7dc8545bc66d53b04080d91637e38ab
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 0ae76759c3b166f71cdad3d1bed0de8a6601d65212c7ae7008be298509730e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,592
Size: 1.00 vMB
Total Fees: 0.02052620 BTC
Feerates: 170.94 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (460,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,016 454,016 000000000000000001bb6445aa33cd52a8f6968da3f163b75fec50e6cf2af5e9 2,904 1.00/1.00 vMB 130
454,015 454,015 0000000000000000015e817942c1dc359fb0507b523f9f38484f27f03d1ef03e 2,390 1.00/1.00 vMB 82
454,014 454,014 00000000000000000238acdc94378a75bcf9805ddf8ff0c7a927bd18cd4981fa 2,316 1.00/1.00 vMB 119
454,013 454,013 0000000000000000008e9a74462b839bd4986918333f6fb1e52e2c0c5ef2c920 1,764 1.00/1.00 vMB 92
454,012 454,012 000000000000000001c1d90d813603a1799245dbfe11c33a54e162a47da5229f 3,144 0.99/1.00 vMB 90
454,011 454,011 0000000000000000002a92721185760e0bfde510f2c58d73dfd34cae9d7be58e 2,456 1.00/1.00 vMB 73
454,010 454,010 00000000000000000121c07c492d7145e16b87b7a06400f14841230f5c1ac38e 1,759 1.00/1.00 vMB 87
454,009 454,009 00000000000000000190799387d2723248fee807cae5de00f04a0e1268e44041 1,478 1.00/1.00 vMB 101
454,008 454,008 000000000000000000046c6a0b8d3089518a057c5c6a6cc06dce594a08fbf979 1,662 1.00/1.00 vMB 124
454,007 454,007 00000000000000000228e23c98c221832f369a9740ad42f76a4045bf0ab05735 1,529 1.00/1.00 vMB 116
454,006 454,006 000000000000000001e2d9e3887a6c5ff58320b3e2ac85da3b5a5145ee592286 1,671 1.00/1.00 vMB 102
454,005 454,005 000000000000000000f4cf989dd20cf018171bee5ad74e6ae91a54ca45a94364 2,956 1.00/1.00 vMB 149
454,004 454,004 0000000000000000027a2a3d860f058adf0589951f5769df491c76fdd352476b 2,351 1.00/1.00 vMB 87
454,003 454,003 0000000000000000012b2e4d2aa993a5204653275b5c731150c96a50cecd54e3 1,583 1.00/1.00 vMB 92
454,002 454,002 000000000000000000c4261744cc4d0c1268f737c92495824e670a6e8281f494 2,317 1.00/1.00 vMB 125
454,001 454,001 000000000000000000d5b0b3b28b4d86e3bcc7a42827591e70440837cc9d4814 1,969 1.00/1.00 vMB 101
454,000 454,000 0000000000000000024e8bd568de4d4624d340370e62223b04a11e460262817d 2,395 0.93/1.00 vMB 137
453,999 453,999 00000000000000000134a15819bd5775407a7e02e18a3c54b8eedb3f6eb5363d 1,855 1.00/1.00 vMB 92
453,998 453,998 000000000000000001e6d816007abac5ce234a5d054f56022527721be66cde7c 2,008 1.00/1.00 vMB 81
453,997 453,997 000000000000000000774dbbfcd0d0fa1f3d7da010d6b68626afecc42e681d61 1,814 1.00/1.00 vMB 98
453,996 453,996 000000000000000000e542fa03d89892829c1645ae725009766ae9c116a708b9 1,778 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.