Loading Tool

Explorer IconExplorer

Memory Pool

32,940 transactions
27.04 vMB
0.05671755 BTC
Random Selection Loading Transactions
Max Size: 134.55/200 MB

Candidate Block

Mining Attempt 2be8caf3d72063b00486a1f8e89e04bdbb3fccce0ffe9b424e4d8e0581005374
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root 9f9805e3eca301a5d2de88927330f4c59b5a72c639bc5b700ee4c002bdea01c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,061
Size: 1.00 vMB
Total Fees: 0.00594702 BTC
Feerates: 101.47 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (150,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,112 764,112 00000000000000000002c86303a8d73e2c7a21cb13db21ae1b17bf7a7f3c32ed 1,402 1.00/1.00 vMB 5
764,111 764,111 000000000000000000053f7dd7660594a6b91214d1c4c5e843af383ec7e8076d 3,083 1.00/1.00 vMB 25
764,110 764,110 000000000000000000007f0df41ed9d986eb80ff5cf3773f01350769d9c89550 1,224 1.00/1.00 vMB 8
764,109 764,109 00000000000000000004d3c557b7ae7def1913efd90c14f74728eac2696f12bb 2,537 1.00/1.00 vMB 17
764,108 764,108 00000000000000000005da0e4c2ffd8bd24d392005dc1d04c5e9d43a63a1ed03 2,242 1.00/1.00 vMB 11
764,107 764,107 00000000000000000003c11286db7e06849ad6227be77e75393b6abfc6b1c6eb 2,229 1.00/1.00 vMB 16
764,106 764,106 00000000000000000000b736f9f7e07b46c25e8ae1ad90bcec9511d0ca9e9651 2,397 1.00/1.00 vMB 21
764,105 764,105 00000000000000000004cc3065887f7d9da5812ea18a60d9ca923ad41bb466fb 572 1.00/1.00 vMB 14
764,104 764,104 0000000000000000000185b67b8ae7e8571e0edc0d96d17bee6e656665bea189 1,762 1.00/1.00 vMB 24
764,103 764,103 00000000000000000001bb7362241e8bbc1c3db209282a6b4c5df6b3ba502832 1,736 1.00/1.00 vMB 13
764,102 764,102 000000000000000000015860076c4b7fb3066a8f266adea339985b45e31ff6b1 1,970 1.00/1.00 vMB 20
764,101 764,101 00000000000000000004ced47202429d7fc742e0d2f2a4324267659d64c81abf 1,460 1.00/1.00 vMB 13
764,100 764,100 000000000000000000061a431e0789c1cbaa7fc5b2588dd7eb624c031fb92f99 820 0.65/1.00 vMB 12
764,099 764,099 000000000000000000026a77190f920a9f7a4129d285178bd22fcd7d9b0c2069 1,080 1.00/1.00 vMB 4
764,098 764,098 0000000000000000000531c8f42cf88579a884a8be00f7b7282eaddbde5011aa 1,060 1.00/1.00 vMB 11
764,097 764,097 000000000000000000036439ae0c28b8ed3647a5afe850efac68d8937c13c485 2,382 1.00/1.00 vMB 18
764,096 764,096 000000000000000000073d33f96259e7509214285f01379ffc0cc5a8fc8fdc95 1,059 1.00/1.00 vMB 10
764,095 764,095 000000000000000000036fe233d354b1eccec1813f97d3bb82c8fd2715650c14 2,358 1.00/1.00 vMB 22
764,094 764,094 00000000000000000004f1790f08c6575d6b3be54047c20bb9a4bac1b635f835 1,745 1.00/1.00 vMB 37
764,093 764,093 000000000000000000068db6c4b863c87787db86aaa70336c024fc64c9ab30c4 761 0.38/1.00 vMB 13
764,092 764,092 00000000000000000003bd1a176c8ac1e45c63c5408afac6f80cd01e6225d519 2,329 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.