Loading Tool

Explorer IconExplorer

Memory Pool

81,858 transactions
30.70 vMB
0.09770005 BTC
Random Selection Loading Transactions
Max Size: 184.72/200 MB

Candidate Block

Mining Attempt b6f07114fb5ac69249c49f8618f4342cd01a4dc890f35608acb408939b2f592c
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 71d3feabe3981b871b1ac86e762af7d0805e8a9cd7277fb0548b49aa1a5ad4d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,949
Size: 1.00 vMB
Total Fees: 0.03053552 BTC
Feerates: 163.06 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (264,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,657 650,657 000000000000000000045187b31eaa103f2f3dd52e1a5a081037f3f033acfd16 2,354 1.00/1.00 vMB 41
650,656 650,656 000000000000000000069b48d9b10c33011f2f842e2982bd9e2b7c404d24ba27 2,574 1.00/1.00 vMB 41
650,655 650,655 00000000000000000000be5b92122ee87d7de30bc60c2b3b1343378987b3fee6 2,912 1.00/1.00 vMB 74
650,654 650,654 0000000000000000000455c0a5f40d46a6386c00f67e9345cd11989cd2c9bef8 2,826 1.00/1.00 vMB 62
650,653 650,653 0000000000000000000dbbdf6cc982a20eb70df90d4cb6626074d1cb50a239af 2,660 1.00/1.00 vMB 85
650,652 650,652 000000000000000000078716df92e3501793b6c45521ef060e3565a04e2a964d 2,193 1.00/1.00 vMB 36
650,651 650,651 000000000000000000004062ccf9f763ae8410a19de803f3ec7df20c9021ec73 1,517 1.00/1.00 vMB 77
650,650 650,650 00000000000000000002860a0cb934c227cc7541c4f4d31eb1e2696299d2acbd 2,228 1.00/1.00 vMB 29
650,649 650,649 00000000000000000003a1949bed3a8d43eb075c0b250e6f55d879f9698486c4 2,710 1.00/1.00 vMB 59
650,648 650,648 0000000000000000000de3e50e57b06025342e48f257628c8b52099a7fd62eae 2,727 1.00/1.00 vMB 81
650,647 650,647 000000000000000000050b8e2d8fb77324858e519cf26471ff4f7678b73405cb 2,345 1.00/1.00 vMB 40
650,646 650,646 0000000000000000000aea7f0007c7e19f154f0397c73aaf0cd3da8e59f116d6 2,780 1.00/1.00 vMB 64
650,645 650,645 000000000000000000014f734bbd206691fcdf63df8a546d9a6cf96f0319b247 2,818 1.00/1.00 vMB 54
650,644 650,644 00000000000000000003aa7f2dfeaa61cc47d7889def734cb85a295f3d99a98a 2,529 1.00/1.00 vMB 54
650,643 650,643 00000000000000000009b514d075ed96f1df5879c1a2c28a11264811152133f6 3,031 1.00/1.00 vMB 58
650,642 650,642 0000000000000000000b63d071677b23aac22f21e7486a145c7315cd1fa5269c 2,771 1.00/1.00 vMB 87
650,641 650,641 0000000000000000000145e2c2fa32c1d888457524bb4fb8d5d0a872db89163a 2,148 1.00/1.00 vMB 59
650,640 650,640 000000000000000000041812621b33d39ddf503064cb8a624524c6d49697ef07 2,827 1.00/1.00 vMB 85
650,639 650,639 000000000000000000062036454f8b83d80e0556047bb0857574be7621fad0f0 2,680 1.00/1.00 vMB 72
650,638 650,638 00000000000000000008b4177c1302331aa546635d65306d35c97a8b9bb3461d 2,896 1.00/1.00 vMB 65
650,637 650,637 00000000000000000007d157d68a23a778d66494c7ff79ce1ac3a6513145f453 3,211 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.69 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: 693.57 GB
    • Received: 16.51 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.