Loading Tool

Explorer IconExplorer

Memory Pool

81,942 transactions
30.67 vMB
0.08488093 BTC
Random Selection Loading Transactions
Max Size: 187.68/200 MB

Candidate Block

Mining Attempt 05ce53a545ffcf74b6340366db698a6117bf4c8f60b5181e44b5968387cf9932
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root d256e51d80a1560b1c1a8edcbcb0d1455849e3afc36f53b5e77a64d06f547ada
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.01569416 BTC
Feerates: 150.61 > 1.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (15,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,775 899,775 000000000000000000015aa04b6f6e31d7e18ae467923abfa716185a7e29aa8f 3,470 1.00/1.00 vMB 3
899,774 899,774 00000000000000000000d31c370fcbdcd2baa44e1acb3f7b204151f5aa38b0a0 4,183 1.00/1.00 vMB 4
899,773 899,773 00000000000000000000ff24f9c157e333716a98e7230c7da967ec90d2fd4f94 3,921 1.00/1.00 vMB 6
899,772 899,772 00000000000000000002005f421fce184223c314a3018438ba4b3ef1923d2cc1 2,048 1.00/1.00 vMB 1
899,771 899,771 000000000000000000000b1376ad7a1a1d9e65a851d563fd0c9af738e54a1fa2 3,133 1.00/1.00 vMB 4
899,770 899,770 00000000000000000000379590873cb5d33d991f353a3e805b860414df7bb7db 2,880 1.00/1.00 vMB 4
899,769 899,769 00000000000000000000b033627df904f31cbb9673cd12acc780b3143f8d50c1 2,414 1.00/1.00 vMB 3
899,768 899,768 00000000000000000000aacec87450c8f510e75d308997005735390acb4e9c21 1,635 1.00/1.00 vMB 2
899,767 899,767 00000000000000000000675965afb8580562f956f68b9107ea944586e8a861da 2,454 1.00/1.00 vMB 2
899,766 899,766 00000000000000000000dc23151f3d683f58c3b6b715c322b7e64375956ddae2 2,582 1.00/1.00 vMB 2
899,765 899,765 000000000000000000017aea1fde43b6d0399134c5d608dc2b5d42cfe3c47eaf 3,275 1.00/1.00 vMB 8
899,764 899,764 000000000000000000017e146d79d3da0b15248e9ce87f23574a594369daf5b2 4,094 1.00/1.00 vMB 5
899,763 899,763 000000000000000000010f47988afe3e325e68b68942200ae2b9530cba8c6486 3,205 1.00/1.00 vMB 3
899,762 899,762 0000000000000000000224543cebd07716666b17eb9fdb2849142fe419fbfe8a 2,691 0.98/1.00 vMB 2
899,761 899,761 000000000000000000010fec13383745fec9a550ad31d8dd4f96e70268a509f1 2,097 0.55/1.00 vMB 3
899,760 899,760 000000000000000000016b8f185c80ef999596e6d24f754e887934f968ff9c32 2,795 0.81/1.00 vMB 2
899,759 899,759 000000000000000000005c60a8113c5974d6ca950dcd85b17107b28fd5ac8f83 2,913 1.00/1.00 vMB 2
899,758 899,758 00000000000000000001bb9fdcd226b7eed4b3afa1e809d5170aa379ee992e86 2,372 1.00/1.00 vMB 1
899,757 899,757 0000000000000000000202b18cf967453256aaa76866bbe32cf01581b6270540 3,090 1.00/1.00 vMB 3
899,756 899,756 0000000000000000000042f8a5b0b2a272f6bf4bbd454a87f8129c91abc9865c 2,369 1.00/1.00 vMB 3
899,755 899,755 0000000000000000000052ae1ee115bb8d87e97cf17da7e0016a5755b1d869d8 2,440 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.01 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: 718.91 GB
    • Received: 17.99 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.