Loading Tool

Explorer IconExplorer

Memory Pool

40,880 transactions
28.63 vMB
0.06665351 BTC
Random Selection Loading Transactions
Max Size: 146.51/200 MB

Candidate Block

Mining Attempt 30c61221cee99404889aa7edcdddf224feb8c509aeceec6e6532c314f71615af
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 92355395459486b0f177ed002c323d3572a96884b6a27706f0bcfd9f56e8f885
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,863
Size: 1.00 vMB
Total Fees: 0.01129336 BTC
Feerates: 100.19 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (457,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,400 457,400 000000000000000000d2491b0dd417c58d96cb28f5c0e30011d6276ef06ce077 1,663 1.00/1.00 vMB 85
457,399 457,399 00000000000000000112b65030fc45d74dbe6df944e4dd954ed3455a1a2fe8fc 1,311 1.00/1.00 vMB 125
457,398 457,398 000000000000000000e76ff3963a23554bd63dea554c83a92b086b892dd95da8 2,167 1.00/1.00 vMB 140
457,397 457,397 000000000000000000d2fb1890c3356255c16335fe2814f0e03264791d4ccb92 1,594 1.00/1.00 vMB 145
457,396 457,396 000000000000000001ce7527474b3f3ca7b8fc7767528ff47b381a9c84885828 1,966 1.00/1.00 vMB 113
457,395 457,395 0000000000000000011a5b3e7274077094cf7828ec3a39567b6420cd394de2f1 3,142 1.00/1.00 vMB 174
457,394 457,394 000000000000000001242482e798de61a9930e8efcf28c651a2c9a40392d122c 2,136 1.00/1.00 vMB 124
457,393 457,393 000000000000000001d8b04f727c99ed0daaa5d4b5b9b9570a766a8bc058a851 1,659 1.00/1.00 vMB 172
457,392 457,392 0000000000000000017830edb17e0a31656d102023349e1558eae373c559a045 1,833 1.00/1.00 vMB 183
457,391 457,391 00000000000000000097813ca804ac81ff460475a1f9d4bf21b41d65d17d93eb 1,912 1.00/1.00 vMB 172
457,390 457,390 0000000000000000012f77b8e8e2678ec9349d608d1d44a45f316238817d17dc 2,765 1.00/1.00 vMB 162
457,389 457,389 0000000000000000014655cf3fda4593dc502189c5d79af7adb6a6b3e9a68892 2,392 1.00/1.00 vMB 151
457,388 457,388 000000000000000002248e581a030d374428551bd6763f2db10c1a70cda20b73 2,204 1.00/1.00 vMB 167
457,387 457,387 0000000000000000014cd8493e691d085328ebda2d3470f61dca52c663ad0f05 1,936 1.00/1.00 vMB 217
457,386 457,386 000000000000000000d1b9a6863bfc0bd41fb44e5fe8ae3901d27b3e6d7ef77d 2,399 1.00/1.00 vMB 188
457,385 457,385 00000000000000000238c77d30e4c4a69d04e3cef0787382fb28e850f7c85428 2,488 1.00/1.00 vMB 274
457,384 457,384 00000000000000000011d0e9f8a9ff0ba41d650344a3ebfb99ecf8f8ab94f0eb 1,360 1.00/1.00 vMB 143
457,383 457,383 000000000000000000adce86cbb06812a24b97c056dad883d58f0d980802371e 2,051 1.00/1.00 vMB 160
457,382 457,382 0000000000000000005e25308311675897107d4287f342be29948e2a852b659a 2,070 1.00/1.00 vMB 186
457,381 457,381 000000000000000000c0fa67f6b82f90c82948c6b6533f3cd850c271888d3fef 2,057 1.00/1.00 vMB 193
457,380 457,380 000000000000000001ae6b6c07af2a34e6bcad6cb305f17888cbc4c4fdb7da5a 1,988 1.00/1.00 vMB 223
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.17 GB
    • Received: 11.88 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.