Loading Tool

Explorer IconExplorer

Memory Pool

34,040 transactions
25.23 vMB
0.05283427 BTC
Random Selection Loading Transactions
Max Size: 128.32/200 MB

Candidate Block

Mining Attempt bfc0661225c98b33bf031a91a4e502bfd7b53b6946e13d5b3fa7e3f97bca06a7
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root a1dbacc456ee334b88f4233edc619fa6db3cd0df0f0d143cfbf0d2a654ae28f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,481
Size: 1.00 vMB
Total Fees: 0.00726678 BTC
Feerates: 508.49 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (270,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,109 644,109 00000000000000000009436d177d32df2e6b1e096235d63e98ba86a8f10bbe9a 2,777 1.00/1.00 vMB 83
644,108 644,108 0000000000000000000ee1a44e61f9a9e8454794703a6fa1bd4bc0f146d321b0 1,787 1.00/1.00 vMB 76
644,107 644,107 00000000000000000001d8d8cdcc34120d2b7571030cab443a1d5c76bf828c17 2,170 1.00/1.00 vMB 33
644,106 644,106 000000000000000000107b51171a3dc24aebf1ae2cd5323849e1752085c0cc54 2,643 1.00/1.00 vMB 47
644,105 644,105 000000000000000000080b5929112c510ee094be52ae73ad143a2d95f942ed96 2,364 1.00/1.00 vMB 33
644,104 644,104 0000000000000000000ed442a004c1c8160b34b1086953cf283d8670c70e216e 2,305 1.00/1.00 vMB 15
644,103 644,103 00000000000000000007d915c836e65e48dbe62e9cb9fd40342518d9611605cd 2,101 1.00/1.00 vMB 36
644,102 644,102 0000000000000000000fd574ddb2c76dd8b7e848244eebed2a1a1ec252fe1cc0 2,012 1.00/1.00 vMB 11
644,101 644,101 0000000000000000000d56d1446be410e9640ed47fc296f1dffbd0e0093c65ae 1,502 1.00/1.00 vMB 29
644,100 644,100 0000000000000000000205f8865e0ab6e42f6073a65b92bbc0f1afba8945025a 2,198 1.00/1.00 vMB 55
644,099 644,099 0000000000000000000f0586838b86e8a4c5ce07a6262fdc1dc6c46cdf2a055e 2,526 1.00/1.00 vMB 9
644,098 644,098 0000000000000000000065d310b2ba535aba83ea96cc74dd669c47bac1b17d7a 2,268 1.00/1.00 vMB 60
644,097 644,097 00000000000000000005d1cd7c150f217b8d34ca20eb79bf6a5a4fe56c7f6c5a 2,104 1.00/1.00 vMB 42
644,096 644,096 00000000000000000001c315d320d92c94e3bd25add48792daf6f838ad659386 2,452 1.00/1.00 vMB 27
644,095 644,095 0000000000000000000efbd4a1eb0fdb53900955610a07369a489c92be8d1044 2,603 1.00/1.00 vMB 26
644,094 644,094 00000000000000000003b920656a6738959a3f4c6ae6c66ff15ce28251cb0bc8 1,589 1.00/1.00 vMB 77
644,093 644,093 0000000000000000000edaffcfd3cda25703a261324ce3e05b44af3fc9552b57 2,047 1.00/1.00 vMB 16
644,092 644,092 00000000000000000008b76bcb7b10493e419f98127dcc5690e20c172bb9a3a2 2,612 1.00/1.00 vMB 15
644,091 644,091 0000000000000000000bfb8403a33359821f6355ec71336d1a905615f5faeca4 2,503 1.00/1.00 vMB 62
644,090 644,090 0000000000000000000cb34efea191bc8c137249358cd0188eb419d7bb360eab 2,427 1.00/1.00 vMB 54
644,089 644,089 00000000000000000005015da0bb56e18656683c09223b170c65cca6a2129218 2,719 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.