Loading Tool

Explorer IconExplorer

Memory Pool

77,812 transactions
28.86 vMB
0.06728022 BTC
Random Selection Loading Transactions
Max Size: 175.13/200 MB

Candidate Block

Mining Attempt 14c150c03c064f16effff2ea0b253b607440693b8e67805b5fcbeb18a1df926c
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 58eb453d184c784ded8026301c8c6fdf011fbb4f804fe287c3b3f9192e1c490c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,880
Size: 1.00 vMB
Total Fees: 0.00712835 BTC
Feerates: 149.20 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (387,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,487 527,487 000000000000000000349882009cc15d0fd2d6251957c22c8eba4537a11981dc 2,130 1.00/1.00 vMB 12
527,486 527,486 000000000000000000289f7fd5839293d838180d37ac90c04e449baae167be0a 3,190 1.00/1.00 vMB 36
527,485 527,485 00000000000000000000cfb4edc12827370b0bbaf1f13fc832f69b2bf5a1fea1 3,077 1.00/1.00 vMB 28
527,484 527,484 00000000000000000020dc26c8c407cf17b6a97827f221b9e8bdb69ed7c3e304 2,593 1.00/1.00 vMB 44
527,483 527,483 00000000000000000001df94d2e53a8a6ddeecf3de30954495c2f892154f1db2 2,311 1.00/1.00 vMB 46
527,482 527,482 0000000000000000000b62e22aa63f189ee297a2e9cbf50ccef5f7df084758ab 2,150 1.00/1.00 vMB 19
527,481 527,481 0000000000000000002d6adba71422bbc6217d9bf9c7d7514bfe8b801696c8ba 2,809 1.00/1.00 vMB 37
527,480 527,480 0000000000000000000170d8aae395b7a2270b05d3296e51e04c7a53cd6f85c4 2,395 1.00/1.00 vMB 54
527,479 527,479 00000000000000000034b8115d651ace734123d57a1965802677b6f53acb1515 480 0.19/1.00 vMB 16
527,478 527,478 0000000000000000000698134a9d30eba1140cc13886c5df3e131571b6703d61 473 0.23/1.00 vMB 43
527,477 527,477 00000000000000000019cb2777ce21f2bd51195be8430b8b496bf3dcd202b81b 1,063 0.38/1.00 vMB 24
527,476 527,476 000000000000000000043c5b7cf7fd5f105ed1a76501d170f0fac83fc29ddb88 1,160 0.40/1.00 vMB 28
527,475 527,475 0000000000000000000708c9a6ffd3fa68aea4cb94164e6a43ab0ed87177ec1d 1,608 0.65/1.00 vMB 30
527,474 527,474 000000000000000000273bf700ea83d4e8540def6c169ffd5dd8016c8d5a1508 316 0.10/1.00 vMB 29
527,473 527,473 0000000000000000002c431f1276c453c909ede68f3a1a33e6a7090106815c8a 1,424 0.59/1.00 vMB 11
527,472 527,472 0000000000000000001530263a931c930ca7d008cf4087cc429a3b96b085bc67 2,691 1.00/1.00 vMB 35
527,471 527,471 00000000000000000037e634734805d4a48f7d50125ecc55a2f137e2722a32f3 360 0.12/1.00 vMB 24
527,470 527,470 0000000000000000000c8988530f30db3ea021a9268f260431056a83886d3eb4 420 0.13/1.00 vMB 24
527,469 527,469 0000000000000000000509af6d4484301f10f5c4eb33a779d7014eabbc0f08e9 1,873 0.83/1.00 vMB 22
527,468 527,468 0000000000000000000a3cd2d118f20b6df69a74d323caaf99480d9dabe3d0d5 2,590 1.00/1.00 vMB 28
527,467 527,467 0000000000000000002e45a89ee8cddd6db7f127a4e3e20a9d44b2645aae6c50 853 0.32/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.