Loading Tool

Explorer IconExplorer

Memory Pool

88,874 transactions
27.64 vMB
0.06815532 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 7ac5a10668513ffbe91ed47b4f6852481c43adabd928cd2f904b8e4316b23090
Version 20000000
Previous Block 00000000000000000001091d51bc0ca417a1f75cfc600435bb2095a019637d7a
Merkle Root bacb27a2489c06ced1f47ea85251a55ac846e6c9feca09ff470ef79bafe1aeb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 780
Size: 1.00 vMB
Total Fees: 0.00582689 BTC
Feerates: 85.35 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,939 (882,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,431 33,431 00000000ce060ebc7a7d1eb31778b852cbfd5542ae25a94fa253fb4e12ef2a45 1 0.00/1.00 vMB 0
33,430 33,430 0000000020c734b75ad2c5aff93e0aa91b1ebf6e86f30fa9fa3e78f894120189 1 0.00/1.00 vMB 0
33,429 33,429 000000000f21d8dff80c90a2c4c9c435e654f7e9e1b078b67b95c9d9aebcd881 1 0.00/1.00 vMB 0
33,428 33,428 00000000342cbf079a1c9f0ff78feaf97a451155a0195943655df7b5fba787d6 1 0.00/1.00 vMB 0
33,427 33,427 00000000ca823b31a2dba0a912e219d8fd41050f2c00392dd28a56badcdeab7a 1 0.00/1.00 vMB 0
33,426 33,426 000000007a243a3b63c82918a6c43f1eb58d8142c654a04bc35ee9e923015a0b 1 0.00/1.00 vMB 0
33,425 33,425 000000007b5c499a023fba00f079ac9074c2511daea57006a0cd71be804b8794 1 0.00/1.00 vMB 0
33,424 33,424 00000000292af24e0ee1173cfd3fbbd24f0d5578fb738ce070afb8e6647b7207 1 0.00/1.00 vMB 0
33,423 33,423 000000005e0d340861b974b69220ac6a489bf131658341f06080958377311de2 1 0.00/1.00 vMB 0
33,422 33,422 0000000087378e435243d211e91a7eac1fb8ee408900e4c369ade4b856b3bc15 1 0.00/1.00 vMB 0
33,421 33,421 00000000ae7b7b61785371cd7428e7467fb653f043427d720a758ef1a17e7956 1 0.00/1.00 vMB 0
33,420 33,420 00000000060f93a1138b8fcf1126453e798a5b6ba648791ab510c5cfc188f81f 1 0.00/1.00 vMB 0
33,419 33,419 000000001e98b67e325bf9305ce2c064f204ba6b22d13f08e1e8e670cc2322a4 1 0.00/1.00 vMB 0
33,418 33,418 0000000063c6f1bb85bafd0ef52cd57011579000d99d72b8ad8f8f8973c7ede8 1 0.00/1.00 vMB 0
33,417 33,417 00000000ac46655e7b5c06456282c05a4879e261aa9e71c884624095402e6bf6 1 0.00/1.00 vMB 0
33,416 33,416 000000001194081322224bb618a55739df6ea8f2d81b2304b37820b56af1f8bc 1 0.00/1.00 vMB 0
33,415 33,415 00000000799c8b2effb50713c44b2cd6a83c8538179d8305b163a5027d6d7089 1 0.00/1.00 vMB 0
33,414 33,414 0000000031b5e5cdbd2f5d4564dacc6365a6eca763dcb3bc741fd03036955064 1 0.00/1.00 vMB 0
33,413 33,413 0000000007d7f2a3ea61743c2974fd6cc0bb24dab386a12eb0642a5c821e8431 1 0.00/1.00 vMB 0
33,412 33,412 0000000024895bacc47c52ec71ab90b8043981d8f0262314d92730032179358e 1 0.00/1.00 vMB 0
33,411 33,411 000000007e1dff4b1789d15c549d0f2b081f89090921c974cf9096911f3b040f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.01 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: 799.56 GB
    • Received: 22.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.