Loading Tool

Explorer IconExplorer

Memory Pool

79,283 transactions
30.10 vMB
0.08448739 BTC
Random Selection Loading Transactions
Max Size: 183.35/200 MB

Candidate Block

Mining Attempt fff9533f0353e1915e6113c627c21e8ab450bc275f8c9dbe2eef98d8f7e14c2c
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root cf21b7417543a35b2766c288313805da5b246cb404176bdf166840410d9d332d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.01758037 BTC
Feerates: 300.83 > 1.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (435,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
480,301 480,301 000000000000000000c655d5be252044b648935ba4fde8f3aacd86cef0d8ed35 1,306 1.00/1.00 vMB 23
480,300 480,300 000000000000000000184bca962eabb469fb3b596fc73fefcfdc9e60212d3be6 1,296 1.00/1.00 vMB 82
480,299 480,299 000000000000000000f91d8136c77bed172c98f9e20878911c4b80f8ebc4ac4e 2,010 1.00/1.00 vMB 145
480,298 480,298 00000000000000000034ce639a753b50216c18a386e474058851f1cf69214ecb 1,789 1.00/1.00 vMB 206
480,297 480,297 0000000000000000002e8470cad3a4d6582ea946b5acb224f21c7001b843ad31 1,670 1.00/1.00 vMB 56
480,296 480,296 0000000000000000000aeef0332ff1930e32b88ef6a8aa4d9ba9cbf08c5a88d6 1,359 0.99/1.00 vMB 29
480,295 480,295 0000000000000000011a805446590c6f9a26a3cdce493fa7bfb543698e37d83e 1,214 1.00/1.00 vMB 113
480,294 480,294 00000000000000000079661fd89a2516e99edc802b5410d4ea44d990cae235f2 648 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.