Loading Tool

Explorer IconExplorer

Memory Pool

31,671 transactions
25.47 vMB
0.04979318 BTC
Random Selection Loading Transactions
Max Size: 127.24/200 MB

Candidate Block

Mining Attempt a293f7c01272d837f32fe0a4e7db9017f4334612eba36e98768893498013621a
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 5560265be50f22069dde3f1285fd8d5055c3051e0d39bc874ff13df6f15c2d9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,392
Size: 1.00 vMB
Total Fees: 0.00355485 BTC
Feerates: 20.09 > 0.36 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (273,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,645 641,645 00000000000000000003e9a092bef53d2a21893cff22ce48c08389b70c8574fc 1,897 1.00/1.00 vMB 103
641,644 641,644 00000000000000000000b0ee6e3a4d77101da7cbb89e47fd325a9052de72b997 2,308 1.00/1.00 vMB 115
641,643 641,643 0000000000000000000f9255fec72e6a19c1d8555f3e2ab483f6dcceb6591ff3 2,653 1.00/1.00 vMB 88
641,642 641,642 00000000000000000005af4e036585f6d7b31f1d0f37afb4a9c092d8ebe88db8 2,889 1.00/1.00 vMB 78
641,641 641,641 000000000000000000054070fc7be6fa4349c068a5897e943229ff01369902ea 3,154 1.00/1.00 vMB 93
641,640 641,640 00000000000000000010521092bd5fc33ab27aa53cbdb3de92a3674204a5f7f8 2,469 1.00/1.00 vMB 170
641,639 641,639 00000000000000000001e6ceda092f3ea934ab14a698cac976cf48dd4a1ce903 2,754 1.00/1.00 vMB 181
641,638 641,638 0000000000000000000133a459df686bced7d1582ee57976f9fbe7f8c9a88228 2,890 1.00/1.00 vMB 156
641,637 641,637 00000000000000000006bc0c9b5a8e2b9add38977d336ef82181feaaf30d7ee4 2,675 1.00/1.00 vMB 97
641,636 641,636 000000000000000000080d8a82716f4e1f4557f8f87babfe760373755411bf3b 2,850 1.00/1.00 vMB 160
641,635 641,635 00000000000000000002c418aceeefd7b15609854d3d8df140ec603438d80b74 2,262 1.00/1.00 vMB 172
641,634 641,634 0000000000000000000b52358ba6673a7c98771b2712aa82ddae49e8a5d356b0 1,874 1.00/1.00 vMB 170
641,633 641,633 000000000000000000071be0de6c441913323f2459b9bf38a87e621b8e9279c3 2,327 1.00/1.00 vMB 180
641,632 641,632 0000000000000000000f1209521442cea6b512dd38d57b53df973bfde9e4e8d7 2,645 1.00/1.00 vMB 110
641,631 641,631 000000000000000000032e662032f2e2d68f77159b23f299948d5ea6c80ac49a 2,069 1.00/1.00 vMB 25
641,630 641,630 00000000000000000004534aae284855509de2a9a220ff1efdd0e7edc4e458c4 2,029 1.00/1.00 vMB 24
641,629 641,629 0000000000000000000199f45f0296a1b54c545cd87f49ee1580a25ef3412c0b 2,491 1.00/1.00 vMB 54
641,628 641,628 0000000000000000000d8d1b280945ab2dd23a940147857cc228eb1b6ac228cd 2,411 1.00/1.00 vMB 105
641,627 641,627 00000000000000000009f4cbaaedc6557f299e4fe3d3be9e60b5511b03bb6c02 2,179 1.00/1.00 vMB 106
641,626 641,626 000000000000000000070fd0ba9b63eef36fa354c40a143b2f9a9aac28b047f6 2,670 1.00/1.00 vMB 80
641,625 641,625 0000000000000000000e74100992d40e3f9867cb9a5e9ba793231d6fd3847fa0 2,069 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.79 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: 633.58 GB
    • Received: 12.20 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.