Loading Tool

Explorer IconExplorer

Memory Pool

74,956 transactions
20.30 vMB
0.04918714 BTC
Random Selection Loading Transactions
Max Size: 136.85/200 MB

Candidate Block

Mining Attempt 8fcca2530bec15b75b479967fc5c964a7680ec551b2789807da16a7a66654385
Version 20000000
Previous Block 00000000000000000001ec54eb6b028aceaf3d43a246dd6a23a3c7fdbd6c36a9
Merkle Root e0c2e952344dd24cfd846ce8f4a55978a3d28e38be395d574686ddd7269714e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00493962 BTC
Feerates: 150.67 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,017 (830,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,624 85,624 000000000017f793a6047f8167a83313b5b7ecd9faa25b359a7c72f5baa698e5 1 0.00/1.00 vMB 0
85,623 85,623 00000000000ddb7a90389dcca57b39b3b53d5b51cf982baf6e1b494e36e32c5d 1 0.00/1.00 vMB 0
85,622 85,622 00000000001aecd3fadf3a3555bfb11f1006a40c37fce4f4540e2ebcfeccd9c6 1 0.00/1.00 vMB 0
85,621 85,621 000000000022ddf927a4a21ad05eab445d3ac14c7657459b9af713c62f9eb9bd 2 0.00/1.00 vMB 0
85,620 85,620 00000000002085102a206400f921766417582b6d81fa16e8fda8355c23bd23b2 1 0.00/1.00 vMB 0
85,619 85,619 00000000000e2039bf420aab514dcd4cac7e2b51bcce4f3fe9edf5e4ee4d7f1d 1 0.00/1.00 vMB 0
85,618 85,618 00000000001f1e78769c7f479100c20ed3572e3a927f389d003b12a85df4dde6 3 0.00/1.00 vMB 0
85,617 85,617 000000000017ba0767ae2306d4a28c3ea262658fc85d944e59150da755dff871 1 0.00/1.00 vMB 0
85,616 85,616 00000000000c1e668cba31440057be44e6f4c555c577e5bb9107ff1f7df279fc 1 0.00/1.00 vMB 0
85,615 85,615 00000000002823e9cbe6bbfdf6b3bacf051d71c68e5cdb35f864daa8742010e5 1 0.00/1.00 vMB 0
85,614 85,614 00000000002daeeda09da9da499bde222c3bd383eb7896044cd73f5a10ddb80c 1 0.00/1.00 vMB 0
85,613 85,613 000000000016b6f68fdd65f242aa90ac707dcb80c9ead90b77174a1002ba6c75 1 0.00/1.00 vMB 0
85,612 85,612 00000000001c3f09af0d3019c74bdf65d5ff381eda109cb6817c221c47af5ab3 1 0.00/1.00 vMB 0
85,611 85,611 0000000000052a02b889d89061efa0d575af3b8d801649ea401762e168ba3216 2 0.00/1.00 vMB 0
85,610 85,610 000000000011ffe19171b2db730e5d29ef9bb8646ba8710e34eed39b16004d1f 1 0.00/1.00 vMB 0
85,609 85,609 0000000000089f64993f0ba7b0526fdbf3f28176e79e9e2d35436af018beba26 1 0.00/1.00 vMB 0
85,608 85,608 0000000000050d4a018cc131926c8a67141c2fb75bda13f66809792b24ed1d11 2 0.00/1.00 vMB 0
85,607 85,607 0000000000255af15a66afded9bf990c912fb4f0c342d5a6077de41fe17670d9 1 0.00/1.00 vMB 0
85,606 85,606 00000000000345347c8086dcb046cd89a667250eda80f0ec492fdd1251b14265 2 0.00/1.00 vMB 0
85,605 85,605 00000000000e2e87ff986c4ab81b2988cdb01126550895bdabc358cb931fee47 1 0.00/1.00 vMB 0
85,604 85,604 000000000002a6c30c50b48e57048112c0fdb31aaf8583ce06a6dd4336d5ab3b 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.15 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: 810.48 GB
    • Received: 23.39 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.