Loading Tool

Explorer IconExplorer

Memory Pool

73,920 transactions
27.41 vMB
0.06854271 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt fa00540b829678876557a49e5ef952ee96a960ae995e704944180485803f9c4d
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 0b8223f7e110459f013c06ac0303e9560f7e2d22e4b92ec25a5fcde15e57df3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.01024901 BTC
Feerates: 101.19 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (232,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,977 682,977 0000000000000000000068226bc26904cb3e5480175a8457317a93cbe07df73d 1,887 1.00/1.00 vMB 99
682,976 682,976 0000000000000000000b9ee355271d05189f1288fb851f6323f33ced4e807b58 1,211 1.00/1.00 vMB 91
682,975 682,975 00000000000000000003ea850c62f7e3959786e46d597fc3ac777ed86c1add12 3,051 1.00/1.00 vMB 97
682,974 682,974 0000000000000000000652a172dd4a0aa642e897af1b6e41c9b77ee3246a72d5 3,266 1.00/1.00 vMB 129
682,973 682,973 00000000000000000003aba1ec0ba8cef41e9a047467f1c9ff54f82654ad1369 2,394 1.00/1.00 vMB 48
682,972 682,972 0000000000000000000554294451793b99c5f99970b0665c0e093cbf1d9a83fc 2,381 1.00/1.00 vMB 63
682,971 682,971 0000000000000000000c400e994491ccc748243fd5bdcfad9eeb2841aff2036f 1,948 1.00/1.00 vMB 43
682,970 682,970 00000000000000000006f58520bdecc6b6f2ecc14585073664db08454b3373ba 1,879 1.00/1.00 vMB 38
682,969 682,969 0000000000000000000a2ad21184723809b0dc9c71b6406afb91dfa9134f3657 2,417 1.00/1.00 vMB 92
682,968 682,968 00000000000000000005373884d5d135e1c5c5c6c623c119528fbe80ab687d25 1,969 1.00/1.00 vMB 55
682,967 682,967 0000000000000000000add1c326a38fc749a2d4e8485486b983c8e9cd4bccabf 1,586 1.00/1.00 vMB 45
682,966 682,966 0000000000000000000a88f4ec477667e9d14ae87f3c1062dd4722e36fc993cb 2,140 1.00/1.00 vMB 84
682,965 682,965 000000000000000000097a91ae916ee548b2528a9245daf4e9efd0d47fbf697f 1,803 1.00/1.00 vMB 26
682,964 682,964 0000000000000000000938f6d19a268dded0f063a3bebb8163184709bb892e1f 2,161 1.00/1.00 vMB 82
682,963 682,963 00000000000000000009a4cf8a0218e0f966b63f996a2e64cc17e17d9a98e2f3 2,184 1.00/1.00 vMB 75
682,962 682,962 000000000000000000099a61ae5c36d4993a27e85beeb7d4d6f4fdc979021d84 2,185 1.00/1.00 vMB 86
682,961 682,961 0000000000000000000497983bfef7818c3f7af9b0e43a6eb5556518cc1f1445 1,949 1.00/1.00 vMB 104
682,960 682,960 00000000000000000007c18623bdaf19bf5e751f7d64a8d723f0797ebf9acdce 2,198 1.00/1.00 vMB 36
682,959 682,959 0000000000000000000621107bca397469b7adbf720c426dfa0f1a63d7bf093d 2,144 1.00/1.00 vMB 50
682,958 682,958 0000000000000000000b4a4179f8088d6c39c283dfa724b4af2173a543b40950 2,009 1.00/1.00 vMB 100
682,957 682,957 0000000000000000000cdb567a239f026ad37b97233821ce3dcdcc0895ff568f 574 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.