Loading Tool

Explorer IconExplorer

Memory Pool

87,881 transactions
32.53 vMB
0.15263820 BTC
Random Selection Loading Transactions
Max Size: 199.52/200 MB

Candidate Block

Mining Attempt 8982ad83a54821ce48f10d6f11a9fd5415bbef4278b0c7ca9942e571d4df69f2
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 24221c9156027bdebe6a74b6630df6ede133d172c1669c4352b4fc5886506e64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.06830538 BTC
Feerates: 502.65 > 6.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (411,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,558 503,558 0000000000000000005e53e73358d00f03fd22a89fe0b976f06ca53b43ea135b 2,957 1.00/1.00 vMB 528
503,557 503,557 0000000000000000006238f7d586fe7749949f45cb84634f916858884384d87a 2,732 1.00/1.00 vMB 563
503,556 503,556 000000000000000000334ab23eb3efd514f9c7192c0f0007d6cf708a193d4ea7 2,468 1.00/1.00 vMB 358
503,555 503,555 00000000000000000084283ce81f51b944f4a4b4caef2cb6a48ecb8e7e09582c 2,052 1.00/1.00 vMB 419
503,554 503,554 0000000000000000008e277eac9f65471eb2b3c54b61dbcb0eaf815b9b86343a 2,159 1.00/1.00 vMB 450
503,553 503,553 000000000000000000182c8e114c28b558b983ccb00746a7b00adf84cd49a938 2,673 1.00/1.00 vMB 533
503,552 503,552 00000000000000000012560afe84f2bcc3df39fa42da68d1102490bbbd91af31 3,454 1.00/1.00 vMB 494
503,551 503,551 0000000000000000005b93c07e36d8f326cd53da274ad21375021a130687e4ee 2,757 1.00/1.00 vMB 547
503,550 503,550 0000000000000000001e3bd0939614a1b60be72de234d05e7f20f001d3b83912 2,895 1.00/1.00 vMB 470
503,549 503,549 000000000000000000605f202b6d649fa01cd5fb31d6ec3a7aa85588ec7f3f6e 2,296 1.00/1.00 vMB 497
503,548 503,548 00000000000000000015311158f8ca6ef6d40dbd017032cf34fc825ae12b8874 2,038 1.00/1.00 vMB 567
503,547 503,547 0000000000000000005aad4568de2284a0a7652d48baea85a0568a3269e41242 1,920 1.00/1.00 vMB 274
503,546 503,546 0000000000000000003f458a3a83f682d6bf0de8052282e43c7739627c6ac8cc 2,282 1.00/1.00 vMB 379
503,545 503,545 000000000000000000473f8d2968f24a0ca5bfae914943fbb6904a099fdf1986 1,954 1.00/1.00 vMB 404
503,544 503,544 0000000000000000007c6501ae237139941710e706e509b9491f9952ed5ed7df 2,432 1.00/1.00 vMB 465
503,543 503,543 0000000000000000006e35d7ccfb8083ede50059960c079d6e0100a5521307a4 1,921 1.00/1.00 vMB 414
503,542 503,542 0000000000000000000577f10bacca4238361ca7379baad331d8c38f9b6b7e18 2,363 1.00/1.00 vMB 429
503,541 503,541 00000000000000000074be12cc6e7f44373cd79b7c2513fbd8d05066fefc7351 2,603 1.00/1.00 vMB 488
503,540 503,540 00000000000000000081112a98dc5f4b10382fdba8b30ef3999be7e331685cc3 1,518 1.00/1.00 vMB 550
503,539 503,539 0000000000000000005683acd6c0c7a313fb677697f4358f3dbc8b89ea1d7903 2,476 1.00/1.00 vMB 478
503,538 503,538 00000000000000000061e8d8ca6ac664c4f2bedeef33e2bca62cf115af2b5a69 2,460 1.00/1.00 vMB 517
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.