Loading Tool

Explorer IconExplorer

Memory Pool

79,966 transactions
29.58 vMB
0.07373884 BTC
Random Selection Loading Transactions
Max Size: 181.65/200 MB

Candidate Block

Mining Attempt 94d462b39ed9b81d44bb967dddec7d4670c29d2e1690ca29039a39ec76150912
Version 20000000
Previous Block 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b
Merkle Root 6504ba3f025068af19439e3b3b758510098f8e1e85a816d40e2d11e4c9d5d78c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.00862721 BTC
Feerates: 29.89 > 0.86 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,324 (429,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,123 486,123 0000000000000000008d048c1a3ad27c0d05e5bc1e016328ae08395cba288ff4 2,278 0.98/1.00 vMB 179
486,122 486,122 000000000000000000d6b79a5e5933643346589aa6a364b1eb6341b2bbf0a4df 1,868 1.00/1.00 vMB 147
486,121 486,121 00000000000000000085e7274fe5c9dbeee67128c3e081d12c5f5a151a7769ce 2,204 1.00/1.00 vMB 180
486,120 486,120 0000000000000000005d8bde3cdd58cf1e7793e4ff81120a4528c50ca6ac4e2c 2,175 1.00/1.00 vMB 159
486,119 486,119 00000000000000000096e89c2cf7909b29adbef31553d6540c0c8784f0025326 26 0.01/1.00 vMB 538
486,118 486,118 0000000000000000009a87819457b23f24f18d6128e17e07b52fc3eab59b37e2 2,470 1.00/1.00 vMB 166
486,117 486,117 000000000000000000a09e2c66b4defb9550894ab17611f904e1b6c97b3506f1 1,643 0.99/1.00 vMB 168
486,116 486,116 0000000000000000007a4e1dd4233fc52a213912f1926d157876290e425ff73a 32 0.01/1.00 vMB 711
486,115 486,115 000000000000000000b2060a9f9498398320a9c20645c52ba72b271e701d351a 2,061 1.00/1.00 vMB 139
486,114 486,114 00000000000000000048cecf02112331fdba6f1d97835a6c043af69112abe0e8 1,845 1.00/1.00 vMB 160
486,113 486,113 0000000000000000003d7380c9690598184e6962125584690f5f0b5965b7df99 1,902 1.00/1.00 vMB 163
486,112 486,112 000000000000000000e7d04b68468690a6683e0507f4a195fbb461fc526b64dd 2,333 1.00/1.00 vMB 140
486,111 486,111 0000000000000000003270681cf623911f1c85a2cf09e42748584a31118918dc 2,661 1.00/1.00 vMB 165
486,110 486,110 000000000000000000ce0711050a292928f5d9bf925171c13e53798d27a2c4bd 1,166 0.54/1.00 vMB 103
486,109 486,109 0000000000000000000fac1c77e9defe8f8dc8500a7f0a404eb7b4ef12dd2e46 1,008 0.72/1.00 vMB 58
486,108 486,108 000000000000000000b50276b91e947b5e11610983273d55aba46bf7f195a650 820 0.33/1.00 vMB 147
486,107 486,107 0000000000000000001b1c85ff8f1a69dcf8d6bc6b6d6caa3e6a25bc238e0c37 2,335 1.00/1.00 vMB 58
486,106 486,106 000000000000000000266567a4e633db8ab7c88e9d86f043333e10c348e4cbf7 2,353 1.00/1.00 vMB 90
486,105 486,105 000000000000000000941de1c3de2de8c3347b3b77e8ae8c852eb42ea3e1dbe5 1,805 1.00/1.00 vMB 144
486,104 486,104 0000000000000000002c4317155afc058798dca02566f195521b8788b7c409d7 2,332 1.00/1.00 vMB 147
486,103 486,103 0000000000000000004b1a1bdca681c736b54bd33b29916ed85a8f41236feae0 2,376 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.95 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: 715.23 GB
    • Received: 17.67 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.