Loading Tool

Explorer IconExplorer

Memory Pool

76,307 transactions
29.89 vMB
0.09931671 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 58a8e1cbf115ac269f855ae6df7ec8cf807c03e3fccce904b2c32aece7136c8f
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root fdddc0a7eabbe3358adcabb6844dc8e3aeea5b6063b7b83eb12ea8483e1a980e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,447
Size: 1.00 vMB
Total Fees: 0.02779714 BTC
Feerates: 150.62 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (649,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,050 266,050 000000000000000e2f8e136aa568c64c1e1dd605a41c3d7c49ac461bad39812b 321 0.18/1.00 vMB 57
266,049 266,049 000000000000000e52d1ea0675fb14c7dd9a5c66d19da9fb92574c1b19276a8d 97 0.04/1.00 vMB 53
266,048 266,048 00000000000000036a04da6be9ae39089a2442302283ec9d497f99d7d0614a09 101 0.13/1.00 vMB 23
266,047 266,047 000000000000000f1af6307b8003652007774c06125d5bed0c0aae33fdf6024a 242 0.20/1.00 vMB 8,539
266,046 266,046 00000000000000062f70c6277575d642b7888e20069f38f3e837df9bc6a09818 67 0.03/1.00 vMB 55
266,045 266,045 000000000000000a4e85e6035501a3703cd341f5929a0b220c4e7d2defe1488b 290 0.17/1.00 vMB 57
266,044 266,044 0000000000000004690f2b4f83b61c96b01291bbf7a56701c417aa77c3352489 539 0.25/1.00 vMB 70
266,043 266,043 00000000000000069c765e068b3eb46efa3bca3dd3dc2eb79a602c29ae9d4ac2 93 0.15/1.00 vMB 2
266,042 266,042 00000000000000061f11c4e3f79c592362258f122992ee74d1ab8f59acc35d52 207 0.15/1.00 vMB 44
266,041 266,041 00000000000000012159659d277430407b11750b26dfaebfd8beaeecb0c31f0c 231 0.10/1.00 vMB 60
266,040 266,040 0000000000000004b9ab47a8c96d61f0097d9b4528b4745ba1f8ee4303b2474d 581 0.26/1.00 vMB 91
266,039 266,039 00000000000000020081dff1598a2efc7ab22b717fb33d3c4ada5c791df557c0 460 0.20/1.00 vMB 80
266,038 266,038 000000000000000a6c9fe1866ce8e04b01f7f16554b6dd627206e74765952f99 381 0.21/1.00 vMB 71
266,037 266,037 0000000000000009a9b5974d92676554fae832aa9b12e273fc934b220e02d977 380 0.20/1.00 vMB 70
266,036 266,036 00000000000000087dc387307cbae3ef52c62d95162e64f9679c4acd1fb64fc9 125 0.06/1.00 vMB 61
266,035 266,035 000000000000000447829cec6dcf49e22c208e865c6fa4fbc1c5c8dfb050ca7f 487 0.23/1.00 vMB 79
266,034 266,034 00000000000000070cab74b11c30f127cf8dac5d3c29205a5a4ebcab958be399 1,061 0.49/1.00 vMB 98
266,033 266,033 00000000000000040180c6fd3627516d680b8d7a3036de13a36c0489a65392c0 24 0.01/1.00 vMB 72
266,032 266,032 0000000000000009e3c0226eee2f2ea640ac7ec0d4c070a302b04f7b12d9a91c 131 0.09/1.00 vMB 41
266,031 266,031 000000000000000136b06fab8c3f97e4500d3225431a7711a2e62fce07c689a6 122 0.05/1.00 vMB 70
266,030 266,030 000000000000000bd68519e2e30666b3dca10cb23514b4750daa163468b8340e 193 0.10/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 783.17 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: 748.71 GB
    • Received: 18.81 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.