Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 56a7cacf8e31ea515263003c97bb48abe0d442770442d3e5328d7d26bf51ba6e
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root fdf3861ba770fee5c901d76139461c3260bcd6b813baa43b0d1b5ff31b5a5d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03443005 BTC
Feerates: 150.62 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (421,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,861 493,861 000000000000000000061b0b2a9a19aa3a1ddeb00ea122d43fd66b3683b1bb5e 2,701 1.00/1.00 vMB 275
493,860 493,860 000000000000000000bbbd3f3acacdccff98642aae3d0c1df96906ecf97c5877 2,488 1.00/1.00 vMB 296
493,859 493,859 00000000000000000057fd4044e9656de7d37f21147146b942d0c7c0a240e53d 2,801 1.00/1.00 vMB 241
493,858 493,858 0000000000000000001ab4556fdcf45339c9baf20e4716c9961f59e5b5dd046d 2,361 1.00/1.00 vMB 285
493,857 493,857 0000000000000000000078413e67b33475ed4256aa19c15c34f77ad10c0e82b6 2,133 1.00/1.00 vMB 288
493,856 493,856 000000000000000000be5354fc04b7efbc5c0dcb5328c6ad61ebf67aa4203ef1 2,402 0.89/1.00 vMB 320
493,855 493,855 00000000000000000053ed0859e5b7f987912c16723f3362fc4952a376e637a1 1,540 1.00/1.00 vMB 314
493,854 493,854 00000000000000000009ded3bb19c90fbb5b9e78c17572c8e65699ac92b6f48a 2,487 1.00/1.00 vMB 263
493,853 493,853 000000000000000000aee6b32759aaef0ad44b3567e05bdfda87af7372aee53f 2,515 1.00/1.00 vMB 245
493,852 493,852 0000000000000000009128d188bc9f453068831988a9e53a938eaf8f831df742 2,341 1.00/1.00 vMB 265
493,851 493,851 00000000000000000008d77d3b523bbee713d788b3ed207dfff6378f0e8130dd 2,446 0.96/1.00 vMB 221
493,850 493,850 000000000000000000983223f14ec2cbbe4fb333feb76181657c392b64de513f 1,839 0.96/1.00 vMB 244
493,849 493,849 00000000000000000048f757daae35974b3d5a9435e2bdebc496885ef6dfc923 2,500 1.00/1.00 vMB 250
493,848 493,848 000000000000000000490471233b84b85c0af0e15a764c7953996ce976faf74c 1,923 1.00/1.00 vMB 281
493,847 493,847 00000000000000000029bcc2049011814b2bc2a10f14e1a1f73d828402cb2a7a 1,944 1.00/1.00 vMB 233
493,846 493,846 0000000000000000002eb19c91a33dfce6029300339aab2905b30d342e9920e8 1,740 1.00/1.00 vMB 250
493,845 493,845 0000000000000000004167cad6c59a62ea6eec321ea884fffd3df1cd6f69c1b8 2,561 1.00/1.00 vMB 309
493,844 493,844 000000000000000000a7d38c607494231c32aafaec4fcc837de33213d15461bc 2,218 0.90/1.00 vMB 284
493,843 493,843 0000000000000000009440f61231bc728b16a073456bdffb606c2e084c7ce34a 1,504 1.00/1.00 vMB 265
493,842 493,842 0000000000000000009d6d5837ac2492da1980502751c7bc2cdba9e937c839b9 2,457 1.00/1.00 vMB 337
493,841 493,841 0000000000000000009069375066acaf3b5f50b87a032a9aa0f2ded7bb6c4ab7 2,197 1.00/1.00 vMB 323
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.