Loading Tool

Explorer IconExplorer

Memory Pool

76,839 transactions
28.45 vMB
0.09752150 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt 218f05e1b302a75919796fb25c5ca7949b05fa9cc354d5f996e45951be47f805
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 555d02b17999752a1426d09fc6179ff52dd30e2c584f4eb6440f641e42563350
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,669
Size: 1.00 vMB
Total Fees: 0.03360392 BTC
Feerates: 150.80 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (255,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,968 659,968 0000000000000000000191195b5bad3b74f1c6fbf57474e073a101b8a8d4a1da 2,471 1.00/1.00 vMB 100
659,967 659,967 0000000000000000000232549226067b5b68a5be1340501fd1eb8eea692a72a6 2,412 1.00/1.00 vMB 14
659,966 659,966 000000000000000000032d75900193f7f40c3e531cefa51255def7a446aa4e02 2,555 1.00/1.00 vMB 52
659,965 659,965 000000000000000000071abb792825b9656f21281af57478a2675ff5c3c8b670 2,153 1.00/1.00 vMB 40
659,964 659,964 00000000000000000005cb2b95ff9348e20a3efd5342bf2214f9431e85e40545 1,886 1.00/1.00 vMB 54
659,963 659,963 000000000000000000045c89759ee81534feb1ebed359e87e45c0d678ee29f94 2,482 1.00/1.00 vMB 71
659,962 659,962 0000000000000000000a49af77c4d69840308acd0f21c297d0dec9197a0cfdf8 2,399 1.00/1.00 vMB 41
659,961 659,961 0000000000000000000b6505da98dcd186fda4663303e2fd1dda1ca5dd3290b3 2,040 1.00/1.00 vMB 32
659,960 659,960 0000000000000000000bf3916dc082afe857752533befab15d67f335204ffa92 2,885 1.00/1.00 vMB 76
659,959 659,959 0000000000000000000d1b248f54906c652e3a07ca8ad71ce9eda7bbd6e37426 2,192 1.00/1.00 vMB 58
659,958 659,958 00000000000000000001503f95e6420ed8ba4f76b2a2f01b898794b66a506fcb 2,639 1.00/1.00 vMB 70
659,957 659,957 000000000000000000017ea9d1a7e6c84f2cc6eae3ec50b615c9b6e3a244307e 2,527 1.00/1.00 vMB 64
659,956 659,956 0000000000000000000524566dc72222f8e54d0c9f90903c61992bab457e9ab5 1,705 1.00/1.00 vMB 121
659,955 659,955 0000000000000000000709c378e6eee9b99383a3785f4f10b35b1a9ef9a96d5e 1,897 1.00/1.00 vMB 82
659,954 659,954 0000000000000000000e72b047371d5b106d73c8e4dd931a2f07aa0d4afcb860 218 1.00/1.00 vMB 55
659,953 659,953 0000000000000000000cae0dda31c54b21bc849e0ec731382a24f8809a07d1cb 1,987 1.00/1.00 vMB 80
659,952 659,952 0000000000000000000df9a8e06d59b531e15e1f2c10299b320ae74efda11bab 903 1.00/1.00 vMB 68
659,951 659,951 00000000000000000000daa595b3bccb5f2d504837019533fc738f882bbdcaaa 2,907 1.00/1.00 vMB 61
659,950 659,950 00000000000000000005f93d71b1b0aede19d10ad536c7ddc2c688803c76869e 2,698 1.00/1.00 vMB 95
659,949 659,949 0000000000000000000da4a039acf6ee65a179da5dacfa40dafb2c7ac1798c39 3,011 1.00/1.00 vMB 87
659,948 659,948 00000000000000000005a5a1f61a165558f3dae520c1b336cdcec83838affd4f 2,846 1.00/1.00 vMB 64
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: 11
  • Data Transfer:
    • Sent: 712.63 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.