Loading Tool

Explorer IconExplorer

Memory Pool

82,916 transactions
30.71 vMB
0.13945894 BTC
Random Selection Loading Transactions
Max Size: 185.09/200 MB

Candidate Block

Mining Attempt 77c2cf822d80b57611a880785bfee974716d4fd6bbc1aa02eb3a83d7647f4985
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e624e7f8389880c590c30fe64de72a1b21579030aa1750201a0ce4959ad45e2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.07432159 BTC
Feerates: 203.60 > 7.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (415,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,929 499,929 0000000000000000001556e25b59a8506df4da5a57d285b38944c0fbd51ccc59 2,163 1.00/1.00 vMB 335
499,928 499,928 000000000000000000172104ccbc0f5fcd0007d90e3e8c792f6e59bef2a76428 2,275 1.00/1.00 vMB 384
499,927 499,927 00000000000000000070e694517b8bc1194f42a10a1aa04ad09df593fd7f0b41 3,081 1.00/1.00 vMB 381
499,926 499,926 0000000000000000009f4da38ca72188a42d31c87ebe5874989ee351575be205 2,163 1.00/1.00 vMB 456
499,925 499,925 0000000000000000006c534903383d583cb9a7d4a1b5e0a071f8a4380b5c7384 1,449 0.96/1.00 vMB 280
499,924 499,924 0000000000000000005a671eb881f0c44de63b6a3ec054e07196cb0e39e8c6ff 1,967 1.00/1.00 vMB 308
499,923 499,923 000000000000000000627a570312235f9384cd97bdb1d8e1a7a83846fbc4d673 1,934 1.00/1.00 vMB 340
499,922 499,922 000000000000000000597dbe302fb411830df2a6e3c659f8f4ec5dd7ba09a4bb 2,667 1.00/1.00 vMB 370
499,921 499,921 0000000000000000003cf0a70902b82af1a3ca8de3cc158ec4eab721139b62a4 2,021 1.00/1.00 vMB 168
499,920 499,920 0000000000000000006e3b1b121ed0d413cfbd92b8b3e70be3afd704a309894a 1,787 1.00/1.00 vMB 290
499,919 499,919 0000000000000000001fd57b41d13d45618659289ea81c99cd03f7cabd091195 1,814 1.00/1.00 vMB 295
499,918 499,918 00000000000000000095679f85676d5ed55ebcc632a761402b962b0040ac3f1e 2,032 1.00/1.00 vMB 362
499,917 499,917 00000000000000000014f77cdd1bcad3ece52f8b5a6cadcf8265a0465501b189 1,414 1.00/1.00 vMB 252
499,916 499,916 000000000000000000095f6a490b60f085aa1cb8f5fa39ce2d3ffead35852767 2,653 1.00/1.00 vMB 410
499,915 499,915 0000000000000000007711a13a96b6bc843e1921d35756c73fd4ca870ac84138 819 1.00/1.00 vMB 188
499,914 499,914 00000000000000000051af523048ad7d80eaa7b88c90f1b3cffdb79ec8e20e46 928 1.00/1.00 vMB 150
499,913 499,913 0000000000000000006d49befa6a65e57c3e82d553b10a9fc8287dc3832abb4d 1 0.00/1.00 vMB 0
499,912 499,912 000000000000000000980737a0744bacd9196f279db5289311757d7637a37d0d 2,246 1.00/1.00 vMB 307
499,911 499,911 000000000000000000ab30297e56f426ae2f9f0050db6ae67d78123c62b64297 2,591 1.00/1.00 vMB 408
499,910 499,910 000000000000000000533baf0c4d4bcf08270376fba3afb3389426668d833a25 1,439 1.00/1.00 vMB 231
499,909 499,909 0000000000000000005e3e88ec7a6421a94e0bebcb6910564638395a7bc5b675 2,847 1.00/1.00 vMB 408
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.