Loading Tool

Explorer IconExplorer

Memory Pool

80,787 transactions
30.57 vMB
0.08438470 BTC
Random Selection Loading Transactions
Max Size: 186.50/200 MB

Candidate Block

Mining Attempt 54a9bf2f8c75fe866fe67d0826cb1998345e79665e058045a3694cade845fece
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root f17cc172da94dd1ffeb287c681dcfe36f0b68816291121d5139b514e5963659e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,030
Size: 1.00 vMB
Total Fees: 0.01538587 BTC
Feerates: 301.57 > 1.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (435,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,322 480,322 0000000000000000004e29323f6daa4b5b7ce0aea4859a614d4a9ad2fe7c8fbf 1,682 1.00/1.00 vMB 214
480,321 480,321 00000000000000000058233d4e9da61f787fb00f577d51fc58f6dec29fca8f4b 1,769 1.00/1.00 vMB 126
480,320 480,320 0000000000000000011ebecf77d57032a5b200092a96885e78f5497f266d80d2 1,346 0.75/1.00 vMB 119
480,319 480,319 000000000000000000ca347870fa05ad795da2f53b3336d49ac72fb07f7232b1 1,698 1.00/1.00 vMB 187
480,318 480,318 000000000000000000dbc2b0d85c47f6d321d2d46c33f9c508a3b7c97555d0b0 1,877 1.00/1.00 vMB 146
480,317 480,317 000000000000000000b084d4046e79cfca6b5606c5789269137f7dfdf9ab7ccb 2,190 1.00/1.00 vMB 224
480,316 480,316 0000000000000000007d600771ed898f14c020d8b8c73cb37fd5ac174bcd0e51 1,319 1.00/1.00 vMB 103
480,315 480,315 000000000000000000b1ca3cacda721a60d396b0303d53d61c77d36afc97d424 2,088 1.00/1.00 vMB 179
480,314 480,314 000000000000000000ab34f476507431911bb00485522ae440d7760916e6a8eb 1,808 1.00/1.00 vMB 204
480,313 480,313 000000000000000000cd7fed6d642460d726a733049fb3ea7b4568a9850d386b 2,558 1.00/1.00 vMB 240
480,312 480,312 0000000000000000005a4a48d6075efbd60d9e0500faedccbecad15fcdc11451 1,637 1.00/1.00 vMB 98
480,311 480,311 000000000000000000131a1f411cadd7527fb7ae17a105a5731dfe18a6e25dbe 1,399 1.00/1.00 vMB 124
480,310 480,310 0000000000000000000b20ffb770a4095ddeb2d7c80f27d972be23347de66e75 1,228 1.00/1.00 vMB 17
480,309 480,309 0000000000000000000f340cf1e0233c776a7a484ff0da50d67dee0b96cfaa60 1,493 0.99/1.00 vMB 170
480,308 480,308 0000000000000000010f8f089c7d1c7779e365ea8ea55dcae38fd26ddc2f93a4 2,174 1.00/1.00 vMB 178
480,307 480,307 00000000000000000053dc4d1c8eac7d1923171a61114d36bf0c0349af7eae21 2,315 1.00/1.00 vMB 223
480,306 480,306 0000000000000000009e9c6e4b7160e2ce1ae8ef0c23471178d91636b731322b 2,326 1.00/1.00 vMB 220
480,305 480,305 000000000000000000d6cf4215e43ec477ed7dd06f3abae5cfc35b600a66c403 1,521 1.00/1.00 vMB 133
480,304 480,304 0000000000000000007cacbb3faf37b159db67f54f4946aa3ac204d655d3a25a 1,045 1.00/1.00 vMB 69
480,303 480,303 0000000000000000009f2b56dbb241d324e33958cb4b6f89fdba928a8b99d51b 1,067 1.00/1.00 vMB 86
480,302 480,302 000000000000000000b101032c791c2ce0e18da587a572ad5e0aaa6aa9fed270 815 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.