Loading Tool

Explorer IconExplorer

Memory Pool

44,934 transactions
26.93 vMB
0.06836763 BTC
Random Selection Loading Transactions
Max Size: 141.49/200 MB

Candidate Block

Mining Attempt fc7a9cda1e0cdf612f0839afdd4c2d27ffda05f45420bc1576226405073221e0
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root bebffc9782c5c7603967c9bb22ef953e71ae2e635ef0aadbe9cd36b8b8a9d0f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,438
Size: 1.00 vMB
Total Fees: 0.01853629 BTC
Feerates: 135.80 > 1.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (523,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,359 391,359 0000000000000000097e59a8d1f0e8a0cef056c9e3a07d4ae62ef875e0e4bf71 1,286 0.61/1.00 vMB 28
391,358 391,358 000000000000000009341e258e8e2cf3b50c4b6c68b5aa111db258d3f468d071 265 0.15/1.00 vMB 26
391,357 391,357 00000000000000000593c346220cc08a59f9254450ea2a49f9b10c359f26f3f1 842 0.36/1.00 vMB 29
391,356 391,356 00000000000000000a00f1fe80955488d4c823fa118ecc9112860d72746fa865 240 0.13/1.00 vMB 23
391,355 391,355 00000000000000000403c158d3d6d663d7f511f997e36d9f582ddef19f40888a 1,037 0.66/1.00 vMB 23
391,354 391,354 0000000000000000075a694fa90f7354d80b9bf6a800341624bbf0259543e826 14 0.05/1.00 vMB 192
391,353 391,353 0000000000000000017ab25a9d43c32dd3bcc466295a4414aaf08c09b4906b23 1,124 0.76/1.00 vMB 22
391,352 391,352 0000000000000000072658c71bbadd78d81f7ca200b091f10ad6dfd46e58f674 1,975 1.00/1.00 vMB 30
391,351 391,351 000000000000000006ae80f03cec75e2f2415f6e49a32362e2eb6d7b4f7bf1ed 2,808 0.95/1.00 vMB 50
391,350 391,350 000000000000000002559f0c56c44a3f4201edb1e9de5e73fc61eda33c50a279 21 0.06/1.00 vMB 1
391,349 391,349 000000000000000003038a3fdf6683b30285eda9dcea2b24622d2e6a61e7e0f5 1,504 0.67/1.00 vMB 32
391,348 391,348 000000000000000005055181384f5b97f67ac27ba844a50870fdad555a379c37 1,751 0.95/1.00 vMB 29
391,347 391,347 00000000000000000158ebc5b35a677e875c9e02cefdc4148b8000cf85a8c94a 1,530 0.77/1.00 vMB 27
391,346 391,346 000000000000000008b84060473633967aaf5c21fc15027acedfd821d55f8c3b 182 0.11/1.00 vMB 19
391,345 391,345 00000000000000000148123934b881e8557f2db75b523b022f48162c53f15d7f 465 0.37/1.00 vMB 22
391,344 391,344 0000000000000000071964480c23724fe293ef26f94435261a0283057e95b473 1,020 0.43/1.00 vMB 30
391,343 391,343 0000000000000000047a2d71f8d6c0fff747ef328188a03049b50d6e817b7f6e 1,051 0.64/1.00 vMB 26
391,342 391,342 00000000000000000685bf4d3054ecbb4fe04da80c6b88920167badacb108fd9 1,658 0.89/1.00 vMB 30
391,341 391,341 00000000000000000894f8bcaa72d66ed6cf69aefca966cd8877cfdde5454b84 1 0.00/1.00 vMB 0
391,340 391,340 000000000000000004e031ea693f3885deeeaab46d35439c1bf9b383cff55e60 636 0.33/1.00 vMB 28
391,339 391,339 000000000000000005958d827a168fcf954f43b0c9a5b05cd2d13d671a11a1b5 2,328 0.93/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.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: 647.36 GB
    • Received: 12.93 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.