Loading Tool

Explorer IconExplorer

Memory Pool

80,795 transactions
30.07 vMB
0.12599005 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt 41c710d8175b089ee669aaf67efb5ad4ac92166bb7ac9c41f82cc1d68f50c6ee
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cf7fb3e1f4b842c093a8fce38f264addf6618557377314f9d84de7678ee757fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.05202113 BTC
Feerates: 242.90 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (268,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,324 646,324 00000000000000000001e55b71e892b3a9f4198536cbcf386b7ce3153718be1c 2,875 1.00/1.00 vMB 82
646,323 646,323 0000000000000000000bded0333a691087edab2c8abcaf440f45b48fafec946e 2,979 1.00/1.00 vMB 95
646,322 646,322 000000000000000000022f015b67416b733bbeb50d24b48fb1f115cff9aa212c 2,342 1.00/1.00 vMB 99
646,321 646,321 000000000000000000044c7a94c6b213b4804a605acd082dd928db8df1620ecd 3,109 1.00/1.00 vMB 113
646,320 646,320 0000000000000000000275d9ad9351ec76bdc8712b08e5b8ac1291d5bd30c5ec 2,914 1.00/1.00 vMB 124
646,319 646,319 0000000000000000000f5a7c675e70c71a3ee862a365ff862fdd98684db097d0 2,311 1.00/1.00 vMB 100
646,318 646,318 00000000000000000004bbeeaae73159749b71ef0eb7d8e5762a323de477160e 3,124 1.00/1.00 vMB 127
646,317 646,317 0000000000000000000d6a9f9833d90fd0e915adc3dcc71f0cac9e5ca21e1fcb 2,320 1.00/1.00 vMB 114
646,316 646,316 0000000000000000000f679777f716306e7c160e50497ab739e481bab383e50f 883 1.00/1.00 vMB 84
646,315 646,315 00000000000000000003870a554e492b6de0225d3fe8bc16cd900cbcab1567c6 1,923 1.00/1.00 vMB 89
646,314 646,314 0000000000000000000639f7cd12d7f63612a360da46250adb05439a42735bbb 2,440 1.00/1.00 vMB 102
646,313 646,313 0000000000000000000204ef3380a6f9f8e613d6009d4805c2b0e8e0b932c4e8 2,659 1.00/1.00 vMB 89
646,312 646,312 00000000000000000005383f3424edab949b1b022bea209ebf7c03a580efc155 2,458 1.00/1.00 vMB 89
646,311 646,311 0000000000000000000a3c6ecb835474d382d7d49efc4b7745108970ef4c270d 2,332 1.00/1.00 vMB 112
646,310 646,310 000000000000000000069a125398fc672f4f5a4bbd9289a8fbc38c040d8bf62d 3,021 1.00/1.00 vMB 84
646,309 646,309 000000000000000000059c9ed7f74a06f5a6f55331b987819c137e19a6fa71b9 1,975 1.00/1.00 vMB 98
646,308 646,308 0000000000000000000a00e8360a20d8dfe50745b0a0bd7cb38931c7c487753d 2,662 1.00/1.00 vMB 99
646,307 646,307 00000000000000000007ae062134f10ef634330fb7dda9d7040bf128bd724d07 2,939 1.00/1.00 vMB 125
646,306 646,306 00000000000000000004a5dce5d031cd42c05a422fa3b71a0b8329eee19fe164 2,580 1.00/1.00 vMB 95
646,305 646,305 0000000000000000000c1641e7f117ce63184bcae4ca67f3d2e15359c96f4aa8 2,841 1.00/1.00 vMB 110
646,304 646,304 0000000000000000000c9b49f53dff831de4f5ee9e64a6de7970f788bfab70a0 2,684 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.