Loading Tool

Explorer IconExplorer

Memory Pool

81,351 transactions
31.38 vMB
0.09820264 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt fd2032cf1eee8c5c5533d56484a8c55f103b0031885d5fe703f53729e6fdd8c5
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 7b56a442f59b409dea9f29c832787bc89231a2a3657ff1337a2aa3373de21881
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,924
Size: 1.00 vMB
Total Fees: 0.02884582 BTC
Feerates: 265.25 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (347,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,926 567,926 00000000000000000027bd64799707d699285eb7e9873e685cffe09a12851b5a 3,075 1.00/1.00 vMB 22
567,925 567,925 0000000000000000001de3d19a0a17daf0114bb4763fb31f40911c831f31ffe6 2,206 1.00/1.00 vMB 13
567,924 567,924 0000000000000000002e32fd6f2c29a55f36e75cb5c9aa550632fdd062f13b7e 2,077 1.00/1.00 vMB 12
567,923 567,923 0000000000000000001a41acf76d2e0a3a3e8dde01b80b3e3986e6149f38c1cc 3,041 1.00/1.00 vMB 14
567,922 567,922 0000000000000000000220e8c0ef8a493934297565985a78f70d15b10d44c2d9 3,259 1.00/1.00 vMB 17
567,921 567,921 0000000000000000002044aa835f6ff6f1ab43879fd307c0c90d02e4a1b9ce73 3,058 1.00/1.00 vMB 38
567,920 567,920 0000000000000000002d22db3d1ba5c31b35cca8a33eb4cdfb395287e4f34fab 365 0.11/1.00 vMB 20
567,919 567,919 0000000000000000000453355d96f66ead5d5fb7c329f7a8eeb3e38a0dcafa72 1,596 0.67/1.00 vMB 15
567,918 567,918 00000000000000000014879a7bbb445d1c6247fa6586782355142cca669c66ff 2,584 1.00/1.00 vMB 14
567,917 567,917 00000000000000000029c2bbe84354721e3f2c8ebe405c3ee6852a8d61621eb5 2,878 1.00/1.00 vMB 29
567,916 567,916 0000000000000000002bdaee254ed1281f2c271520fe2cc710c965b2a23be03e 2,827 1.00/1.00 vMB 26
567,915 567,915 0000000000000000001dce1b413974adc823958b5bc087107d7b44058de60088 1,209 0.40/1.00 vMB 19
567,914 567,914 0000000000000000002cd0cb345e0c1c1d805138fd06aec322edf00c0311ece8 1,532 0.65/1.00 vMB 12
567,913 567,913 00000000000000000027364bdf567018a3044b85e98431d71a348b62a2bf6d76 3,176 1.00/1.00 vMB 26
567,912 567,912 000000000000000000163fd00aa801b3c190196ba8469abd5cf92da907969315 985 0.36/1.00 vMB 19
567,911 567,911 000000000000000000128c9bcdbb5a2c8a7e95ec311cd0698ece85431e7beb28 2,123 0.83/1.00 vMB 21
567,910 567,910 000000000000000000289bcb6ebb4bb617b1db642ffa66069eca0fd4afe0506e 1,641 0.93/1.00 vMB 16
567,909 567,909 000000000000000000276ca619d09b01a995b847156dcb0da8c4c736eab59263 136 0.05/1.00 vMB 23
567,908 567,908 00000000000000000003499a45fe2b05cdc8e39696d5838ea8b0cc9a39e19264 1,133 0.36/1.00 vMB 22
567,907 567,907 000000000000000000032251667f158a4a69523cf3cc00582aa23d07b4cfbb1d 1,312 0.42/1.00 vMB 21
567,906 567,906 0000000000000000001116c69dff94ff6d777c116ee51469e030a66a17fa5719 1,560 0.67/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.55 GB
    • Received: 16.69 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.