Loading Tool

Explorer IconExplorer

Memory Pool

78,255 transactions
34.21 vMB
0.14423816 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 4ef2b65f6c52311622b9531ca0f59f69a801e333ab8a292113408ea38d044a5b
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root e6589dad0481817ca786a7863c613fc84353cdb423eec509b3acb85cdaec5e7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.02384683 BTC
Feerates: 99.73 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (466,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,668 448,668 00000000000000000318f6c03a67fb5cdeda062b4026b09458c3b0cd0a316d2b 1,905 1.00/1.00 vMB 88
448,667 448,667 00000000000000000220d569136d8562aae65010578f16d23ac9003fe89ffd9d 1,215 1.00/1.00 vMB 68
448,666 448,666 0000000000000000006bdea5c2e685c5d5a8b185d928a7e839c2c9d2343d991d 2,983 1.00/1.00 vMB 65
448,665 448,665 000000000000000001b5679658fe56ed07b32c6cd834d2b03565518761a44a7c 3,463 1.00/1.00 vMB 74
448,664 448,664 000000000000000002b2e0aaf586bc1bbbcb17bc7f0ac71d664a02298d0b371d 2,487 1.00/1.00 vMB 80
448,663 448,663 00000000000000000214b39637261c1c830c74a1fc6902a074b58c32d64a4109 2,711 1.00/1.00 vMB 73
448,662 448,662 00000000000000000293dc6ba1a4a29759a4cdda7bfa1b880f1bb0dea8a7afaa 1,875 1.00/1.00 vMB 84
448,661 448,661 00000000000000000276aebeeac74adcf56efc2bbbf39dc5aa8bdc8a01b00161 2,523 1.00/1.00 vMB 97
448,660 448,660 000000000000000001a18e949335aeb5855446346058ad7bf58097dc5f8b9e8f 2,335 1.00/1.00 vMB 90
448,659 448,659 000000000000000002d9d5ced5fff02574e54a4891cce87669ad18e8e2c904ae 2,880 1.00/1.00 vMB 109
448,658 448,658 00000000000000000094f58191ba799a69ab0cc5bba22340bee79c09e374be56 1,631 1.00/1.00 vMB 74
448,657 448,657 0000000000000000018acdec1f3544e269c751f0112b8dfe85b57d667cd10f00 2,940 1.00/1.00 vMB 77
448,656 448,656 00000000000000000192f8ed90c8ec986813a48a39556a5bbfb654a03486de23 2,491 1.00/1.00 vMB 112
448,655 448,655 0000000000000000016972f08db4661888f328be7dd4463bb482bfbc320f788b 2,560 1.00/1.00 vMB 97
448,654 448,654 0000000000000000012a5e369d00450f70fe038081a32d0b7618cd3763f53cfa 2,236 1.00/1.00 vMB 98
448,653 448,653 000000000000000000ed191be814ab4c28faa429ab90627b252b4f566440ddbc 2,631 1.00/1.00 vMB 100
448,652 448,652 0000000000000000001e7af3d64f11a2711e7d36d8c3e8c97b3f890f79e7ac59 2,445 1.00/1.00 vMB 70
448,651 448,651 000000000000000002bc45193a86a9ef404c3a3a47a0db9241b6c893ee8a1d84 2,491 1.00/1.00 vMB 72
448,650 448,650 0000000000000000005708f39492682c8a7af9fcec06fc3366fa3431a13efadb 2,185 1.00/1.00 vMB 101
448,649 448,649 000000000000000001af3ec4f46e97008aef5e5218ffcce74b4b480f89873355 2,550 1.00/1.00 vMB 92
448,648 448,648 000000000000000002b45ba692c63143a9bd7a968793e9a5cc0d6490589875c1 2,210 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 783.10 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: 731.83 GB
    • Received: 18.52 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.