Loading Tool

Explorer IconExplorer

Memory Pool

31,247 transactions
19.15 vMB
0.05912380 BTC
Random Selection Loading Transactions
Max Size: 110.43/200 MB

Candidate Block

Mining Attempt 55ff74cf55e3896bf351c49d897f30e6bc54b8a12d11af6d007a410d2780e85e
Version 20000000
Previous Block 00000000000000000000ff57f9f34a439adaa78fdcc15728ae8d1e31945053a0
Merkle Root b315b2126dd4295284a31d2cc019dd54b0bd8fc90ecdd8326f611a3d5e4c1591
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.03614614 BTC
Feerates: 301.48 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,790 (92 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,698 938,698 00000000000000000001976b2202ff92bee756134a875e8fa73703f4047ac9fa 1,936 0.94/1.00 vMB 2
938,697 938,697 0000000000000000000100ee5c478850d8f9d62ac1c0b92edfad7470b9ffaf3b 645 1.00/1.00 vMB 1
938,696 938,696 00000000000000000000733647ba5b9b25c13b75a5f47a71c4b69c033ec2103e 5,032 1.00/1.00 vMB 0
938,695 938,695 0000000000000000000107dce80dae5f53fbb0044d51510a7dac9ecfe74f6da6 4,659 1.00/1.00 vMB 0
938,694 938,694 000000000000000000009ed7519e0e5775f574dba56423bf68979bb3ea852c3a 2,397 1.00/1.00 vMB 2
938,693 938,693 000000000000000000003cfe3164d8cfd5de0c4e3eced7414f30d67d5aa94561 2,122 1.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 824.53 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,202.72 GB
    • Received: 229.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.