Loading Tool

Explorer IconExplorer

Memory Pool

73,698 transactions
27.23 vMB
0.06347801 BTC
Random Selection Loading Transactions
Max Size: 166.35/200 MB

Candidate Block

Mining Attempt d8d3866edb2274dd340bcbfe925d2d80713bd1a1fa396bafee3459f5f697c906
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root cee91d4e9d876232192638c10c0d15cbe1e614f14e9b1de575ce1b04d42d781c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.00573661 BTC
Feerates: 73.20 > 0.57 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (106,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,821 808,821 00000000000000000002c2d215ab5ca048fcc7ca9c19a1e7e56be0a6fc5e6db5 3,564 1.00/1.00 vMB 23
808,820 808,820 000000000000000000035ffd032e4eee803ef51c12e701c41d190cae5abfaf64 4,833 1.00/1.00 vMB 28
808,819 808,819 000000000000000000044e00e4f0d3416cc47e42e09eec4380a79cf8a1a87baf 2,953 1.00/1.00 vMB 32
808,818 808,818 00000000000000000003a401857d01fdc4ea850b5d2ea85938c69473f1f3b840 4,268 1.00/1.00 vMB 29
808,817 808,817 000000000000000000006697dc9247d4d7908c9dfb69dcc5203ed17aff8286f0 3,559 1.00/1.00 vMB 41
808,816 808,816 00000000000000000002b6be1bc29bba4e5b7c652be250e71f4ff5c8e08d27f6 4,201 1.00/1.00 vMB 30
808,815 808,815 000000000000000000036d570a5e9256e4bc97e070863a4ffaf705bc673c9c1d 3,462 1.00/1.00 vMB 31
808,814 808,814 00000000000000000003589812366b8a7fb8f492f8e166f336c6b028d2f65fc7 3,040 1.00/1.00 vMB 26
808,813 808,813 000000000000000000020f49d8ab15d4a813edeabdd7dc4cb791ff7f9a26541b 4,765 1.00/1.00 vMB 28
808,812 808,812 00000000000000000000be116a59cbc8b49e76a64f81d42d2627be9e2ba63488 6,639 1.00/1.00 vMB 25
808,811 808,811 00000000000000000004aa695f136daaadc862b20e4a235331481c4cec781e52 4,118 1.00/1.00 vMB 33
808,810 808,810 00000000000000000004907bd1640dd9266ce4bdf3c1dfa3fcaa6c378c92b4a2 4,239 1.00/1.00 vMB 29
808,809 808,809 000000000000000000031895e4bfa2249cb325e974c0f8ee1d9157d1ae00f08a 3,321 1.00/1.00 vMB 23
808,808 808,808 00000000000000000004529683ca4072031eb9deb12a56725517958b6f46bb96 3,501 1.00/1.00 vMB 36
808,807 808,807 00000000000000000003e3b0339eec24638b85893d5e0a6148ceedd20f26196f 4,805 1.00/1.00 vMB 25
808,806 808,806 000000000000000000010c970d42224297f21064a7e7f5f7addd994a6e7aa5d0 1,751 1.00/1.00 vMB 30
808,805 808,805 00000000000000000002159a84923727fa81c9cc88d541b2c64fdc631e572c83 5,985 1.00/1.00 vMB 25
808,804 808,804 000000000000000000000037d7bb7e41021b1521414211625613e4a659f1d342 4,334 1.00/1.00 vMB 28
808,803 808,803 00000000000000000003e105ecd03870412524e2f454ed103f13f4a14dda2cbf 2,214 1.00/1.00 vMB 29
808,802 808,802 0000000000000000000079d882d33392c7b336e3f021a914c83546b3c1ddbb58 2,504 1.00/1.00 vMB 34
808,801 808,801 0000000000000000000392b9fa948d4139c428c3563755932ba9cc4be03085d9 5,629 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.84 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: 711.99 GB
    • Received: 17.15 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.