Loading Tool

Explorer IconExplorer

Memory Pool

79,811 transactions
30.33 vMB
0.07964763 BTC
Random Selection Loading Transactions
Max Size: 184.97/200 MB

Candidate Block

Mining Attempt 8bdd82a4b0dc1888d9dbdb78c5bba6edb091472d4bb5c3a2d8c6a4fd6fcf6047
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 142448c6e70f2ad31f7c6d27f69083c6df89d07fcc24a9859604ef5145115880
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.01181516 BTC
Feerates: 150.80 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (110,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,721 804,721 000000000000000000015307c05df8458d81794d69b7d29a1b8f317afff63e4c 1,706 1.00/1.00 vMB 11
804,720 804,720 0000000000000000000311da8d1130162693e001d973d3515e11e410be4c0c92 1,992 1.00/1.00 vMB 17
804,719 804,719 00000000000000000004a27f064d669b5e6cca685a5c5f25ee5ba0699fe825a1 2,388 1.00/1.00 vMB 15
804,718 804,718 0000000000000000000338041cc408fc8798e6622f3c4f54f50e4928fe1457a7 2,739 1.00/1.00 vMB 28
804,717 804,717 000000000000000000022967f58c4b7cd05f82b82d28cee37a41d7c4782a30d7 2,559 1.00/1.00 vMB 13
804,716 804,716 00000000000000000002db32fbfd675ec25af8ac392b5504a72a1197396717a3 3,063 1.00/1.00 vMB 22
804,715 804,715 000000000000000000025b89e59248967b7c27abfd936f848861c07112841755 1,150 1.00/1.00 vMB 11
804,714 804,714 000000000000000000024ba712e48e5ecfe7e2c7121f417c9809d603c253883a 2,419 1.00/1.00 vMB 17
804,713 804,713 00000000000000000003eab1a99094af79d301ccdab9516a9afbe9bc383a6191 2,882 1.00/1.00 vMB 17
804,712 804,712 00000000000000000003bd9499945c98a40cf76893a7645ff4c16112e97ace9d 2,831 1.00/1.00 vMB 21
804,711 804,711 0000000000000000000360634b2b20b4eb3ba5873cb7465cd9cdf25fdf90b68e 5,709 1.00/1.00 vMB 8
804,710 804,710 00000000000000000002f5873d59d397c269104e98785e9e79ea6f8fa8a26b63 3,947 1.00/1.00 vMB 9
804,709 804,709 00000000000000000001006a3177866dcb5c5805da7c36d51edeb7234033b642 3,413 1.00/1.00 vMB 22
804,708 804,708 000000000000000000025139ae87403f1ec474c7ec5df9b9bb8ed0c051341b6f 2,821 1.00/1.00 vMB 12
804,707 804,707 00000000000000000002a2d18da1e66e8e3f5b0796ac4800b79bbd1ae2ed47be 4,108 1.00/1.00 vMB 7
804,706 804,706 000000000000000000042f5e770698fee1ea3a91c0d293a2b75895e648de1c78 2,606 1.00/1.00 vMB 13
804,705 804,705 000000000000000000011f05bfa1b3c9e9dc9d54a3304da9cfbd59700ece9043 2,552 1.00/1.00 vMB 8
804,704 804,704 0000000000000000000466d903c2b00956080aecdf39269f07282d03c7accac1 1,953 1.00/1.00 vMB 8
804,703 804,703 00000000000000000003c7e100a2b654a29fe6c53a2b3e604f8fe1fdd9a7c0a2 1,519 1.00/1.00 vMB 11
804,702 804,702 00000000000000000001b4b5dd9eca82c006e501d30fd534e1186883f5a1fcb3 2,998 1.00/1.00 vMB 14
804,701 804,701 00000000000000000003a278608a30a54b04b368519f35f65f7abb798f0370df 1,773 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.06 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: 720.63 GB
    • Received: 18.22 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.