Loading Tool

Explorer IconExplorer

Memory Pool

27,576 transactions
16.75 vMB
0.03041543 BTC
Random Selection Loading Transactions
Max Size: 98.22/200 MB

Candidate Block

Mining Attempt 792533e2172ccdaa799ffaf1992a786125510124010520e7d4e7fc0c309b0e71
Version 20000000
Previous Block 00000000000000000001183783134fc039979438f02ca75eed5fb9e48dbc9b00
Merkle Root 9e00765cbe01612d9acee62c581f02aba160b7a494d10a0a6209042e6d4c4613
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.01320318 BTC
Feerates: 316.62 > 1.32 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,839 (143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 824.60 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,204.85 GB
    • Received: 229.69 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.