Loading Tool

Explorer IconExplorer

Memory Pool

38,349 transactions
28.15 vMB
0.06929507 BTC
Random Selection Loading Transactions
Max Size: 142.65/200 MB

Candidate Block

Mining Attempt b585437d24ff367bc6d76dbc659e0d4b3b4819b1a6d7ee05805bd86692887c16
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 9e16fd22cf40ea9a4f842a6ff7135940b4b09fbc4abbd8fc07e7bac28100cd3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,966
Size: 1.00 vMB
Total Fees: 0.01539755 BTC
Feerates: 150.93 > 1.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (343,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,268 571,268 0000000000000000001671f18a49f98ce2d790076f8b9a27cb8ca3d094e60731 2,020 1.00/1.00 vMB 146
571,267 571,267 00000000000000000007e9e3c3dd93497181e8a96ebbc7b0e7b0b58cf90060de 2,260 1.00/1.00 vMB 41
571,266 571,266 0000000000000000002494759524628e7c0978a334d569418285afe0128711f1 2,191 1.00/1.00 vMB 41
571,265 571,265 00000000000000000021935a2ae58f07a103ca5300cda37c85b709cacc3e7f89 3,082 1.00/1.00 vMB 13
571,264 571,264 000000000000000000176cfc489f8b2561f01d14e90d1d7d78bc69560b4224a4 2,812 1.00/1.00 vMB 77
571,263 571,263 0000000000000000001ed78bfe8b698951170b6ab05980ace2833d5592d49b1c 2,008 1.00/1.00 vMB 108
571,262 571,262 0000000000000000002b9d21dc610af13d206a78f3631642b8be072b4f6303af 3,247 1.00/1.00 vMB 37
571,261 571,261 00000000000000000019cbe12992aa23346dab163f04c4d569865f05d87bc504 3,253 1.00/1.00 vMB 54
571,260 571,260 0000000000000000002514c4044054a2d72d35080daac602ede7696b9203a982 2,809 1.00/1.00 vMB 25
571,259 571,259 000000000000000000220afefe9975de9a61e2590dde665e0c0aedd111336628 3,189 1.00/1.00 vMB 30
571,258 571,258 0000000000000000001a9c4dfd93b9f83367717501c7300d5bf468a5e7bc6dfb 2,167 1.00/1.00 vMB 105
571,257 571,257 0000000000000000001dd973f1fdbc276c40eb7cfdf29184702c73f5c8e50db7 2,748 1.00/1.00 vMB 125
571,256 571,256 00000000000000000016862ded7019900131a80aa532c6e478d650016ceda1ce 3,183 1.00/1.00 vMB 21
571,255 571,255 0000000000000000001c94f5bbe8af65a6639a1bda1f398e4e0a0f61190403c6 2,772 1.00/1.00 vMB 85
571,254 571,254 0000000000000000001c315e0fe3e42c360e72c7f11347114ace380c1e9c7319 3,053 1.00/1.00 vMB 138
571,253 571,253 0000000000000000001ecba0cbf52e19f47e88e47135b54d04d45e7199c008fd 3,322 1.00/1.00 vMB 17
571,252 571,252 00000000000000000004490cd46396e9df1841e2aba71c3071d47328d73e197a 3,347 1.00/1.00 vMB 44
571,251 571,251 00000000000000000017675f966ee8a52a92298b1c3dd05ef52de1b28516c8e9 2,964 1.00/1.00 vMB 64
571,250 571,250 0000000000000000001ad0660495230ab4eb7d5c27d5361b94ce9634445d8333 1,932 1.00/1.00 vMB 17
571,249 571,249 00000000000000000010f41eb2c50c8e131656ac51ac99171676651a70ed8ecc 2,864 1.00/1.00 vMB 42
571,248 571,248 00000000000000000002ac551d53e069b0e322ecb164cf3581259424d869e889 3,278 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.12 GB
    • Received: 11.87 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.