Loading Tool

Explorer IconExplorer

Memory Pool

78,715 transactions
29.16 vMB
0.11874312 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt ac81291e805616cbb21cc00e3064a1b74605c23b7eba27e30452acda94b5540b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (124,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,410 790,410 00000000000000000000a089be0c12d636117f3a94d9b490c4a09c568730f393 4,464 1.00/1.00 vMB 112
790,409 790,409 000000000000000000054aea2a4ecb3d98959eca66925cd101b8caac288469a6 4,306 1.00/1.00 vMB 144
790,408 790,408 00000000000000000004acac3774eb6f4e5019f0cd4982a925e4363716cb99d1 4,946 1.00/1.00 vMB 111
790,407 790,407 00000000000000000004d533015503b857a619e0480a79b3501b11e2275e048c 4,353 1.00/1.00 vMB 135
790,406 790,406 00000000000000000002ff006333446dd730efc107c047a28cd31f6f2b3965e8 4,040 1.00/1.00 vMB 127
790,405 790,405 00000000000000000004c46caff7459d88b906f53007cfb1b4c6e3f3c7122487 4,031 1.00/1.00 vMB 84
790,404 790,404 00000000000000000001c89c0cc5039cd3c3a01a48a251ab6c7990b00c475ae4 3,919 1.00/1.00 vMB 108
790,403 790,403 00000000000000000005a9dec22a81cb5a097940ee68459f2bcc6b8211c96b85 3,670 1.00/1.00 vMB 98
790,402 790,402 000000000000000000031b95abef8d643928dd7686d8ab58886e1bbc886ab7c6 2,832 1.00/1.00 vMB 75
790,401 790,401 0000000000000000000170916b8a7e91ad2a222e840377264fea5bff773ade59 3,563 1.00/1.00 vMB 136
790,400 790,400 000000000000000000042597e454c69ca93c4636b965ae3d11d19d150a59f774 4,118 1.00/1.00 vMB 67
790,399 790,399 000000000000000000011063e1136dad35a77948e6f508ed0eefd57c7c01edd0 3,927 1.00/1.00 vMB 67
790,398 790,398 0000000000000000000420bbfffa2280c28ec8b091dbcffd5b9f85acc11f0bee 2,731 1.00/1.00 vMB 28
790,397 790,397 00000000000000000001a24130e8a3009e28bad3794bb8a1bc6a6a8f6bbaccd8 3,877 1.00/1.00 vMB 47
790,396 790,396 000000000000000000054a52def649d69cccf2b0cc6c31a1c336289dce29d893 4,170 1.00/1.00 vMB 36
790,395 790,395 0000000000000000000481a20c90090f35f5efb9c7633d275ec9bd4a1cc519f7 3,875 1.00/1.00 vMB 62
790,394 790,394 000000000000000000057247c65f0717c575bba4d0fe290a3c65f7bb676e275d 2,418 1.00/1.00 vMB 34
790,393 790,393 000000000000000000012bc5713817c4e19e642ad48861cfbaadb14483e29364 2,298 1.00/1.00 vMB 31
790,392 790,392 00000000000000000004800b88374a28ec5fb4d90ac052caa110d22a44460bf9 3,909 1.00/1.00 vMB 64
790,391 790,391 0000000000000000000402c3076ba9ab355a32e90aea389d119a805be70b4941 3,323 1.00/1.00 vMB 47
790,390 790,390 00000000000000000005a8cb47d3c862359ea794dd5904c40199f6757ccf27e5 2,929 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.