Loading Tool

Explorer IconExplorer

Memory Pool

78,020 transactions
29.01 vMB
0.10124312 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt ea5b5988c34c55febc4babbd1b52c422d08573e44f07a264be154458b33372f4
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2e78472c1f800c3799cee43139c0567e56b2edcfa6f6caa2ecc85d85a9bfbfb2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.03033434 BTC
Feerates: 402.60 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (314,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,400 600,400 0000000000000000000675240c674deb7aab87f63a408a86408dae8c74c863e4 258 0.07/1.00 vMB 20
600,399 600,399 0000000000000000000ccb601287d81ce1c9b425d8d01afbfe9cba998d0d2f49 2,956 1.00/1.00 vMB 9
600,398 600,398 00000000000000000011fd3cb9955e38d0322265abdfb3583d59cebad0f76734 3,070 1.00/1.00 vMB 17
600,397 600,397 000000000000000000007711df2dee6b1d9f280bfa53aafef7d54e4a53f3c3a2 1,405 0.43/1.00 vMB 12
600,396 600,396 00000000000000000012812f692e0dd5b085aadc1098f9d432af6562ad759dce 2,343 0.70/1.00 vMB 3
600,395 600,395 0000000000000000000b95372b3e121e8ceea1bb070c7ec44c45c4e997312cfb 3,054 1.00/1.00 vMB 10
600,394 600,394 00000000000000000006ebb7ccdd7fcd4791466b9da52630695a9000ca59a957 2,660 1.00/1.00 vMB 23
600,393 600,393 000000000000000000100a8b2cc4daeb1165d34dfe873e99e6b8863f95aa0fa8 2,454 0.85/1.00 vMB 8
600,392 600,392 000000000000000000076baa27cefa11a176cf5850e2d979d3d28fc89a823c21 2,537 1.00/1.00 vMB 15
600,391 600,391 000000000000000000009e5314e8daccefee0b94bd021aeb7856d658ab502b28 2,743 1.00/1.00 vMB 13
600,390 600,390 00000000000000000008c9c6dc32a460edbc3d63ff3d0a146588d174bca899bd 2,876 1.00/1.00 vMB 21
600,389 600,389 0000000000000000000f1ed201650203e4b3643b3005fa78bba41e512543ab2f 1,445 0.39/1.00 vMB 11
600,388 600,388 0000000000000000001090c0214d3a5756cf9de97a85d491384cf571925dc855 2,895 1.00/1.00 vMB 17
600,387 600,387 000000000000000000061f1b20971462a30dbe5e92ca2d3307dba0364e9b5f9a 840 0.26/1.00 vMB 16
600,386 600,386 00000000000000000012f7db7660371e5684d5c2e24acd9ab468f6c692b49a64 2,335 0.78/1.00 vMB 2
600,385 600,385 00000000000000000012993a8ef31203777aa40c89652c5ed380e68a47f483ca 3,105 1.00/1.00 vMB 5
600,384 600,384 0000000000000000000a4896629fd1c25614198ca38fcef5311b66f24e407e0e 2,804 1.00/1.00 vMB 10
600,383 600,383 000000000000000000120d81e64f14eb63ac9748c97e6fd06bfa4f30f4bee299 2,496 1.00/1.00 vMB 46
600,382 600,382 00000000000000000009c0227fe27238f17c4b29b6a1c9a210139da9955d1067 2,795 1.00/1.00 vMB 26
600,381 600,381 0000000000000000000466a81e59ac57f6526e1a870b1dacc0401cba43c33105 211 0.06/1.00 vMB 17
600,380 600,380 000000000000000000137c66362f59fde6a3a0191c256c84adc2d6a839521c24 2,148 0.63/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.