Loading Tool

Explorer IconExplorer

Memory Pool

81,662 transactions
30.78 vMB
0.07979463 BTC
Random Selection Loading Transactions
Max Size: 188.80/200 MB

Candidate Block

Mining Attempt a39408d95df551d646bc6610f600e90f2028c2d7867042135f7ffa42ef69b691
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root cdfcbc9928862e924fca38b6cd026c147751b4ba858efd9c68d3542392bb5913
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.01078775 BTC
Feerates: 151.12 > 1.08 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (501,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,661 413,661 0000000000000000030fe340e8fa4d82e71e796adc5fac19747d79998085cb99 1,746 1.00/1.00 vMB 44
413,660 413,660 000000000000000004a8cdb8941ed467c8af08ca0e1578de302ccb503344b84b 2,619 1.00/1.00 vMB 51
413,659 413,659 00000000000000000051f4d6f7eb5c43537c0cfd84a6df8916ff520f5c3fe1f9 2,367 1.00/1.00 vMB 63
413,658 413,658 00000000000000000413987374243a30ff1e219f6bfe5493307d8b12a5d79db4 1,403 0.93/1.00 vMB 81
413,657 413,657 0000000000000000040d7ad074a70640413dd7dc7061d66570c3c5548cbd2828 926 1.00/1.00 vMB 82
413,656 413,656 000000000000000001b8b251efd50a4a4e4f90d6162f5eeb181b7528b5e8ab05 1,622 1.00/1.00 vMB 103
413,655 413,655 000000000000000000b45070370dc62ffcf9110ef3a09b05ef738cf14ce2be7b 1,321 1.00/1.00 vMB 27
413,654 413,654 000000000000000002ebcad7cf94f09680e5a98c243407c7d40a30fb8eda4dce 1,292 1.00/1.00 vMB 33
413,653 413,653 0000000000000000044a64cbb6b69f1aab63ee6f280ee9d1c2e59676011c693b 2,083 1.00/1.00 vMB 41
413,652 413,652 0000000000000000022d961ae7ec05ef2fe1b5f49c0b5030f15c70b1d567cfd6 1,227 0.99/1.00 vMB 35
413,651 413,651 0000000000000000025d0cc56b778deb41f75f13c92ac39a11106c6378920daf 1,596 1.00/1.00 vMB 33
413,650 413,650 0000000000000000016fce7e15b3ed391fa63e2d2bbd1ea7222965d4234ec383 2,195 1.00/1.00 vMB 29
413,649 413,649 000000000000000002c5010230a5db21b3d11b8e07e5ccb9e1309dc3d4c3efc2 2,292 1.00/1.00 vMB 44
413,648 413,648 00000000000000000054f0ef2668a95fbd730465cee94713c663bd3dedf4f21d 1,334 1.00/1.00 vMB 68
413,647 413,647 00000000000000000325a91eabb00ce34793133d8e28948e1da82d63945f3d9d 1,646 1.00/1.00 vMB 60
413,646 413,646 000000000000000000e24797df08349a10bd45f3cf1e839320e16b8ddc43002a 2,211 1.00/1.00 vMB 57
413,645 413,645 000000000000000000e320afe3117316aec12294502c5993dcdde95c9efb98d4 1,874 1.00/1.00 vMB 61
413,644 413,644 0000000000000000054472723f24c6abd33947f67264329dea8015d594ff3dad 1,384 1.00/1.00 vMB 87
413,643 413,643 000000000000000004ce25c3427f09a3916339835f1fc76b2554bec51489b545 1,901 1.00/1.00 vMB 51
413,642 413,642 0000000000000000017f8735a259071eb6d8aad4fb895af40defd1f5e9e9cada 1,298 0.99/1.00 vMB 51
413,641 413,641 000000000000000003033602f725c399ee11d363a9462cd4bdef65add78a24b9 1,551 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.