Loading Tool

Explorer IconExplorer

Memory Pool

42,660 transactions
26.22 vMB
0.05533509 BTC
Random Selection Loading Transactions
Max Size: 137.74/200 MB

Candidate Block

Mining Attempt e1a2f5382fb82040f57f083ee9dbb5a135402a79ff634c950a4285b31c8ab795
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root b8f9b29b79e5af2b5c0a13c3cccc8e7ab029768f358c4f0d556d66198e24d917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.00752540 BTC
Feerates: 61.00 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (252,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,123 662,123 00000000000000000001f1d5bfaec3df5d3ca2c762cf5600d497a9034ce45871 2,247 1.00/1.00 vMB 85
662,122 662,122 0000000000000000000de0ed2bcbdc27d757f95d37c3f345193b00589b1dbc31 2,131 1.00/1.00 vMB 39
662,121 662,121 00000000000000000008a52de004c387302fe53d351be7fa0015427d7c59604e 1,710 1.00/1.00 vMB 39
662,120 662,120 000000000000000000096037bbb62f5c2b323a1e6557d656f72791cff4ddf086 3,154 1.00/1.00 vMB 98
662,119 662,119 00000000000000000008a2ac369ce126dd79a05e799eed2ad7e73ed32da14819 3,008 1.00/1.00 vMB 44
662,118 662,118 0000000000000000000a024719a6cb4c6bbe486023ca6de4da16236e926e20e3 2,280 1.00/1.00 vMB 61
662,117 662,117 00000000000000000005524643b872040a225c255e2816f71f73597233be7b06 1,642 1.00/1.00 vMB 76
662,116 662,116 00000000000000000000e93ad8394ae88e000a9c24d6e617b7129059430b5324 2,555 1.00/1.00 vMB 81
662,115 662,115 00000000000000000008f185b1d8956fa949c1280e007e7c2a48bed7c8d639a7 1,841 1.00/1.00 vMB 130
662,114 662,114 00000000000000000003e3b24284d00880561f92f3b4f2447216fc4268a02305 2,202 1.00/1.00 vMB 36
662,113 662,113 0000000000000000000a1b56587af39b89041f98dcb939b781ed50aa99cb3d76 1,950 1.00/1.00 vMB 57
662,112 662,112 0000000000000000000c7460bc46d86c45d12edd1dbb6ed1e6b1b2a6fe7d5abe 1,715 1.00/1.00 vMB 40
662,111 662,111 0000000000000000000e11dfeb2f3745737f1265578f4db3d529492b3928e356 1,246 1.00/1.00 vMB 23
662,110 662,110 00000000000000000000e9ad1d8093f902146638a8439fd26326270f66d9a735 1,888 1.00/1.00 vMB 44
662,109 662,109 000000000000000000082b5e45b4026c3d10df7d709e7f0d5abdbddc47da48e9 1,700 1.00/1.00 vMB 39
662,108 662,108 000000000000000000084dae3e285a6357fa8c75d4ffff7769c7241d2bfc7eeb 1,900 1.00/1.00 vMB 41
662,107 662,107 0000000000000000000178636140ea1324985589e1ea531a3e368e249bb29fdd 2,912 1.00/1.00 vMB 43
662,106 662,106 000000000000000000074bb9fe03edb262053fa0759933b66baced2161602a4f 2,184 1.00/1.00 vMB 60
662,105 662,105 000000000000000000005754accef2a877e510e32d1a3bbde5ce74cf7c6c0b2b 1,183 1.00/1.00 vMB 45
662,104 662,104 00000000000000000007b397cdcb86c4f43023dadcd0cee12b1c1d9c543e86de 1,541 1.00/1.00 vMB 34
662,103 662,103 0000000000000000000df29ef24eee37e07e040057b9b03cb113beb8ecbed9c1 2,384 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.