Loading Tool

Explorer IconExplorer

Memory Pool

72,027 transactions
28.20 vMB
0.06725460 BTC
Random Selection Loading Transactions
Max Size: 170.61/200 MB

Candidate Block

Mining Attempt 0c8d7beaadc291e77f0a71c8af22dfec25f6e775369fe550ef04fe92e6def306
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 4cc24dce6d7e6c4f7f92c5b2d075e583e72c077db3d3e72bbb83700246cc3e01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,539
Size: 1.00 vMB
Total Fees: 0.00534710 BTC
Feerates: 85.21 > 0.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (454,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,251 461,251 000000000000000000e93276850b3f8576ca7a107d0a3826733e07ad3a5de39f 2,064 1.00/1.00 vMB 137
461,250 461,250 0000000000000000018dda0dafaf2d5beafa15c735a103dfea735726826a88b4 2,180 1.00/1.00 vMB 168
461,249 461,249 00000000000000000152e8e28ccd020e67297e680c41a21c9c164f7301560e19 1,569 1.00/1.00 vMB 142
461,248 461,248 0000000000000000000c7c5fa649163b9f6500c69063e42fc34f998d3a9a4445 2,639 1.00/1.00 vMB 183
461,247 461,247 000000000000000001bd5c1ad890cad12db32ab16da41debe8a4524025b33859 1,155 1.00/1.00 vMB 89
461,246 461,246 0000000000000000013ad3779e511defb54bd5e3b8014314e7520e461d01966e 1,867 1.00/1.00 vMB 135
461,245 461,245 00000000000000000158617dc8c8aabe68e569370197e34742441811799a5c3d 2,077 1.00/1.00 vMB 164
461,244 461,244 0000000000000000006c3feac73f1da8aa25a88141f257326fd57e9500811f2a 1,034 0.93/1.00 vMB 84
461,243 461,243 000000000000000000a33200d4ed4a0056f2a757487d839b22d70770d7d2b6f2 1,720 0.90/1.00 vMB 98
461,242 461,242 0000000000000000011e588b998c34b3c7c4400abb42eb7643038b58a2c69db7 1,019 1.00/1.00 vMB 30
461,241 461,241 000000000000000000024cfa99020061e61cb69b1a19f5aa73a7a538e735be7a 2,026 1.00/1.00 vMB 131
461,240 461,240 000000000000000002285489b94adbd1098693902facdbd32de03a8ab3de4b93 605 1.00/1.00 vMB 57
461,239 461,239 000000000000000001b05b7616dc53f95634ae5af6eaddaae05e9bb3bc14f740 1,418 1.00/1.00 vMB 78
461,238 461,238 00000000000000000107ce8c6cccfdf3b49dfe3476127441bf4be991f75b9ce4 1,913 1.00/1.00 vMB 139
461,237 461,237 0000000000000000009e733006f2b9f6c379a0133ed22942fda8f78e6b17579a 2,186 1.00/1.00 vMB 155
461,236 461,236 000000000000000001addea5f0c3932b130499218a3d51333554d1f47335ba5b 1,324 1.00/1.00 vMB 111
461,235 461,235 0000000000000000015ad9112c311429c4bf1ea97ae0cfb1e1f4b8463cac4afd 1,898 1.00/1.00 vMB 137
461,234 461,234 000000000000000000fbf1548d7b216bdff5a37e7c63553db59ae15b797f17a1 1,937 1.00/1.00 vMB 132
461,233 461,233 000000000000000000885c2b0066567dfb6ee7610c3d91916a27c78d48b9f1cf 1,614 1.00/1.00 vMB 146
461,232 461,232 0000000000000000002d5a0af7c88315c158946113cf994043eedee0bc61df09 1,411 1.00/1.00 vMB 146
461,231 461,231 00000000000000000152a071e0ce6423f153cbb68ad56f51516d0a53926e83bd 2,082 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.