Loading Tool

Explorer IconExplorer

Memory Pool

35,976 transactions
20.64 vMB
0.04996182 BTC
Random Selection Loading Transactions
Max Size: 120.78/200 MB

Candidate Block

Mining Attempt 8540aed2afbafe7c05a701d3d84b25950b82c2761752bdb1bde6450d345f04fb
Version 20000000
Previous Block 00000000000000000001447e3d4144aa2b375c8abe3ce07156e687d4c1129997
Merkle Root fcef471d58cb59b48307684b18f2c30cd9374d66f95e9281c19556e55b47da53
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,551
Size: 1.00 vMB
Total Fees: 0.02416474 BTC
Feerates: 538.90 > 2.42 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,780 (88 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,692 938,692 0000000000000000000032b2dc9714c16eb3d138cf7e0d7612173f6748b949f7 4,040 1.00/1.00 vMB 0
938,691 938,691 00000000000000000000d61a75f9722d1820d8d2d1ed303f5abaf407f8352bca 2,266 1.00/1.00 vMB 2
938,690 938,690 0000000000000000000137f9e317dcc4936a29a2add9ac3ab381b7d4d5d43c2f 3,570 1.00/1.00 vMB 4
938,689 938,689 00000000000000000001ca24851bbf239557233b956c96d5381b66b2e4f56919 2,774 0.91/1.00 vMB 2
938,688 938,688 000000000000000000010aa931d0503dcf9f773ac1968c197f4c2094823f8dc3 2,029 1.00/1.00 vMB 0
938,687 938,687 00000000000000000000a2a4c3472d31abfb86dea74a7794ca76027108e244c3 2,138 1.00/1.00 vMB 2
938,686 938,686 00000000000000000000ea20940d7fb8e4089f834fc27739cb908e5d63f72a01 537 0.24/1.00 vMB 2
938,685 938,685 00000000000000000001d7af3427611fbf002771c05be3d58dfead788161ed40 3,472 1.00/1.00 vMB 1
938,684 938,684 000000000000000000012e7ac2b2b252f592d7b7cefa93ea8e2ce5d558f4ba0b 2,851 1.00/1.00 vMB 1
938,683 938,683 000000000000000000012316e660531d2d638093697e3473a752c696a4379d25 2,712 1.00/1.00 vMB 3
938,682 938,682 000000000000000000015590a7dfcb48b651e730815cdf9c9cebb8752fff51ef 674 0.27/1.00 vMB 2
938,681 938,681 00000000000000000001e317d8ce689ac09c9e8e179367eb2b470d6ed537b788 2,887 1.00/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 824.51 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,200.92 GB
    • Received: 229.31 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.