Loading Tool

Explorer IconExplorer

Memory Pool

16,940 transactions
11.08 vMB
0.01521171 BTC
Random Selection Loading Transactions
Max Size: 63.22/200 MB

Candidate Block

Mining Attempt 67d4b63c03674bf94eb3bbcc4171e22c1b0629b12ad81c9c948f8462109a0507
Version 20000000
Previous Block 000000000000000000009afdb8f2780c64a7b220d5c1b274f55a63a650df4e9b
Merkle Root 86ac7521eb6891d475723e3af4f10d27e9b47dfd2ffb8a9000e7d6e64b161b5a
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,170
Size: 1.00 vMB
Total Fees: 0.00447922 BTC
Feerates: 150.28 > 0.45 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,729 (49 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,680 938,680 00000000000000000001642c8716d62c1afcdf93ab88e507ddd5895c491c7c0d 4,150 1.00/1.00 vMB 0
938,679 938,679 00000000000000000000bfa9fdf538a111ae871583d9bd6fd30a46e66edd565f 9 0.00/1.00 vMB 5
938,678 938,678 0000000000000000000085e51287a5897260ebefd39f8b2a7cefdccf4f0bc9ce 845 0.29/1.00 vMB 1
938,677 938,677 000000000000000000009ab7cf455e2f5e8d5e300028f0cfb8cef0db4298c85e 2,784 1.00/1.00 vMB 3
938,676 938,676 000000000000000000018de535e0dc1da2730034220e8ddf5196c449717a6ce7 2,380 1.00/1.00 vMB 0
938,675 938,675 000000000000000000004f48c77b6e976658aaada67ce50564b2e7ebafe559b1 3,586 1.00/1.00 vMB 3
938,674 938,674 0000000000000000000025d8659c0d539fd18c4c0dacde7fad7d1658df8d8dbc 3,957 1.00/1.00 vMB 1
938,673 938,673 0000000000000000000168737f41a6ac9aab1dd0521b847bf67f055ae1146c3d 986 0.31/1.00 vMB 2
938,672 938,672 0000000000000000000072fda86649a8c61c404e88e76f7336dbc2b1472d1fc8 3,436 1.00/1.00 vMB 0
938,671 938,671 0000000000000000000198e8f709ff1fb5906bee24f01d505620096ac326eda8 3,148 1.00/1.00 vMB 0
938,670 938,670 00000000000000000000223e2d49abc1b0cdbcb52b12812b256a497e00c0c258 4,365 1.00/1.00 vMB 0
938,669 938,669 0000000000000000000144c795a8d301b00bb016e247c6f5bebf0d486c1dba6f 5,405 1.00/1.00 vMB 0
938,668 938,668 000000000000000000010adeacc419d6cadabd92899b00f8f0e118ee514a40f5 1,807 0.60/1.00 vMB 2
938,667 938,667 000000000000000000005119ad446478a7b13fc0a1ed23e8715c39504e7bcfb8 3,489 1.00/1.00 vMB 0
938,666 938,666 0000000000000000000040833d9d48eedd8b1094fb072fed469c85a3693b8dc8 3,234 1.00/1.00 vMB 2
938,665 938,665 00000000000000000001dfd74152437313451aef59655ee01a44cc9d47fab3c1 5,202 1.00/1.00 vMB 0
938,664 938,664 000000000000000000010db48e3723f93bf3bbb4421541a714962872abb861ae 3,961 1.00/1.00 vMB 0
938,663 938,663 000000000000000000015945a4fdf7abb63a34b656f8101ac6ea085d6d45c24a 451 0.13/1.00 vMB 3
938,662 938,662 000000000000000000016f895046ba334db0d9abac4fdc2212077f3438d7bdab 403 0.17/1.00 vMB 2
938,661 938,661 000000000000000000013b562f76068aeb6343a2dc2e8acf7376284311e0460a 3,525 1.00/1.00 vMB 1
938,660 938,660 00000000000000000000f6e43f95b47a66653dbc4d5eaf3019d4c05b96a5aac2 3,053 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 824.42 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: 4,143.50 GB
    • Received: 228.78 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.