Loading Tool

Explorer IconExplorer

Memory Pool

79,216 transactions
30.08 vMB
0.12520786 BTC
Random Selection Loading Transactions
Max Size: 180.46/200 MB

Candidate Block

Mining Attempt 2b4f93ec4062a63062fe7a8dbb8f64182c9af11103d83453b40b63222049d616
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 690dfe56da39eb1013a0e0303eef1f10a9d208584ce9248737a778f50adf6b83
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.03895759 BTC
Feerates: 673.02 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (242,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,904 672,904 0000000000000000000036556bcfb4b7a21c965e0046fa5e93d4d76bd9f747a5 2,862 1.00/1.00 vMB 79
672,903 672,903 00000000000000000006a150227791fbd26cd2ce3275d6113ad21370737c343c 2,236 1.00/1.00 vMB 111
672,902 672,902 000000000000000000028eec4b88890a6dae7196141be84f6ab98dfe5126ca04 2,443 1.00/1.00 vMB 102
672,901 672,901 0000000000000000000bb3baf86ae0e65d9cb5e66ba5b06d6c3648fbe6f1515f 583 1.00/1.00 vMB 113
672,900 672,900 000000000000000000046669effdea0870d567293f669c552e8a34b5a4a5619e 1,898 1.00/1.00 vMB 109
672,899 672,899 00000000000000000001115af12b6d189caf6eb73ea3c80cc608e1cd05a134a9 2,917 1.00/1.00 vMB 114
672,898 672,898 0000000000000000000200b63c871a0b232dc048a11eea6558642b8a3c816d1d 2,442 1.00/1.00 vMB 126
672,897 672,897 000000000000000000093641ffe3fa17d6dfce5447d5635646af8c59f6f064e5 2,737 1.00/1.00 vMB 120
672,896 672,896 0000000000000000000131684431e84ee962da975fd884745aad2267b8f96098 1,623 1.00/1.00 vMB 126
672,895 672,895 00000000000000000002153fd8d65d2eb6f6f760cdaf6c152855c1431ba87cac 2,545 1.00/1.00 vMB 128
672,894 672,894 000000000000000000026ed61e390d786962a290b9dc278380eb1f81691e18bc 3,680 1.00/1.00 vMB 152
672,893 672,893 00000000000000000009291a23a2e52cb95cac0ae927a86a016e784d9e8c9651 1,275 1.00/1.00 vMB 25
672,892 672,892 00000000000000000001228b1b86062628ce1e35a8feb59ced6ac2b033f4bf65 1,879 1.00/1.00 vMB 26
672,891 672,891 000000000000000000087b11de0458a3be853232c0420a4c8c17db13d854fa00 2,689 1.00/1.00 vMB 82
672,890 672,890 00000000000000000005430d2b14a1f4e8395eccaad57ff654e292efc7875cd1 2,456 1.00/1.00 vMB 91
672,889 672,889 00000000000000000006abd56edba7590bc35e763956d7f6de37e7576e224185 2,452 1.00/1.00 vMB 59
672,888 672,888 00000000000000000000fad3e60540974e0e6cdbf8f4bf0d2012c2a0e6671142 2,703 1.00/1.00 vMB 64
672,887 672,887 000000000000000000027f14403d020fffc9a342e1ef18d39ee22981794ddf60 2,763 1.00/1.00 vMB 125
672,886 672,886 0000000000000000000ade7451a0e397f722fad14eb8a2c634819aebd7b7c5b9 2,365 1.00/1.00 vMB 59
672,885 672,885 0000000000000000000b1f2c40b3ebb7b4d2002345a8e1b9a8529a4c52287e1a 2,678 1.00/1.00 vMB 115
672,884 672,884 0000000000000000000af65fb3cf96de6d7c2eb28b09bd0b653a129dfe762ce7 2,323 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.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.