Loading Tool

Explorer IconExplorer

Memory Pool

79,028 transactions
29.29 vMB
0.09628923 BTC
Random Selection Loading Transactions
Max Size: 177.00/200 MB

Candidate Block

Mining Attempt f3bb7194f064db7f16f2624ea04f0ff942d341f80482c73db895ce8ee7c0d77a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 5fbc71a728dfda3ea69a596197ad1b8f7436514d2bc6278016df0c372a2034e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.03430536 BTC
Feerates: 150.62 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (375,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,900 539,900 000000000000000000014f2c0a417adf0c79c994ee811321a612b7a50ad37806 2,015 1.00/1.00 vMB 15
539,899 539,899 0000000000000000002421cc09361a6e29ab6af90a6210217e4b6300caefa041 2,336 1.00/1.00 vMB 28
539,898 539,898 000000000000000000254d59c4ba6b022e223b070f16ea8e52bba91350aae0b2 1,636 1.00/1.00 vMB 32
539,897 539,897 000000000000000000089db7bdea897148f0f8647a71096761d1bf4fb038b92d 293 0.11/1.00 vMB 21
539,896 539,896 000000000000000000274cfcea7b3829e4b59d7ee3c095b6778efcbfed0cc2ef 1,385 0.55/1.00 vMB 16
539,895 539,895 0000000000000000001aad59156a9f9482f9d55fac6b1cfba7923e66a5b8b162 926 0.62/1.00 vMB 2
539,894 539,894 00000000000000000016cd6b7e8a9f0c700db13203dc9450e0dffb2e9d021c08 2,240 1.00/1.00 vMB 30
539,893 539,893 000000000000000000008b547b01e2b4e854998d693f0886cc218bb9e6127457 1,902 1.00/1.00 vMB 12
539,892 539,892 00000000000000000003d59c801bc3c1426c4cccc31b544b1e936f2b94507433 2,477 1.00/1.00 vMB 3
539,891 539,891 0000000000000000000d84a6d64846418dd6165f6700c78057eab7e43bc80ba1 2,180 1.00/1.00 vMB 29
539,890 539,890 0000000000000000001d5eff07cb2e6ec8a735e2d69e2fe3f47d01dd7616e5b5 509 1.00/1.00 vMB 4
539,889 539,889 00000000000000000024dbb413826b263396ab7a2fb78262fe21b10e2c5d1c9c 2,014 1.00/1.00 vMB 10
539,888 539,888 000000000000000000107943b5f3b8f79ab68082648e424ef2614dd39b4b5bcf 2,755 1.00/1.00 vMB 28
539,887 539,887 0000000000000000000d469762f8b53c68a5b45702ffa22cd60fc427f8d50236 2,200 1.00/1.00 vMB 40
539,886 539,886 00000000000000000029645d6a42d7ee97bbfa2a3707f921f3dcb743bc147e23 1,085 0.43/1.00 vMB 21
539,885 539,885 00000000000000000012d5c2f6d7110ccf83e0195e839d3fb7834f39739bf2c0 388 1.00/1.00 vMB 5
539,884 539,884 00000000000000000022cb4f216031489fb01161241e34d49757a946db4f712f 2,358 1.00/1.00 vMB 26
539,883 539,883 0000000000000000001816c1fcf43d45cdffc0ee7df329dfc24d5d2959c33949 1,843 1.00/1.00 vMB 18
539,882 539,882 00000000000000000020fc70708a53d6c82205415de4629e216707e5ad03dfd2 2,180 1.00/1.00 vMB 28
539,881 539,881 000000000000000000276794f7721ff386c05618eec147118408b545b6a0983f 43 0.02/1.00 vMB 30
539,880 539,880 0000000000000000000215a795c09c37c25cfa798b072e39c0e3b58dd62a0e0d 1,350 0.56/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.