Loading Tool

Explorer IconExplorer

Memory Pool

41,766 transactions
29.23 vMB
0.08195194 BTC
Random Selection Loading Transactions
Max Size: 161.89/200 MB

Candidate Block

Mining Attempt dbd250dc080319b2505ac5c300516bf84df3a3acf6f49c0f063c535014d8de2d
Version 20000000
Previous Block 000000000000000000011a0fedc5c137037e3a4b3716316ba14237e40446e2d8
Merkle Root 7e9c3446cb461527cd939d2e129b90c900c02d2f06d908ef094ca539a662f17e
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.03319496 BTC
Feerates: 140.41 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,299 (807,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,725 132,725 00000000000007ef9a3c08db0d6e4790e311a7e37a2d816be0d06bc5a7a31907 27 0.01/1.00 vMB 1,117
132,724 132,724 0000000000000d8aa669bb85ab35a4bdc358638fa7e29e32f92e98d653da5c18 12 0.00/1.00 vMB 0
132,723 132,723 000000000000075d209ea33070ab69d663bad9f9db13c410b77b779a11722a37 1 0.00/1.00 vMB 0
132,722 132,722 000000000000038bf7e208ac950da4fdf7d24223bd99b4c85387b1ed6914922b 60 0.03/1.00 vMB 307
132,721 132,721 00000000000010cfbd036a607b95c89eebb0fd5b7b70ed2495577fed9dcd8ab5 41 0.02/1.00 vMB 116
132,720 132,720 0000000000000c4866ccbfb8bf884feb4f772d0f4dc74cfb389bc3360f94df94 42 0.01/1.00 vMB 941
132,719 132,719 00000000000004061468b2be4bb9396a5ba63c6adf55f8571a97aa88cf106c5a 20 0.01/1.00 vMB 426
132,718 132,718 00000000000005653fc79650ad892b8c05cda87dfabc95cc9f894ee397e3175b 118 0.04/1.00 vMB 244
132,717 132,717 00000000000010f67709b04d12f62b5069d8746453f4a3f59fedd7192da18b94 58 0.02/1.00 vMB 265
132,716 132,716 0000000000000217117621a9cc6f7d82e68b00a56e037f15a5baf10a42d1c525 13 0.01/1.00 vMB 8
132,715 132,715 0000000000000cfc08d78b13fc4c97f390b22d923b98b5c1deee9def2189520e 130 0.07/1.00 vMB 420
132,714 132,714 00000000000010ace9a209903e0f9087a4d3ff6ffa288e0c2ec9c3402fbd828c 32 0.01/1.00 vMB 180
132,713 132,713 000000000000061918557018a647f629353d09db64a35eea219a51d3782e05de 62 0.06/1.00 vMB 821
132,712 132,712 00000000000011f31cdf2141fbdd53f37e817a1785f00b55b59e1b9cd9ec83be 34 0.01/1.00 vMB 687
132,711 132,711 0000000000000599da7842ef60c5486a79f16e3ed6b8a13577fb258f67da1510 50 0.03/1.00 vMB 323
132,710 132,710 00000000000006738077df441a82c5018e8597f6b46ad44250381eab75d52b0f 102 0.04/1.00 vMB 204
132,709 132,709 00000000000005b05ec1dd48983f380410c61e762e2567117cab7c65827f45a7 13 0.00/1.00 vMB 326
132,708 132,708 000000000000084b798cd8d937da6e67f151e9fc0665e8a992a9fd45ed0b73ac 18 0.02/1.00 vMB 152
132,707 132,707 0000000000000bffa09bf7d4a594811d3ea9ba10c2214bdaae4515f35404e638 9 0.01/1.00 vMB 796
132,706 132,706 00000000000009eb5b88320d66c0db01f655a9abadea94afea6befdb883e6473 13 0.00/1.00 vMB 0
132,705 132,705 0000000000000310b102ce13c7218a3e4e6e2af0b5d0170a4e748d6c8c3f72eb 25 0.01/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 827.28 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: 4,447.40 GB
    • Received: 241.87 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.