Loading Tool

Explorer IconExplorer

Memory Pool

77,291 transactions
29.06 vMB
0.09992733 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt 7a690123115f88d39c9afc7682d1d936c80cb24e97d7faa7261bd4a0ac188dbb
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root bbb0bad59aecdb85920ffa32f3fd4350f0d23d36069f5bd78a70414dea89e09a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,398
Size: 1.00 vMB
Total Fees: 0.02641952 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (233,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,122 682,122 0000000000000000000a1acd08529da1957c34787254e53be7d1bc6b58c3c636 1,917 1.00/1.00 vMB 80
682,121 682,121 00000000000000000008e1959d2e2c3f548306cdf341d2f4a7cd2078d52eb0f4 606 1.00/1.00 vMB 90
682,120 682,120 00000000000000000008d1f3e040556203466a3b5c00f9a30b6c0c45b1314cc6 2,071 1.00/1.00 vMB 86
682,119 682,119 0000000000000000000a2c61932bce828d6f879bbd7557e52647601ac186457a 2,757 1.00/1.00 vMB 95
682,118 682,118 000000000000000000067b3abc019ec61d65d8df78ddc807afeb793c7953d753 2,216 1.00/1.00 vMB 110
682,117 682,117 000000000000000000058bf66fb1c47f23ec1335601dc1aa54424cf99381e09f 2,396 1.00/1.00 vMB 115
682,116 682,116 00000000000000000002014ea928886ae79ee2a03311c85f2d6692eb0f076284 2,571 1.00/1.00 vMB 98
682,115 682,115 000000000000000000010158b362f780ca01001375693170413f51f106968a84 2,305 1.00/1.00 vMB 125
682,114 682,114 000000000000000000092fc675df8add25a9e9af2c741adbae1d1a526c8c567a 2,721 1.00/1.00 vMB 98
682,113 682,113 00000000000000000009cae36e01af1f875c7e6c53926ee4c7cf4a1dae5380c5 2,989 1.00/1.00 vMB 106
682,112 682,112 000000000000000000003879e7c25796f78a633cecb99be2cd546c0faca1b85e 1,649 1.00/1.00 vMB 8
682,111 682,111 00000000000000000000d4833e82477b7fe13720d49621d80b5c26dce4d48c93 2,320 1.00/1.00 vMB 31
682,110 682,110 0000000000000000000a37cbb09a989bca20afd8f537f70d220b83f222d812a1 2,023 1.00/1.00 vMB 24
682,109 682,109 0000000000000000000c01fd69e1352168dd5e06fc24b7982aceb7d6b85b18de 2,524 1.00/1.00 vMB 47
682,108 682,108 000000000000000000083f717a8d1a79b96149f3fc125d763151dafa5dce62f5 2,001 1.00/1.00 vMB 27
682,107 682,107 0000000000000000000bc7eac8ddfda80674bbb8451485179898f0e5ce44b671 1 0.00/1.00 vMB 0
682,106 682,106 00000000000000000009eb799ffd7259cc09df10e7c71c660e400cbff90e9f23 2,809 1.00/1.00 vMB 106
682,105 682,105 00000000000000000008b528fda1cea8b124778f5265f9897d836b218dded44e 2,557 1.00/1.00 vMB 18
682,104 682,104 000000000000000000046770ab54ac897556803fd3421fc1404497d5ff99ab73 2,059 1.00/1.00 vMB 26
682,103 682,103 000000000000000000071c86a6c64d3f269f992e3048fe5539497e1480a09c86 2,090 1.00/1.00 vMB 43
682,102 682,102 00000000000000000002f28c5eec3f114f3d2ee5a07e23c9b8da3f55467cffb9 2,473 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.