Loading Tool

Explorer IconExplorer

Memory Pool

80,580 transactions
29.72 vMB
0.06963206 BTC
Random Selection Loading Transactions
Max Size: 179.40/200 MB

Candidate Block

Mining Attempt 5a0ae45bcf81132f88e24294cf71410a5a6e31949b098c1148ff3269fb5224de
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ec0be997e0027988119fdbbcdacf330998d1cca194bd278887670314b0f8ac7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,061
Size: 1.00 vMB
Total Fees: 0.00909122 BTC
Feerates: 100.36 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (244,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,962 670,962 00000000000000000002794c69c84840356fe34664cdf62af14fa068ebd71e46 1,857 1.00/1.00 vMB 47
670,961 670,961 000000000000000000019122e4f963c1e4097f1f44c3d3e3017c6db14d9c8dec 2,087 1.00/1.00 vMB 72
670,960 670,960 0000000000000000000326c01cac03b9cded403d2bcc01f1f3f78f768f16c34f 2,111 1.00/1.00 vMB 59
670,959 670,959 00000000000000000003c0f9d065b8a00b238f5385cb2fe013fd526c886765f4 2,388 1.00/1.00 vMB 61
670,958 670,958 0000000000000000000428ec2897ce6575ff0a3b50a9e5f16927625b4e842602 2,798 1.00/1.00 vMB 115
670,957 670,957 0000000000000000000cea3fb7c4f33258cc5ea8e6e2f4b82cc52f2f40c7c8ed 2,058 1.00/1.00 vMB 49
670,956 670,956 00000000000000000001901cc20921fc0be5b11927066001a5dc36b55484bc84 2,550 1.00/1.00 vMB 101
670,955 670,955 00000000000000000007660b58a376fb88f675fad0b713212f42fe74e51b9189 2,983 1.00/1.00 vMB 113
670,954 670,954 0000000000000000000d082a84b7ff56b94cc9a24ec53c81e8c2cc9a764bfd60 2,808 1.00/1.00 vMB 126
670,953 670,953 000000000000000000054d8d60af292e7d03470a3e9785b1808af870512c3f94 2,342 1.00/1.00 vMB 38
670,952 670,952 0000000000000000000b123228d7530b8323dc1faf397afd4d8fe38df9d7a46a 2,219 1.00/1.00 vMB 59
670,951 670,951 00000000000000000003a19256e2d56518a729960892f6d326c207b17041da1a 1,389 1.00/1.00 vMB 106
670,950 670,950 0000000000000000000776470f7dec38bf0e98a99324571a657f1cdb9a01875c 2,314 1.00/1.00 vMB 116
670,949 670,949 00000000000000000008281f291f2de7535a447365bf371214c6605f8b64f269 2,085 1.00/1.00 vMB 99
670,948 670,948 000000000000000000061f30538869c45d16d28b56c1fee468d94f708a773099 3,236 1.00/1.00 vMB 122
670,947 670,947 00000000000000000001166b2ec4d6aceeb6f8e46acb850f5a754d2d53a5ac60 2,111 1.00/1.00 vMB 52
670,946 670,946 0000000000000000000cf269281bca997b4b92476151e2b15998d853a4256c4d 2,498 1.00/1.00 vMB 73
670,945 670,945 0000000000000000000cb871c6bf6a5c2e9e542ede814e8e8d0567b1e00854af 2,276 1.00/1.00 vMB 53
670,944 670,944 0000000000000000000735854fee600368d085bab42c254884206d493219aec0 2,056 1.00/1.00 vMB 55
670,943 670,943 000000000000000000045eb8b9c640e9b17a8cdbfdb87b8279511bec5271bbc8 2,264 1.00/1.00 vMB 53
670,942 670,942 00000000000000000001a94ac727639591c0b6b130ca399f23e7d7cb01a84f08 2,599 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.