Loading Tool

Explorer IconExplorer

Memory Pool

80,055 transactions
29.40 vMB
0.11592017 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 378ff434fbd33cc0b49ff69a9135db5886b6d6c09bc449b60872cc4854d8fcb3
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root bdd0a3356833ebf9afa8cf9960e3acbd51740271365a5efaafa93a19bfc80c20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.05310264 BTC
Feerates: 151.07 > 5.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (387,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,493 527,493 00000000000000000023768c0707cbd1ee3beea00d0bcddbff316f11a0dc9a15 2,453 1.00/1.00 vMB 50
527,492 527,492 0000000000000000002730ab0c565d5592ac95fe7637d04cd4519a6696b9874d 2,788 1.00/1.00 vMB 35
527,491 527,491 0000000000000000001ca9f3e742523cadd2af569c802b6addb8c674afdf267c 2,697 1.00/1.00 vMB 18
527,490 527,490 00000000000000000020b8e8f4fe37fc440907b1deb0308dbc37713eb4a9b1ff 2,935 1.00/1.00 vMB 30
527,489 527,489 00000000000000000023ef33c5ce6696f34e5f64819435734fd6455985fdf076 2,331 1.00/1.00 vMB 14
527,488 527,488 0000000000000000001e47b1d0991d8f3fbb048e090d9d59f22a4c1712dcd73d 2,990 1.00/1.00 vMB 33
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.