Loading Tool

Explorer IconExplorer

Memory Pool

45,291 transactions
27.94 vMB
0.06847672 BTC
Random Selection Loading Transactions
Max Size: 147.71/200 MB

Candidate Block

Mining Attempt 5c7b3031ccece0d913ab3ecd551021ef047a09dec2eeb1ca2d1cd4e996982e32
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root b0cb1a464d80a6726d5b2a187e4906087b50fad7293297bcbeb4e5894ea9b01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.01526000 BTC
Feerates: 101.53 > 1.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (321,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,399 593,399 000000000000000000194ac5c03c2637196c99ecfc07d14846f66809384cffc1 2,975 1.00/1.00 vMB 28
593,398 593,398 0000000000000000000f7648609c9bf4fa59aed27436723c94d363781a80b4b1 2,665 1.00/1.00 vMB 25
593,397 593,397 00000000000000000014c8aaceb96ee7c57612de8941231c78e65aeede4071d0 2,763 1.00/1.00 vMB 34
593,396 593,396 000000000000000000079b5f2b09b1722c1bb4f886ab0736f1c473205b82fad5 2,819 1.00/1.00 vMB 28
593,395 593,395 0000000000000000000b14660b32e7fca8a3a2f281a62c35ed754326482d1d8e 2,416 1.00/1.00 vMB 29
593,394 593,394 00000000000000000000c3b22dbc3896660a1e42bfbfc7da8794173f32bc326d 3,226 1.00/1.00 vMB 35
593,393 593,393 0000000000000000000c66a0b73ff11c35f00c657b5bb6cdaf8c7a1d5547362f 2,863 1.00/1.00 vMB 55
593,392 593,392 00000000000000000008ab26360700c1f50e8e456bdbd65a448705eace843927 3,178 1.00/1.00 vMB 22
593,391 593,391 00000000000000000013a801a3e2f9bedea15350cb450a8ab0e2f7df693d8db6 3,065 1.00/1.00 vMB 27
593,390 593,390 0000000000000000001062006bb51d23cc2b30535a548eb3aa99d7d2678ed221 1,417 1.00/1.00 vMB 33
593,389 593,389 00000000000000000009f76e731b175dde3e7fce38223b1474b5159a57950977 3,203 1.00/1.00 vMB 47
593,388 593,388 00000000000000000011d867ed07edfccb66d468f05ded91983a6e808da2d097 3,170 1.00/1.00 vMB 41
593,387 593,387 0000000000000000000aa978cebb0f3041e01518d07701b92da0c65c3aaac2e9 2,903 1.00/1.00 vMB 55
593,386 593,386 0000000000000000000f261e4bc80d8eb9ba0dba7c8c6ca6f83148167b1ba517 2,684 1.00/1.00 vMB 28
593,385 593,385 000000000000000000143f3bade113fb0839dab45247d742f27341ec66a52f75 3,058 1.00/1.00 vMB 48
593,384 593,384 00000000000000000007b29a36f0f9c00a416260cefbd2697c1900d198cbaa7c 2,449 1.00/1.00 vMB 20
593,383 593,383 00000000000000000011a8b28e9f6ca89ece125013371fa5ef3f93366d890651 3,425 1.00/1.00 vMB 48
593,382 593,382 0000000000000000000ed109a9830ce671fbeb06f101e9ec33ad6770990a2fba 2,527 1.00/1.00 vMB 44
593,381 593,381 00000000000000000008187bfa58d6b0268521553f3de27950c97bf3d111285f 2,371 0.99/1.00 vMB 36
593,380 593,380 000000000000000000028b1e00016e027eafb9bff7b024ce6dd36467b251dc65 2,550 1.00/1.00 vMB 27
593,379 593,379 0000000000000000001270b20544a15ed4930a0ab37d60a460546306e6fbe229 1,793 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.