Loading Tool

Explorer IconExplorer

Memory Pool

75,803 transactions
29.97 vMB
0.09637820 BTC
Random Selection Loading Transactions
Max Size: 179.10/200 MB

Candidate Block

Mining Attempt 7bcbc4b5cac82c7d55cdb36e289fe3dad6208c8cbe24db44898131f1f28638c8
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root ba5f5378481a6693b1c21cd0f2538895996c39f298d103bf45dc72a65d6a2e83
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,763
Size: 1.00 vMB
Total Fees: 0.02388934 BTC
Feerates: 100.00 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (25,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,253 890,253 00000000000000000001440dce82cd37185b2f86e47f810c21fa601ed970de68 1,099 1.00/1.00 vMB 1
890,252 890,252 00000000000000000001abfcc41fb3b9735f5cbe751bd17166e62e2727ba6a91 1,732 1.00/1.00 vMB 2
890,251 890,251 00000000000000000000650f5b7dcba0e5b443692641139b267360f0c3c698ac 1,589 1.00/1.00 vMB 1
890,250 890,250 00000000000000000002514bbdeae09576661b04ce0b68f49436e069ecb966d8 2,316 1.00/1.00 vMB 3
890,249 890,249 0000000000000000000011a4b1f8a7c577f8397f37ff7768928eea2461e5f40f 1,837 1.00/1.00 vMB 3
890,248 890,248 00000000000000000002356352b709f98793bd7f1f1aae63392d95bf552bd621 2,868 1.00/1.00 vMB 3
890,247 890,247 00000000000000000002497e8449a6604cb1c0020a9e8e52e428d05ee78d05d8 3,243 1.00/1.00 vMB 5
890,246 890,246 0000000000000000000045b7ffdb28ae6b303955b93e1ac60c42bc1d93d74b02 3,218 1.00/1.00 vMB 8
890,245 890,245 000000000000000000004fe5dca64d258ba4baedef5cfedde61b39c88001d595 3,021 1.00/1.00 vMB 5
890,244 890,244 000000000000000000019807b7e80e0b4ca00474c2665eab4b3445ec85d84864 3,198 1.00/1.00 vMB 1
890,243 890,243 000000000000000000017f336a5bec203d9229ee2f22d10bae133fded938b2e1 3,356 1.00/1.00 vMB 3
890,242 890,242 000000000000000000003e60b66b921b8b1d94a4b34f02e794095df62133e354 3,137 1.00/1.00 vMB 4
890,241 890,241 00000000000000000001e400d86ae15287d8455b89e01f9a0505dd15d816f9ca 2,272 1.00/1.00 vMB 3
890,240 890,240 0000000000000000000240bb345e2596a119e16d525e9443758c59d0e4c2a25e 2,756 1.00/1.00 vMB 5
890,239 890,239 0000000000000000000225705a58dee85b3e5e71396eda4433eee1890402a0e4 4,049 1.00/1.00 vMB 16
890,238 890,238 000000000000000000022a99bfcf54e54d3470b0e336cbb6493c80ffc47636a4 3,280 1.00/1.00 vMB 8
890,237 890,237 000000000000000000020017f84a2f4cf38f0e816eb75ef32c0120679f0f3f26 3,716 1.00/1.00 vMB 4
890,236 890,236 00000000000000000001b852aa2aee1c928fedbf60967d6841c80639c4d12df5 3,142 1.00/1.00 vMB 4
890,235 890,235 000000000000000000005bd442c5fbec7e06b61c17fbac283b27fdfd9c904f4c 237 1.00/1.00 vMB 3
890,234 890,234 000000000000000000024c7883ca2a816de8977d69bd83650ae16088cc6a2899 2,803 1.00/1.00 vMB 6
890,233 890,233 0000000000000000000154a8a90f97d4d16281c404d58045e987d855d38cda18 1,687 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.17 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: 749.34 GB
    • Received: 18.82 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.