Loading Tool

Explorer IconExplorer

Memory Pool

85,264 transactions
31.75 vMB
0.16336938 BTC
Random Selection Loading Transactions
Max Size: 188.24/200 MB

Candidate Block

Mining Attempt 479ba6b74a683b22c78b97760099e6161e59563890204e93d11b63fbc9e93f6a
Version 20000000
Previous Block 00000000000000000001a97a7e8496ce4c2a6d89606758ddf3eb31ad29a9060c
Merkle Root 291151c7fe092fb94632fcdf33079397adb2cb80b01807a9cf54f67c76a9b59d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,878
Size: 1.00 vMB
Total Fees: 0.03540875 BTC
Feerates: 100.36 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,634 (811,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,077 104,077 0000000000034836fb09c9af733758a0c4b6bdff05df3cc997928e0981cb80c6 1 0.00/1.00 vMB 0
104,076 104,076 00000000000202f12c221bea30d8d880bdd320ccd5aa0f95fbd94fc3f098f33a 2 0.00/1.00 vMB 0
104,075 104,075 000000000001028fa0758c27f1a8f06c7ce1062e6a42dfd1d1ec86a01edfc9f8 1 0.00/1.00 vMB 0
104,074 104,074 0000000000025d610ecb8973222f7f0a203f7d851bc390e438c4a8d117ca63a8 2 0.00/1.00 vMB 0
104,073 104,073 00000000000021dc7c5b094ec0c05a6501a328544477cb01e7d9251d6e2fcaed 6 0.00/1.00 vMB 0
104,072 104,072 000000000002de1caa846c996e594fdde914280a470f5f4f4f54134056f3692f 19 0.02/1.00 vMB 0
104,071 104,071 000000000002b326d712c0acda1dffbc2ed327fd6494a05643c98f928fd49730 5 0.00/1.00 vMB 0
104,070 104,070 00000000000353c7a7d77bad5ce8227b3516ace50b2e889f18acec5c8691dd15 9 0.00/1.00 vMB 0
104,069 104,069 000000000000f834141dbab880fd06f5aa3bc7dadf3d7711376c2c8cfb606cbf 7 0.00/1.00 vMB 0
104,068 104,068 00000000000310f7cb97aa02b00222f64084d3bc0fecb9557cfefd07738636bf 2 0.00/1.00 vMB 0
104,067 104,067 0000000000027c0c7d1ddf7a81cf09fa67f15eb91c8b87b1e5300a963d26bca9 5 0.00/1.00 vMB 0
104,066 104,066 000000000001ef8d8ef536e513f5e50629e94281f9c7a4d47b7f0dbeb9a8398a 4 0.00/1.00 vMB 0
104,065 104,065 00000000000148b83ecd2b0f244a3113b8232589e54643dacda21fc062fde01b 4 0.00/1.00 vMB 0
104,064 104,064 0000000000009f7cceb1aa189696a91fe1df3dd2c796128f098b125b53ee7a52 5 0.00/1.00 vMB 0
104,063 104,063 0000000000012c663be7e99b02fa8dca9bd9261de8659a971b7aeb867d2ed5fc 10 0.00/1.00 vMB 377
104,062 104,062 000000000001c2ab645b4e072eef2bf4468e8c04d4ba59116ec7e26b8033b728 1 0.00/1.00 vMB 0
104,061 104,061 000000000002f509b626fec087a4e2b6abfe03cd706c33c9046204129a02af8f 1 0.00/1.00 vMB 0
104,060 104,060 00000000000209962cf25677be9105818c418da940c541975ff568f38c5749ce 1 0.00/1.00 vMB 0
104,059 104,059 000000000000e6eba817cafdbbfbc8bd0aaef6858047ca1f3678e63e4d25894f 1 0.00/1.00 vMB 0
104,058 104,058 000000000000a54bac9de188864044aa43806bf6b9ffa57722cacd95d804ed8e 6 0.00/1.00 vMB 0
104,057 104,057 0000000000021af5f1d7e9b02e41b7f615ce00d2350c5ca7e443fe02364456f7 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.59 GB
    • Received: 20.28 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.