Loading Tool

Explorer IconExplorer

Memory Pool

81,505 transactions
31.21 vMB
0.07715453 BTC
Random Selection Loading Transactions
Max Size: 189.90/200 MB

Candidate Block

Mining Attempt 85aac645dae19895b44b2a79bc5fc3137876bee14a4c3b8fce07f4b6ca8fe57f
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root c7e40fb9c551a94d262488df9b7f9314e85cdb7d625d502ea546352105c41336
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,002
Size: 1.00 vMB
Total Fees: 0.00958457 BTC
Feerates: 100.37 > 0.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (276,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,293 638,293 0000000000000000001139988835bee3ae6e75c47918619f418e6c77243a6116 2,621 1.00/1.00 vMB 11
638,292 638,292 0000000000000000000f4ccb295a94b789f9e572b77679508773d67a3e1e134d 2,924 1.00/1.00 vMB 15
638,291 638,291 0000000000000000000f03e5e2ededce92bda16f237abe43467f5d3c7f5cd0d5 2,749 1.00/1.00 vMB 40
638,290 638,290 0000000000000000000303a7cc75e81de84d0fdf79f99ce357b2f84ccd0a69ad 2,628 1.00/1.00 vMB 30
638,289 638,289 00000000000000000007b0c873ab252871bc234c607d66d621a7cae5a9aad381 2,710 1.00/1.00 vMB 28
638,288 638,288 0000000000000000000351115906eb7ee644ab98d4bab4c4d6e409182361d5a7 2,193 1.00/1.00 vMB 25
638,287 638,287 00000000000000000001620f798e6ff030249f0fe45a5d5cfc6b6b2afdd19892 2,673 1.00/1.00 vMB 31
638,286 638,286 000000000000000000070f9fd6e89d0731d9f117d16568cb752874d949d611e3 2,281 1.00/1.00 vMB 31
638,285 638,285 00000000000000000010d4c7ab2e6635d6036097eba29eb8db954ff8068113a0 2,965 1.00/1.00 vMB 54
638,284 638,284 00000000000000000008b784dd1d3d5ae54bd78d857377e52ea19745afa32fba 2,583 1.00/1.00 vMB 25
638,283 638,283 000000000000000000117a6fac3e23ee0690362fa5ebc51b3567e1ca68fdcef8 2,633 1.00/1.00 vMB 32
638,282 638,282 0000000000000000000a515195ac5ddf4c6bd03207ce517501384d4d10cdb566 3,303 1.00/1.00 vMB 53
638,281 638,281 0000000000000000000e57bea8c6d520daaee32c67faedaebea2fd4321c2241d 2,743 1.00/1.00 vMB 26
638,280 638,280 00000000000000000003452dd3bd6180b7e40a785ac53fc0923a87658ebe6bdb 2,076 1.00/1.00 vMB 11
638,279 638,279 00000000000000000001eff8967fcf5245c75d4b088fa858c137717ebd76b666 2,310 1.00/1.00 vMB 15
638,278 638,278 0000000000000000000dcabbd909dc203f68fe072e139bf7e5c00d0003748305 1,805 1.00/1.00 vMB 19
638,277 638,277 0000000000000000000c19190b4bc4ba67a28f4ac5179edf31b75a5745cb66d1 2,832 1.00/1.00 vMB 45
638,276 638,276 0000000000000000000e565bb184a004177e401227301bfe6fb706fd70ff7e16 2,560 1.00/1.00 vMB 8
638,275 638,275 000000000000000000048e7b6173350478398ded6d113a6b1a388fda44e98fd9 2,471 1.00/1.00 vMB 4
638,274 638,274 0000000000000000000679b2571e3937b1c0fc3f9089a914d8bfd9b3068097c2 2,454 1.00/1.00 vMB 14
638,273 638,273 0000000000000000000572be79f2fce23d39464c6fc5ff2a1e01d21d68f1df04 2,792 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.