Loading Tool

Explorer IconExplorer

Memory Pool

82,860 transactions
30.54 vMB
0.16095382 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt f88068d6d0de79ccdf57819d6a2906384833fe19ce3db37b42a4e7b03b5e0c1a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 3205bf41b7ea08509c2a064df7516a9fd0d62151fb8a8ee086bcf7fdbf42c8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.08242985 BTC
Feerates: 111.00 > 8.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (452,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,044 463,044 0000000000000000020602bd00e92cfa64adfc630e496509eef268f42cae2ad9 1,152 1.00/1.00 vMB 76
463,043 463,043 0000000000000000002ea9f9a19272905337e1746482d01c524eae3d068e75cb 229 0.37/1.00 vMB 27
463,042 463,042 00000000000000000160537987fa0f3e61fc8d9d4ee92251b9cf8d3fdae084e0 1,552 1.00/1.00 vMB 97
463,041 463,041 000000000000000000f2c07ef99b942259f3c27d9009e718dd61dbec40e4896f 1,508 1.00/1.00 vMB 82
463,040 463,040 000000000000000000d09360c16bb152979483798390cf0478288e914dbfe1cf 3,244 1.00/1.00 vMB 237
463,039 463,039 000000000000000001645350b56eae5bd8b5de500af5452b145db0df7a154208 1,131 1.00/1.00 vMB 69
463,038 463,038 0000000000000000003eb7d40cef72f0f3bc99f7a2b0619ba0e06d71ec695eaf 1,996 1.00/1.00 vMB 86
463,037 463,037 00000000000000000121fe904d9ea43d85eb81466d2a8737eb7b49f48985975c 1,743 1.00/1.00 vMB 169
463,036 463,036 000000000000000001981340bce172976984e95a026afa75831a24c6f90e1526 1,259 1.00/1.00 vMB 74
463,035 463,035 000000000000000001e22733b982f14e0304109efad47d9a4be0efd2f659ca30 1,734 1.00/1.00 vMB 63
463,034 463,034 00000000000000000120df978de707821b6e3fd031e86a140f5d4baa9622841d 2,858 1.00/1.00 vMB 141
463,033 463,033 0000000000000000007e8070816a9e33f287cbb625221b29c93beefddc219a94 2,482 1.00/1.00 vMB 162
463,032 463,032 00000000000000000129ac66f67ab0c76844d1ebc0edc6a4eda1a73806cf6e80 2,142 0.99/1.00 vMB 123
463,031 463,031 0000000000000000011732247d0f9c1d2a04c91170c4efde4d8610ef7701c3f3 2,140 1.00/1.00 vMB 158
463,030 463,030 00000000000000000125266579c7a60054cf4733bfea0d3859593e0777a9b0d2 3,033 1.00/1.00 vMB 188
463,029 463,029 000000000000000000d282235f3b4ba8817df39213ba4640ef848d3444d9e4e6 1,876 1.00/1.00 vMB 105
463,028 463,028 000000000000000000a61d6bfdf4a66c7139f5ede3106e33395380c1efaa70b6 1,550 1.00/1.00 vMB 87
463,027 463,027 000000000000000001e65b24ca346713756868909fe8353937de09766cfba6d8 2,034 1.00/1.00 vMB 118
463,026 463,026 000000000000000001b5906ba45cd4d0944cbd23a550bd4f3548b33ce9db0175 1,859 0.84/1.00 vMB 133
463,025 463,025 0000000000000000006b40c188ab7b628fefae7212fc5df2b3223e3960df2666 3,058 1.00/1.00 vMB 185
463,024 463,024 0000000000000000008bf55ea075ec70a3538087db243facb338df9d45d39d5e 1,422 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.