Loading Tool

Explorer IconExplorer

Memory Pool

28,445 transactions
9.46 vMB
0.09789971 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.85/200 MB

Candidate Block

Mining Attempt 8acf866d23793c87c68037de3b2bcaf3f5b3dd878ca44074fa88dd141622111b
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 1e23426400d1393fb56cad609f05fba5bf2642a940f61f1d87515974ba65812d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,287
Size: 1.00 vMB
Total Fees: 0.02744883 BTC
Median Feerate: 3.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (779,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,586 133,586 0000000000000bd85cb546644eb565898f2ca923d59775ee97f0bbfd9ecce3ea 73 0.06 vMB 142
133,585 133,585 00000000000006e379a25cfcb02c5a16122a357104a48d76b9794ed9cdadad23 198 0.10 vMB 63
133,584 133,584 000000000000089725aa4a744b007eab366f4364e7cc8e832f60f68712baa7fc 47 0.03 vMB 486
133,583 133,583 0000000000000bf8f26b42cc735f814fb226e755aad80c96600fc97b2e894d41 20 0.02 vMB 803
133,582 133,582 0000000000000334a21fd9a1ca9da5e63cd08b16b1377721f476b1d9e98b5580 141 0.06 vMB 783
133,581 133,581 0000000000000784c8fe18616dcb47d0200e384ca9c230b5600ac63e8e60ff61 7 0.00 vMB 2,622
133,580 133,580 00000000000007fb6e2033de52349bc3cc2cbc05e3737dff5203350f278e416b 74 0.03 vMB 826
133,579 133,579 0000000000000bc713f6a656b4e74fe7ce4f060c93674dfc29af905ba9feb889 115 0.07 vMB 435
133,578 133,578 00000000000008e20d8640805b26ee28eede432e58bb65d40d2cbcec951c8715 13 0.00 vMB 567
133,577 133,577 0000000000000b82271caef86552ae0f84009ac7b7c30569e73e10193d634836 24 0.01 vMB 265
133,576 133,576 000000000000018ed1062636c428b9059df07afa59cfa07e9dd45da30b1f19d4 31 0.01 vMB 547
133,575 133,575 00000000000002f10b5dca536be3e6f6eadb168213ee71e9447dab1f21b18e40 24 0.01 vMB 722
133,574 133,574 0000000000000755642332d82824231ad4701b58f16e07809a190a295a2d423d 150 0.06 vMB 285
133,573 133,573 000000000000066cf09f972e4e258916f1f3003a37d208555d3b527542d7695f 15 0.01 vMB 1,937
133,572 133,572 00000000000000dadc6a5a00e2a1e29498d3fe89d08f354ac8a483e305b1b912 73 0.03 vMB 509
133,571 133,571 00000000000008a7ea41dc70f2a08f9a1904dae280faf771c1c3da4be02dd3a1 60 0.03 vMB 739
133,570 133,570 0000000000000a768cccbdeff278f4af55968464473a3689295e2ed22855fc16 248 0.10 vMB 736
133,569 133,569 0000000000000741ad287eafab8c78c8ebe496deef2f48a2c7a6eb7bbca536e8 40 0.01 vMB 134
133,568 133,568 00000000000001dbc6555904ab5b119a47edb0c5e821c42406285a6f4d66dfb0 52 0.03 vMB 903
133,567 133,567 000000000000031010e870e12a4c53db62fb0aef89a2d8751d038030cb78933a 158 0.05 vMB 338
133,566 133,566 00000000000009a06a506f73a6f10fc59e7c52b78eb190e45a587aca5b6fd442 17 0.01 vMB 696
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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