Loading Tool

Explorer IconExplorer

Memory Pool

34,630 transactions
25.86 vMB
0.06408404 BTC
Random Selection Loading Transactions
Max Size: 130.93/200 MB

Candidate Block

Mining Attempt 74b6dae6a139c5fa43d3f6b62b923b24c329f22b17ffe0ea69fe94b34a415cc1
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 7e95b0c5a31228b200e5215e945539a1fc09495a3b1a99eca66e245c84db564e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.01676629 BTC
Feerates: 74.70 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (331,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,780 582,780 00000000000000000007c5ac39245c0761d0caba228e1836b97f661e5c1a5e71 3,386 1.00/1.00 vMB 181
582,779 582,779 0000000000000000000813749a490f227af8d500ae9943f48e258ba7f5d17049 2,704 1.00/1.00 vMB 107
582,778 582,778 00000000000000000019a03e86483c15eb2caa4562873b9ae52cc507db8e291b 2,772 1.00/1.00 vMB 88
582,777 582,777 0000000000000000000b44a4113f22e47d1d771470fa4ecda9cd9a73d651a4b8 2,837 1.00/1.00 vMB 167
582,776 582,776 0000000000000000001e37c43c9f4711ed674660f84e57cc2fce8a7cce98df2b 2,236 1.00/1.00 vMB 93
582,775 582,775 000000000000000000121cbd0bac437f54a72e8baa323a83911a851d8e9331e6 2,946 1.00/1.00 vMB 177
582,774 582,774 0000000000000000000de4a0a0cea8e13b45f791a18da29560f234db5b046d26 1,867 1.00/1.00 vMB 52
582,773 582,773 000000000000000000169e6d6110927f9147ea26bf6e00f0534056d5f4ddd7e6 1,897 1.00/1.00 vMB 40
582,772 582,772 000000000000000000192b74762d099d80c8d5df64bf139dde4dacdd0e617708 2,135 1.00/1.00 vMB 94
582,771 582,771 0000000000000000001178deff3fd484decf27ad08f1ba69b7341ab65eeba1d4 2,571 1.00/1.00 vMB 52
582,770 582,770 000000000000000000205b82e4b42bb2cadd52c2b4f15deac6e1092823070e84 2,529 1.00/1.00 vMB 165
582,769 582,769 0000000000000000000a0aac3bad54e70be728df495876653bbaefd4b081336f 2,886 1.00/1.00 vMB 110
582,768 582,768 0000000000000000001d5eebcf833cf343ee091f41863111273d7074f3d6702b 3,304 1.00/1.00 vMB 77
582,767 582,767 0000000000000000002148051a6962627ea028646e41356c119250f493cf9bbf 3,897 1.00/1.00 vMB 40
582,766 582,766 0000000000000000000b442edae673a578422c24c3f03ff9b7056c5fca626c3c 3,306 1.00/1.00 vMB 50
582,765 582,765 00000000000000000010160bd828846a6b0b3074e1581bca150b8b9bfda9596c 2,510 1.00/1.00 vMB 34
582,764 582,764 0000000000000000000ff5821438a7350165d1850b8f99a1121c7973030938bc 2,523 1.00/1.00 vMB 121
582,763 582,763 0000000000000000001e127f3eeaf092c55c4c25ce8bcf661af6db87d456d82a 2,100 1.00/1.00 vMB 166
582,762 582,762 000000000000000000208e65bf5007ee54e44b5be082d00fa3c54c0d79a786bf 1,591 1.00/1.00 vMB 33
582,761 582,761 0000000000000000000ea3f49ea5dfcfe858e14a5c0d48e63b1d2b02afef58f7 2,353 1.00/1.00 vMB 65
582,760 582,760 0000000000000000000e1b20c52304043865bc505242f010c812f9450e79c31e 1,426 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.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: 638.63 GB
    • Received: 12.49 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.