Loading Tool

Explorer IconExplorer

Memory Pool

79,937 transactions
30.27 vMB
0.08318458 BTC
Random Selection Loading Transactions
Max Size: 184.72/200 MB

Candidate Block

Mining Attempt b868d43dad46c17cd4bd7ad34128073c22bccf8a8c764122df2756e99c693a08
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 45e2e67d38f9756e6ea066c658b98d0e8049e46c5a1cabd944a6346d0d9614a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.01562810 BTC
Feerates: 100.65 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (526,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,203 389,203 00000000000000000a6e7e9db7a8294b604207a168cf7767b79242c3ccabd23c 2,276 1.00/1.00 vMB 32
389,202 389,202 000000000000000000527d143c52fdd760b4cd36d59d2761fef5573a097770d4 2,541 0.90/1.00 vMB 60
389,201 389,201 000000000000000008ddda396c1e5aa352e2f1adeeaaa5b7605b9aa2734b3f57 2,417 0.95/1.00 vMB 35
389,200 389,200 00000000000000000a5ff80919ba2758e740f40f375c3cc7bbe9a52d22f1bcc4 804 0.33/1.00 vMB 32
389,199 389,199 00000000000000000240f19c7af7575e0518d840a70a420d204c2e2572955b35 1,270 0.95/1.00 vMB 20
389,198 389,198 00000000000000000853d397a62ba0ddf381c5a45ce3d3c87f5ca451dc7068c1 483 0.32/1.00 vMB 25
389,197 389,197 0000000000000000022b6042242b43ea7d951406d6f532c7467f3a4aff7fc3bb 1,703 0.75/1.00 vMB 40
389,196 389,196 000000000000000002d819f65e158a3ad97158e78c7b8484c301f5fb18e3284c 2,172 0.99/1.00 vMB 29
389,195 389,195 0000000000000000058c6850b50d82cf99b284dc823f70e06dbefb0c84ccbbef 2 0.00/1.00 vMB 0
389,194 389,194 000000000000000007c9b20d4cf484879c80f38d489bf2fde9eec9a7276930ce 3,193 0.95/1.00 vMB 66
389,193 389,193 000000000000000006746d109abce01c8d2bd2df13867f35478d90bac8e04b0d 1 0.00/1.00 vMB 0
389,192 389,192 00000000000000000b9b6c7ef27ef50e2c4013997cd4782924a3f950b98070cc 804 0.95/1.00 vMB 17
389,191 389,191 00000000000000000502b5622d76a33b2234603d0d822b93f4390ee659f8bb82 1,585 0.95/1.00 vMB 22
389,190 389,190 00000000000000000745426f2acb439f8bbbc949a4a2f1d01f3d51a0d0f342b7 1,234 0.93/1.00 vMB 34
389,189 389,189 00000000000000000306278f59d8336571320b445236ef75855975b4a5177850 1,067 0.86/1.00 vMB 20
389,188 389,188 000000000000000005af032042493fa3b74c51633fd2172b220e3256fa7d366f 1,973 0.95/1.00 vMB 38
389,187 389,187 00000000000000000397ea035b5779f94435b20bb456972a0fb5462b455ecb80 2,535 0.95/1.00 vMB 45
389,186 389,186 000000000000000000cbfb9e25558ce08e46b6566830276f911420dc35cfc4f9 1,339 0.75/1.00 vMB 35
389,185 389,185 000000000000000009db0c44f35fb0d66930f0389fcf65b756f01452384fd332 1,210 0.75/1.00 vMB 29
389,184 389,184 000000000000000005370fd2a9881bc4006a078564cd6e417ca48e8ee7f08b60 2,433 0.93/1.00 vMB 63
389,183 389,183 000000000000000008b5772ae91e55571558b58772cd7d2735814da5e2df1b42 702 0.75/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.