Loading Tool

Explorer IconExplorer

Memory Pool

79,622 transactions
30.10 vMB
0.07899979 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt 5fdcfa0b0864ee7a82d624083c074d657e4c9e5b34198445298a0f892d052aa6
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 49ca28c0b7b3ac47a1ef8fb3f1f5fdf461fc65a6d1e9962a8b61949e7bb370d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,193
Size: 1.00 vMB
Total Fees: 0.01203871 BTC
Feerates: 100.65 > 1.21 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (40,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,913 874,913 00000000000000000001fb166bec6babb621bcf229272682c7c18ed775a4531c 2,794 1.00/1.00 vMB 6
874,912 874,912 000000000000000000026a06ed5acb9a0ce81a16ef810b8b2f1fac66e9b2673b 3,399 1.00/1.00 vMB 7
874,911 874,911 0000000000000000000220f4b99cdf6d9231bec59bcbb72fac3ba09431542426 3,846 1.00/1.00 vMB 6
874,910 874,910 000000000000000000006abfcdc53e1ad76b3f993b03766e90b2a2de89383c60 3,620 1.00/1.00 vMB 10
874,909 874,909 000000000000000000000ec64f5af2902c96260fa9d44d04c37693a2d97a57d1 3,084 1.00/1.00 vMB 6
874,908 874,908 00000000000000000000aa767159ed27809cd6aa234885b52f6fa46d751316f0 2,017 1.00/1.00 vMB 4
874,907 874,907 0000000000000000000111fb237d228b9e803d4fdf31058786b31d4a462980ab 2,373 1.00/1.00 vMB 5
874,906 874,906 0000000000000000000164cd879b03fdf06ad7589b84c4c9ddb76563d2cf5837 3,162 1.00/1.00 vMB 6
874,905 874,905 000000000000000000018096aad810716ee8e7a245bd729e73c2799f8f2e8f39 3,611 1.00/1.00 vMB 8
874,904 874,904 0000000000000000000113fab8ef98afd4a7bb300aa736b59aa0e574f512f8a1 2,448 1.00/1.00 vMB 4
874,903 874,903 0000000000000000000259f906483cdf3f279f5a5640ec573d235d83bf72f402 2,802 1.00/1.00 vMB 3
874,902 874,902 000000000000000000000bf08335b6f0252f5b5fc826c8f7186098b35eba4cb0 2,232 1.00/1.00 vMB 4
874,901 874,901 00000000000000000001a5ac0c8eeb8ffe10a7bd47fac57d44762dc86bf71b9c 2,792 1.00/1.00 vMB 5
874,900 874,900 000000000000000000024834e3623ab0d3e40397fad0489f1f3f2d6049cc7e88 2,618 1.00/1.00 vMB 5
874,899 874,899 00000000000000000002a7ec34993f9a8d1049296c4892598e9181c4ecb6044a 1,302 1.00/1.00 vMB 4
874,898 874,898 00000000000000000001d5edd6953f64c5ba5f32aaed12b7008a06276c31e386 1,052 1.00/1.00 vMB 3
874,897 874,897 00000000000000000002550e7d89f04110dcbbb0ed9d4193248158ac5b7dd82d 1,643 1.00/1.00 vMB 5
874,896 874,896 000000000000000000026a04b9b6e5f55afb52465272430f806e41482dae5243 1,661 1.00/1.00 vMB 6
874,895 874,895 000000000000000000001fd5048184c3c289bc91fb3970981561039455caa5ce 1,529 1.00/1.00 vMB 5
874,894 874,894 00000000000000000001b8b892c416545d09edfb3a30e0e433c570ef1a8e8000 3,397 1.00/1.00 vMB 8
874,893 874,893 0000000000000000000068ce2dd6069fd74dc96e85a58370f0795e5507bc3894 2,497 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.