Loading Tool

Explorer IconExplorer

Memory Pool

40,116 transactions
35.73 vMB
0.10817469 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt 4a4b15ae4b79dcb90c4ed49450cde0bbbfec2dc89a8d0f662e8ce26460e500e3
Version 20000000
Previous Block 0000000000000000000153b180679ea1d7b8b79a5857157618923037b1b4fb37
Merkle Root 829fa3c23325655931a5119330b2027411469fd7f82aca4525655e839d1931e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,034
Size: 1.00 vMB
Total Fees: 0.02309001 BTC
Feerates: 71.64 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,312 (791,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,779 122,779 0000000000005eb2e359a3584739147642f1cc383f752c6fe14c8c1e121da7c3 88 0.03/1.00 vMB 1,645
122,778 122,778 0000000000005f80eb04553834a4a75906ba481c8abe5c65de96b5daab737f8f 12 0.01/1.00 vMB 677
122,777 122,777 00000000000092e489d959690c0f57dbb5e2e1aeab0ec83486e88621a1f7d8be 5 0.00/1.00 vMB 0
122,776 122,776 0000000000003747ce3a7926fee660a5cba5db76e93a3e6043c4c233da53dac7 10 0.01/1.00 vMB 744
122,775 122,775 00000000000035ecbd686b33cc373f157a072cb520f56ec18833e585dce62681 9 0.00/1.00 vMB 900
122,774 122,774 0000000000007c93529a53c6f6cc1a94182ab1db58b2332838bbc635987afa50 13 0.00/1.00 vMB 1,082
122,773 122,773 00000000000028a343dda39ef83a5169cc5ef228f3ddc3114caef5148720f2ed 14 0.00/1.00 vMB 680
122,772 122,772 0000000000006abc8f7696a9cd0b9ff3bd9f3f2d0a4a704006bd68f26ebe3b51 7 0.00/1.00 vMB 0
122,771 122,771 0000000000002b5a01ac42716874cda4b65f863b36355b1429e89bb633f19446 9 0.00/1.00 vMB 1,273
122,770 122,770 0000000000002fcae91e1c6e09763621062ad3c48d076371ea5473d960408fd6 14 0.00/1.00 vMB 896
122,769 122,769 0000000000007d2eda12d8f60a8a19bf108761304bc5a5e618bda2a9df1ffca5 8 0.00/1.00 vMB 984
122,768 122,768 0000000000006e8e8c6ac544aba502e4238eccc859dd85530f2e5c1e59df7e1f 14 0.00/1.00 vMB 1,429
122,767 122,767 00000000000010295771892561aa6d09168786ab201a7635cf703d7bb477df13 51 0.02/1.00 vMB 2,181
122,766 122,766 0000000000006fd8bbdf533e7bc07c6d086e89850c94bcd6a2ec412a47ed5a43 57 0.02/1.00 vMB 201
122,765 122,765 000000000000478bb45b846a5627cdea98c594eef57c8fff31e3133e5f2fa71b 1 0.00/1.00 vMB 0
122,764 122,764 00000000000086f982bc6584b11b9b861315be5a1ef2700e0687c80fc8c3bc5e 23 0.01/1.00 vMB 515
122,763 122,763 00000000000071350992b515caf57c46b0034a72bf3ec412ca700d0cf5e0b223 31 0.01/1.00 vMB 2,677
122,762 122,762 00000000000076b2f66c4ac5dca0a3be7ac2bf80e2e9fd60e74fd914c14fc061 19 0.01/1.00 vMB 389
122,761 122,761 000000000000187e7cc685950d26eaf7cdcf3dabb44ec96b0144e8b99eb9935f 11 0.00/1.00 vMB 0
122,760 122,760 000000000000928c192738e39940f7ea0f579ea85ff9eadfaf79a4df3a18990d 1 0.00/1.00 vMB 0
122,759 122,759 000000000000023c06404579020151bdaf906ab00aa873930f8df1aef98df336 15 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.65 GB
    • Received: 9.20 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.