Loading Tool

Explorer IconExplorer

Memory Pool

80,260 transactions
29.64 vMB
0.08953872 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt d976ab41df93745686b6bbc2a002e93a28d5f0395dd9639e6ec53ceecaead1fe
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root be589fb59c1cb8b20ae453cee56a7293beefcddcddbcc6f205ce255e2a7ebb56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.02379422 BTC
Feerates: 90.00 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (411,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,725 503,725 0000000000000000000e9a58bb429d2de823c5c872757a08acf47706a97d1408 2,747 1.00/1.00 vMB 536
503,724 503,724 0000000000000000003d3e372af06fc209de574dc0269e5ae0f1bc806f85b9ca 1,792 1.00/1.00 vMB 269
503,723 503,723 0000000000000000006531166c3b43804fbe20c5fe55bb11c8614b8bb80f71ad 2,001 1.00/1.00 vMB 421
503,722 503,722 0000000000000000002f22299fa845640c1931cc9352d263a23dc616fc779875 2,477 1.00/1.00 vMB 464
503,721 503,721 000000000000000000852cca5a19cd01e4cff647f9c162283d9bc2e8e827d375 1,506 1.00/1.00 vMB 352
503,720 503,720 0000000000000000006db41d13d3180397df1ebfbd14b94231561b452df4ac5d 1,709 1.00/1.00 vMB 430
503,719 503,719 000000000000000000402ba49fd2f299b177ae6834d74a0ccb798579b6193073 1,633 1.00/1.00 vMB 311
503,718 503,718 0000000000000000005a09d257b5eed08800f2b82add04ffbd47b3805cc58dfa 2,558 1.00/1.00 vMB 446
503,717 503,717 0000000000000000004aa0eb3349f6ee1b0984d09a24c2453d3673f422b94e4b 2,842 1.00/1.00 vMB 493
503,716 503,716 0000000000000000001721bf9ca8c359dbd1a8190c422c07dd95dbb456246f64 2,380 1.00/1.00 vMB 455
503,715 503,715 0000000000000000006fe206904637493b2591c69ec9d38607c68c767ac1bd1b 2,552 1.00/1.00 vMB 517
503,714 503,714 000000000000000000022ab0c5740584d31006ddcd1e20d7a1534ff4973c6f03 2,962 1.00/1.00 vMB 520
503,713 503,713 0000000000000000003fa343696761c709280e6c1960b60e211aac9e5cba81c4 2,391 1.00/1.00 vMB 551
503,712 503,712 0000000000000000002c5fbc31875f24aafc9b6faefb2e668b30a449ea7676fb 2,313 1.00/1.00 vMB 552
503,711 503,711 0000000000000000003b2c0712bd60a31a1581399df1533e38e77af1828590e8 1,147 1.00/1.00 vMB 205
503,710 503,710 00000000000000000074349fd847248160eb636e3cc2595106edc28e5aa8341c 1,157 1.00/1.00 vMB 183
503,709 503,709 0000000000000000001cbe2e18bb702bae6dc01a1ddf8a1c619b6419eb470c38 1,623 1.00/1.00 vMB 360
503,708 503,708 0000000000000000000673121e2c3b7d5393c883bd2b1b6cad5782aa21882e3e 1,293 1.00/1.00 vMB 375
503,707 503,707 0000000000000000003b21e6f7b039742d035ca09da48c4cf5a0c253b8e4dde9 1,515 1.00/1.00 vMB 249
503,706 503,706 0000000000000000002864f3d2bcfd06537963286cc6a5bd7e206208ece36a2f 1,046 1.00/1.00 vMB 254
503,705 503,705 0000000000000000004a0c2328b15664a48fc176b51aa190f7643bff152fcc02 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.