Loading Tool

Explorer IconExplorer

Memory Pool

82,328 transactions
31.74 vMB
0.10857970 BTC
Random Selection Loading Transactions
Max Size: 190.33/200 MB

Candidate Block

Mining Attempt 2cab3989976de66ba2de71b8b7de7d7082af4f7cf60beddfbc48dc156b5cda6d
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 756c83681018da18401d1e40faec6327b833ae6f11b7ca9c7d3bf1567cf5db05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,221
Size: 1.00 vMB
Total Fees: 0.02451207 BTC
Feerates: 99.50 > 2.46 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (435,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 783.04 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.41 GB
    • Received: 18.16 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.