Loading Tool

Explorer IconExplorer

Memory Pool

40,900 transactions
26.60 vMB
0.06169329 BTC
Random Selection Loading Transactions
Max Size: 138.81/200 MB

Candidate Block

Mining Attempt 80eeef313b5685bb447e86a4d9a33f67219b283d53756b6c8149c1c0c47740e0
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root a4ce532e4dc14d526ba1d8c5d34a50c214cb349c9007803c70abe98bfeb5a5a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.01258241 BTC
Feerates: 151.03 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (861,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,923 53,923 000000000700b6375cf2d1796d9504e14875fb7f17bcceea85097d7ced5914ce 1 0.00/1.00 vMB 0
53,922 53,922 0000000007945aa5f560d8b8d82a461526c0e2bacc3740aed8638e14dd368e60 2 0.00/1.00 vMB 0
53,921 53,921 0000000012b0c60b70d8bd5f96b03f195de953e17ac4f894ebcb30451520c5f3 1 0.00/1.00 vMB 0
53,920 53,920 000000000aeb0cfc657becde25bfa62655e78262a184d06bf65b93fc153eafaf 1 0.00/1.00 vMB 0
53,919 53,919 0000000015c47a81e874d467a054cf542d1fdde9d08ae948f272af7106093b5a 1 0.00/1.00 vMB 0
53,918 53,918 000000000c44e44fd7e4f0f468789f438c8afbae4e88fc9b40c48b714027e40e 1 0.00/1.00 vMB 0
53,917 53,917 0000000000c2ecdd6be6b2a722d9c3eb656123d3b5addc564ba5e276ca63aca1 1 0.00/1.00 vMB 0
53,916 53,916 00000000080010735d6167996a9134dfa91c1cb7113e84953fb43e0aef0d2ef2 1 0.00/1.00 vMB 0
53,915 53,915 000000001576f12f8ac9e1fd5334593e774d2119cc4c56b6554a64b845c6c1bb 1 0.00/1.00 vMB 0
53,914 53,914 0000000011876315744409b29c106bf0df0fc686e3f7554df3490207eadad814 1 0.00/1.00 vMB 0
53,913 53,913 00000000014a7d794264a3864578d08aea3648a39c8624e71536372f04c2a509 1 0.00/1.00 vMB 0
53,912 53,912 0000000013597afe1c43c69a0ce1634afee264e6cf8702f38bcbf785b862a818 1 0.00/1.00 vMB 0
53,911 53,911 000000000badf11a32c42bbf8583fb23dc049a36ec643fb7cf81ae0991c2b169 1 0.00/1.00 vMB 0
53,910 53,910 000000000adacd704c8000ca732bb7b0c5860538219c80e80664c2e7186b09a5 2 0.00/1.00 vMB 0
53,909 53,909 0000000004f897b9b9bd9957b2c362ff5cf4a56527d09a2823d81ec0f14d40b7 1 0.00/1.00 vMB 0
53,908 53,908 000000000baa63b91e51a18ac26d89e46185f0a60ffd99b5ca8e6c8b11531e2a 1 0.00/1.00 vMB 0
53,907 53,907 0000000008428e0c6ae1d6bc41be14f9c6961a491f22571443e63d5b004da01b 2 0.00/1.00 vMB 0
53,906 53,906 00000000000c784854d837440718f4c463aa83d4b48f085447cafc28ec51fc01 1 0.00/1.00 vMB 0
53,905 53,905 000000000c775b563a64ca474250579c59358171048c2bb9c1214c482735ada1 1 0.00/1.00 vMB 0
53,904 53,904 0000000006d3265a4c884fada390b164f968f62765174be9757454824f8e8bfd 1 0.00/1.00 vMB 0
53,903 53,903 0000000009535f0393e3a8747a6b7cef1264fc88578ad95354f0af2184ca6e2a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.