Loading Tool

Explorer IconExplorer

Memory Pool

74,757 transactions
29.47 vMB
0.08165205 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt d615c93a5fa9abcf4325b1aa8e936e51a9f67ddab92df790e127a48e169ac442
Version 20000000
Previous Block 0000000000000000000115b51ba7335de0a726fb6da2e48e87efe4db32d52752
Merkle Root 007c170120430e79e464c521ba3f6c794e6ceef2b5566f43b8abd73cba2d2652
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,782
Size: 1.00 vMB
Total Fees: 0.01458714 BTC
Feerates: 61.00 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,447 (469,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,211 446,211 0000000000000000029b8dcb86fc9b61006405ff830fae198d7dd5573d434cde 1,841 1.00/1.00 vMB 70
446,210 446,210 000000000000000002f14550e8ea0742c2dd50dfcedf15a36de82482188b4f95 2,010 1.00/1.00 vMB 68
446,209 446,209 000000000000000002b33441ee380f63693b21c7c5c45e4a6a0f28b473d7040e 2,890 1.00/1.00 vMB 64
446,208 446,208 000000000000000002f5fa8b7e8d26b4711e4f6360a575ae2dbd8e63cd2e1e03 2,304 1.00/1.00 vMB 92
446,207 446,207 0000000000000000026d7f491bc00075a826bc555d616992d98c02628b747e8d 2,692 1.00/1.00 vMB 71
446,206 446,206 0000000000000000009c76e1d5483ebe4b6d950fdbb4436cb77465d2fa63db8d 2,496 1.00/1.00 vMB 79
446,205 446,205 0000000000000000010a50fd10da92fa61bbce73610f670cf058ae161ae66c83 1,363 1.00/1.00 vMB 74
446,204 446,204 0000000000000000019864653635319fa21862ffbc9e562a2a9bac01324434ea 2,910 1.00/1.00 vMB 62
446,203 446,203 0000000000000000028981da3e7356032d7dd7c1cfb69f62a0da6658b1864591 2,236 1.00/1.00 vMB 83
446,202 446,202 0000000000000000026ef28690b2abbd14b87443feab1a69c28b294e311d1a8f 2,220 1.00/1.00 vMB 79
446,201 446,201 00000000000000000103190c0943d2c9ffbfaf40ceed41292d33307e5308bed0 1,725 1.00/1.00 vMB 74
446,200 446,200 00000000000000000064d476d053d7b05c2c9006fbe27b8f15db8635ed59c14a 2,496 1.00/1.00 vMB 91
446,199 446,199 000000000000000000c9b40c8df61f63e133778ea645393dac907b7de340d659 2,084 1.00/1.00 vMB 82
446,198 446,198 00000000000000000286fa9d4ecc747c82a6b943593ffbaad5a6e19df13e7ddb 2,154 0.75/1.00 vMB 92
446,197 446,197 00000000000000000179386cb58b3e91e6be392ed117c31d0ab4686ec6db6c83 610 1.00/1.00 vMB 72
446,196 446,196 0000000000000000001e8e16e15ddca9870ee4a0d18f070c85a3d7bb27b44cb9 1,116 1.00/1.00 vMB 87
446,195 446,195 000000000000000000d542392fad9f94b6c90c6fa8f86f779b3b418409cef18d 716 1.00/1.00 vMB 81
446,194 446,194 0000000000000000030b30110ad8030c0771d71e0c1754d1f271108ceb2abaf0 1,072 1.00/1.00 vMB 104
446,193 446,193 000000000000000000d3a104cae39e97add498fb82ae735797721e3c90347af7 1,113 1.00/1.00 vMB 89
446,192 446,192 000000000000000002313b658818383366099768cfb012716cd88bfb7471d92c 616 1.00/1.00 vMB 83
446,191 446,191 000000000000000001b95e350bd8f02b4f54833c8856cf92b55d8019ff72bb69 737 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.17 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: 749.57 GB
    • Received: 18.82 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.