Loading Tool

Explorer IconExplorer

Memory Pool

83,401 transactions
31.69 vMB
0.12735447 BTC
Random Selection Loading Transactions
Max Size: 191.48/200 MB

Candidate Block

Mining Attempt 161a21a9069f682d7609d7b8c3544dbac25027713cad0a92826a3fa25d6c82fc
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root b956681e0bd2bfe4673c193a54f7cf32f4379a41fb4132f4c7e27a06948e3799
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.04266186 BTC
Feerates: 803.65 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (469,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,214 446,214 00000000000000000094f4eb56676f1dc7e5cba64f1af0a4e2b5228b0dde5cd8 2,286 1.00/1.00 vMB 88
446,213 446,213 000000000000000000023d763dcb8a453971583f7548649a6a1afa32002836e7 1,764 1.00/1.00 vMB 74
446,212 446,212 0000000000000000004c458130a5b093ee59a9d83de4689dc2ae39dbf4e9658a 2,049 1.00/1.00 vMB 104
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
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.68 GB
    • Received: 17.94 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.