Loading Tool

Explorer IconExplorer

Memory Pool

83,524 transactions
30.70 vMB
0.12070459 BTC
Random Selection Loading Transactions
Max Size: 184.89/200 MB

Candidate Block

Mining Attempt fc51011550b506e04724cc4004ed6fa1f59b9c2652dca03eb40cda8dc827cf97
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 88fd712819a58dd6ba8318ec75870661d35116ee3092492822976abf69f95755
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.05555179 BTC
Feerates: 526.32 > 5.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (463,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,311 451,311 000000000000000000ac7c60e63abe3d4fa0c9e5689bd86afa63fbf5893c160d 2,267 1.00/1.00 vMB 92
451,310 451,310 0000000000000000007c7e104d33e31ec0785f8a267913fa7ca95cd5943dda3e 2,025 1.00/1.00 vMB 141
451,309 451,309 000000000000000000ef5ce27d1d71b6c453efe82b10cb279a9056db1085c67c 2,371 1.00/1.00 vMB 133
451,308 451,308 000000000000000001e398b0b71538d53e9e4d440f0e62d0d28fea122cb02864 1,930 1.00/1.00 vMB 127
451,307 451,307 0000000000000000012b9d83c40cdc847de386c8daac9fe510607ebe19846e6a 1,340 1.00/1.00 vMB 137
451,306 451,306 000000000000000000efb07eb58f9f7639ffeac9f677bcab7c58f5d1f5a374c8 1,472 1.00/1.00 vMB 161
451,305 451,305 000000000000000000e64a6ab6cb24b83bcf401c2be0560243f64bda15a9faf7 2,314 1.00/1.00 vMB 181
451,304 451,304 000000000000000001cce662718d772e3dd27e0c34177a3950221a1d14d658d8 1,967 1.00/1.00 vMB 137
451,303 451,303 000000000000000000b96380ccb3b8b52339399c21136161bbadedf0b6cca91a 2,164 1.00/1.00 vMB 100
451,302 451,302 000000000000000001e581308878d0ee94e9338be6a9017d55db9f06c1f6b8e8 2,680 1.00/1.00 vMB 106
451,301 451,301 0000000000000000006423ad97c131c4ffeb7d3e58314d223764acad67b68384 2,069 1.00/1.00 vMB 142
451,300 451,300 0000000000000000011a5397158931eb90e31d1bba4986ee545fea7a3bbcd594 1,935 1.00/1.00 vMB 146
451,299 451,299 000000000000000000e61f4901a0fc71128d62df869071724d36fc02052d11cc 2,116 1.00/1.00 vMB 140
451,298 451,298 0000000000000000002b3f4e03f29641fcdf9bee6b947c18732f96fb1d60aa39 1,796 1.00/1.00 vMB 143
451,297 451,297 0000000000000000000b57c6c6e0c1787c0aa0fb670c811c645e2b50ce51ff61 1,760 1.00/1.00 vMB 142
451,296 451,296 000000000000000001116c46e3540e2579d437b8110405373679f9d073dd6f27 1,654 1.00/1.00 vMB 102
451,295 451,295 0000000000000000023a132ab049778795cd711199e7097a3c5c7b0045963587 1,807 1.00/1.00 vMB 154
451,294 451,294 00000000000000000261d34a55df582b366567b5d989472e90ef45734051f9e0 2,025 1.00/1.00 vMB 141
451,293 451,293 0000000000000000020f1727b18ebba9bb33fb19936e5a99f5b7d780dd3602cb 1,821 1.00/1.00 vMB 164
451,292 451,292 0000000000000000012ef21b2cc0f12f90dd3e7f0befd209b8383546827592f1 2,354 1.00/1.00 vMB 104
451,291 451,291 000000000000000000e1b37769fc7cea9f36a59f96813dc73004e0cf4bcdc7fc 1,790 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.73 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.