Loading Tool

Explorer IconExplorer

Memory Pool

79,695 transactions
29.27 vMB
0.07652680 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt f37e86b3d6a1c0e72a95a8658b40368899c8e1949b8c08402728f785b5893f1c
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 4d8b61054d97d73dc5c595b49517c2ddcec94f3877734e1f73ab526e645ce84a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,073
Size: 1.00 vMB
Total Fees: 0.01509304 BTC
Feerates: 74.86 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (387,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,576 527,576 0000000000000000000b781c1e9b9deba9d5fb82458de7dc05a161a73d473d43 2,594 1.00/1.00 vMB 32
527,575 527,575 00000000000000000025e8c53bb6f877e8150bb7992eb3ff566d6ca8681f646a 1,940 1.00/1.00 vMB 20
527,574 527,574 0000000000000000002d91ad9ca13fad65cc092293ed9a6631d25d432f65483d 1,136 1.00/1.00 vMB 11
527,573 527,573 0000000000000000000c9d8f2b2d91b19052cd436c5a4c6f0d852aa15ed231bb 1,211 1.00/1.00 vMB 24
527,572 527,572 00000000000000000036089460847447cb2a240018d892e9eb1d158e8405508f 619 1.00/1.00 vMB 40
527,571 527,571 000000000000000000116f2079f27fc8a9498623c41aaaf618898af96fce1de1 469 1.00/1.00 vMB 47
527,570 527,570 0000000000000000000e4f1897eafe985e4e8b508e2b6357122dc1d5e31e1776 1,306 1.00/1.00 vMB 32
527,569 527,569 0000000000000000002a144f14d49d594deb1c536a82545a7d0eaceaf8957e4e 1,091 1.00/1.00 vMB 31
527,568 527,568 00000000000000000022ff211f1bbf05331b79363550aa94cd286c8a1e0136f3 1,468 0.98/1.00 vMB 10
527,567 527,567 0000000000000000001cb0587f6b08381a01b9fbb10d6e37666aeec4ab171b22 2,429 1.00/1.00 vMB 9
527,566 527,566 000000000000000000309f0ca26ef3e753028370498aca60a65652ddb6794d5d 1,923 1.00/1.00 vMB 31
527,565 527,565 000000000000000000213def61fb6432460b24ac109f6c8c7276b3efab31c251 2,154 1.00/1.00 vMB 41
527,564 527,564 0000000000000000000cb11f09ba2ec7f5c261e2ff6d9a6849f3707a784883c4 487 0.37/1.00 vMB 11
527,563 527,563 0000000000000000002b5222c4190126fba103d14769bc4bccd25c571f0c89ae 645 0.50/1.00 vMB 10
527,562 527,562 0000000000000000002279a2488fde5959802f27cf25c107d65672ab46b4d12d 1,031 1.00/1.00 vMB 11
527,561 527,561 0000000000000000000a548989e03fa0dddc39253cc16f8c54b7b90a8249e659 1,065 1.00/1.00 vMB 12
527,560 527,560 00000000000000000022e9b75242f1286d806a7866d035aa4a87f9b6b6aa5dcd 696 1.00/1.00 vMB 6
527,559 527,559 0000000000000000003321d7bf06bb26160e76c09a83fbee71b8ab33877a0dca 2,334 0.99/1.00 vMB 26
527,558 527,558 00000000000000000013d5c3734aaca42100125bed63949ecaea712d360cc83f 618 1.00/1.00 vMB 5
527,557 527,557 0000000000000000000d6a1203d169a47418aad905e5c4d3c4a91939b4dea69d 1,454 1.00/1.00 vMB 17
527,556 527,556 0000000000000000003802d95d3969cc4e5207160f70247c1f65e83276661ba1 2,129 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.