Loading Tool

Explorer IconExplorer

Memory Pool

34,190 transactions
25.72 vMB
0.06059090 BTC
Random Selection Loading Transactions
Max Size: 130.13/200 MB

Candidate Block

Mining Attempt 7df4689360ed7a274f6bb2e2fb44789128f706363073346e579dc1dc8ed3dcf8
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 6db358c0f58e94d7c9a46191e11cf3556992adb2ef59626b7f3e6153d6e855c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,033
Size: 1.00 vMB
Total Fees: 0.01356729 BTC
Feerates: 74.70 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (551,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,304 363,304 00000000000000000834ddc5f1979defd29d1778dd7e3382bef2d10940431ed0 1 0.00/1.00 vMB 0
363,303 363,303 000000000000000011fb76b9ffa4681de7816c659f58d7c4c4efeedf84467cfb 270 0.07/1.00 vMB 57
363,302 363,302 00000000000000000eb4a7a7672a09864a6a6e624e2847793d298994805d1927 671 0.75/1.00 vMB 12
363,301 363,301 000000000000000009143ab9ac9ce338502ac37f0c7a6384c1e4e04d6927e7f3 1,262 0.75/1.00 vMB 25
363,300 363,300 000000000000000006a5d8b3b2ac85007e57148b5c205f62d3e84fb3dda36235 819 0.93/1.00 vMB 11
363,299 363,299 000000000000000002a0a4ebb0bc2fa0a55a5d44350145ed757d283687d45106 408 0.93/1.00 vMB 3
363,298 363,298 00000000000000001420ab4637e37bb036ef40ee87b87e6df8af0ec907222f54 348 0.75/1.00 vMB 4
363,297 363,297 000000000000000005edb9a855eb9221f795548800391d71559995de6a6128ad 1 0.00/1.00 vMB 0
363,296 363,296 00000000000000000cc129241f4937f8bd5db54e9c2ada43247e29ad104990a8 1,046 0.75/1.00 vMB 24
363,295 363,295 00000000000000000876a13181c22da2a9b450de1007e3f8a64a1732b7523ef8 1,202 0.75/1.00 vMB 21
363,294 363,294 000000000000000002f183cee117d690318b5ede090006fb9a1359d3c98c52ad 1,222 0.75/1.00 vMB 22
363,293 363,293 0000000000000000162a14f1db345efe459da815ce22507ec676a65740a3ad8c 1 0.00/1.00 vMB 0
363,292 363,292 000000000000000001c082c0acf18ccdc17d3a353fdfa4d319b3774e6c2b9d25 1,501 0.75/1.00 vMB 25
363,291 363,291 00000000000000000740b96be1dc3c3f5fba672c79f8f9a76e64b4f9c5b7779b 1,072 0.75/1.00 vMB 20
363,290 363,290 0000000000000000126d1ad6a4d15a4f3ab356a401eb11b19a745b39fb9d3e3c 2,134 0.75/1.00 vMB 41
363,289 363,289 00000000000000000d9808ada368d2a07997cf96d273871b6ff043f49384fa56 730 1.00/1.00 vMB 7
363,288 363,288 00000000000000000335b8a59ab27b7bda7b10b06536fc836f60814c32e95976 1,297 0.75/1.00 vMB 22
363,287 363,287 0000000000000000071fb2b1ab6157e387b901e56ec8f96c8b5e0307e26ad585 2,016 0.93/1.00 vMB 35
363,286 363,286 000000000000000012e72ba402019683e3de6c777fe25731f73147e2c1429f9c 1,008 0.75/1.00 vMB 16
363,285 363,285 0000000000000000021f5cd17d5876bed83671eb1c47b7b495d44ce7bbb8ff7c 1,613 0.75/1.00 vMB 31
363,284 363,284 00000000000000000676f67d4286dc558eab908fdae900d4bc7cd057ca09cc8e 1,577 0.75/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.