Loading Tool

Explorer IconExplorer

Memory Pool

74,433 transactions
28.26 vMB
0.07200117 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt 2ce394452d1563b3e70e096df20b0a575b6e27e8387625b99eb6e4ce00e4b799
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root d9a8e775d9912216deef61f2caf690d0a3f0a1cd3b739c5ad4788ac55ae29e2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,171
Size: 1.00 vMB
Total Fees: 0.01098579 BTC
Feerates: 150.77 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (231,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,878 683,878 000000000000000000020d6f292f773b3e6c803e1c133ce54df82d9ed2b6b45b 2,478 1.00/1.00 vMB 91
683,877 683,877 0000000000000000000a5a7cc3e2c926a21b54aebcaf7fc17cf650c4eedc50eb 822 1.00/1.00 vMB 61
683,876 683,876 000000000000000000055d212e9e603e07bbfbf93ea77ea47135eccd6e239c62 2,458 1.00/1.00 vMB 63
683,875 683,875 00000000000000000003264aeccde06b4ed25ec5d5b97429ac3c040d935a3b12 3,607 1.00/1.00 vMB 112
683,874 683,874 000000000000000000073489abd69eb402f46f6dba2518bf182d180a721b1bee 39 1.00/1.00 vMB 1
683,873 683,873 000000000000000000029a2da41c6da6b734a637942705df119d8c277a4cfe4f 2,067 1.00/1.00 vMB 44
683,872 683,872 000000000000000000043be24b702ba5cd213b0b95bdea29e369604b3ef874dd 2,427 1.00/1.00 vMB 46
683,871 683,871 00000000000000000007c2ca8d83e25da1198ad2be4b4727524ea90694ee1502 1,769 1.00/1.00 vMB 44
683,870 683,870 00000000000000000001977a4e0b706c51651054fbc189fab9d4bb1799fddcb2 1,343 1.00/1.00 vMB 13
683,869 683,869 0000000000000000000a4c234af5b2d0f87cb2384d0a51c7227569c5e78b9897 2,201 1.00/1.00 vMB 61
683,868 683,868 0000000000000000000a3103bf2b6df82549b08bc343c4ccaa0bcb2073d66056 1,256 1.00/1.00 vMB 23
683,867 683,867 00000000000000000002b8c2e9c7a26348e507c64e7df7b88c01df3a33db4d15 1,457 1.00/1.00 vMB 18
683,866 683,866 00000000000000000008dd6ea62cfbc8063e3d2c0720d09789f327e37666bff1 1,077 1.00/1.00 vMB 16
683,865 683,865 0000000000000000000ade708e816d8d48cdf40c0d0d9f5cc9e56bfe2a0d6011 810 1.00/1.00 vMB 6
683,864 683,864 000000000000000000087a89dc71da040509f7b6e4811c24586f273f7f123720 2,164 1.00/1.00 vMB 8
683,863 683,863 00000000000000000006bc4efeca1cd50bebd1ddb495edc081e68cb34f7d69cd 2,414 1.00/1.00 vMB 19
683,862 683,862 0000000000000000000932fd8e54d2d99a8b66de2a39e7bc94f68220d3e3f7d3 1,366 1.00/1.00 vMB 35
683,861 683,861 000000000000000000094eafbbdb8f943b61291115d8a1852cb55e0b68792a47 2,029 1.00/1.00 vMB 68
683,860 683,860 00000000000000000003975ca2fa303e6b6226fea1c71f949873ad739a229294 2,401 1.00/1.00 vMB 50
683,859 683,859 000000000000000000057eefd7e62ae4134d6357a8fc3640eaa3d881a2edad44 2,546 1.00/1.00 vMB 61
683,858 683,858 000000000000000000083744f209c6d443ebc6ecbbe6d66d16453421da2e2c26 2,054 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.82 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: 711.22 GB
    • Received: 17.10 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.