Loading Tool

Explorer IconExplorer

Memory Pool

42,044 transactions
26.90 vMB
0.06245703 BTC
Random Selection Loading Transactions
Max Size: 141.00/200 MB

Candidate Block

Mining Attempt eb574da9e4ad9d0e069722e4c06c2f0f5e8681d48192b335d98ac7ee694594c8
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root e597b63cdd5786fe8ba8d7d277a95e4f79cf8799a6452eb0f8dce4129cbf1ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.01261128 BTC
Feerates: 60.14 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (498,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,781 416,781 000000000000000004646a3f64dfdcd0c54b9a22f6243d0f769eefbff6d34a76 152 0.07/1.00 vMB 50
416,780 416,780 0000000000000000005d66a9e82f8e1431de5aa340d9bee3a270e2ffbcbc1c05 345 0.86/1.00 vMB 28
416,779 416,779 0000000000000000051f90371ad23d7e911393108d142482478cda9709c399d4 2,495 1.00/1.00 vMB 64
416,778 416,778 00000000000000000151346b6037951b301e3d9eab665ed10602a7f2ed69d306 983 0.48/1.00 vMB 56
416,777 416,777 0000000000000000016cb5f8e581d62d14bff8cfbc39f2fea2fe9d08db9ed303 1,033 0.37/1.00 vMB 68
416,776 416,776 0000000000000000044b8396bd0e84825aa4cfbf993c3040f3e1a9af0fef6656 1,535 1.00/1.00 vMB 35
416,775 416,775 000000000000000002bd778a4c2858b7f388ffd42512d87ecc7c3442f3d87b67 2,534 1.00/1.00 vMB 70
416,774 416,774 000000000000000001fcf464bf976988c8ef63ea137762aa97619fc94f1abf0e 1,003 1.00/1.00 vMB 31
416,773 416,773 0000000000000000008ac9131d34bb484472ed4d535ee25dbd3ce7d8113e15d4 2,625 1.00/1.00 vMB 72
416,772 416,772 00000000000000000030136ed3806ed77b224c2fa61dbb7c69a795ff18348b11 2,861 1.00/1.00 vMB 86
416,771 416,771 000000000000000004c978e4cdd70ef8f169600a8e17c2211ec3ef2a0678030d 827 0.58/1.00 vMB 35
416,770 416,770 00000000000000000101866e5eb689febeca1f857d1326bb7ca9a5c92fd16a81 2,396 1.00/1.00 vMB 78
416,769 416,769 0000000000000000049ae8134492217f6503de84801aa95f89f925865cfbc3bc 935 0.50/1.00 vMB 58
416,768 416,768 0000000000000000058b493086fa990dc627ea7540b66512f0c74c6fdb1aee50 378 0.90/1.00 vMB 21
416,767 416,767 0000000000000000040e5f058c1c94b7b8a920b143bbb2b0945a150badf43b2a 870 1.00/1.00 vMB 19
416,766 416,766 000000000000000001b1594c882d0b255ee3a7f5d6509f212f7b1d39fd12828e 1,354 1.00/1.00 vMB 39
416,765 416,765 000000000000000005552636629b79e8658e434093eec38184e2e91d049bf563 1,320 1.00/1.00 vMB 38
416,764 416,764 000000000000000002091da1ab54ea15404e6eafc5d18698d0c3e126f8c81d16 2,209 1.00/1.00 vMB 57
416,763 416,763 000000000000000005720c75b332ccc61055247dda6bacc299ce350b0cab1a96 2,348 1.00/1.00 vMB 75
416,762 416,762 000000000000000000e77e707aef1298209568f3ec036886cea9195654f8ed47 2,771 1.00/1.00 vMB 65
416,761 416,761 000000000000000002f8060d37d7528b3217edef6b0586917a09663cf9b7a20a 2,983 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.