Loading Tool

Explorer IconExplorer

Memory Pool

33,210 transactions
28.02 vMB
0.06097979 BTC
Random Selection Loading Transactions
Max Size: 138.72/200 MB

Candidate Block

Mining Attempt 8545dd7f9601a92b1eadc1c97b0c71b835085ab4e598f97f9604d3c84eeb647d
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9ae4ce0639005b2c1a22a11e1270f8b1d4ed7118692047a275bf991362685c10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,270
Size: 1.00 vMB
Total Fees: 0.00722333 BTC
Feerates: 33.23 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (456,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,282 458,282 000000000000000001274f2acf630766cd6b97074a7c935c15bb443ebcfbe716 2,025 1.00/1.00 vMB 205
458,281 458,281 000000000000000001f8500ad1ab870baa7bcb8109547ab42b8655b25f6a889a 1,984 1.00/1.00 vMB 228
458,280 458,280 0000000000000000016c04aa4d3ed9905f5a9089fd012b51290f5ef432cafab8 2,205 1.00/1.00 vMB 244
458,279 458,279 0000000000000000021cf0851a5d40c250149969f3915f93df6f33a8f0eeabe8 1,472 1.00/1.00 vMB 156
458,278 458,278 0000000000000000007ad7156fa05b0bb1ab09250b888a8761c4915401fff84b 2,330 1.00/1.00 vMB 201
458,277 458,277 00000000000000000125128dfbe13579b3ad4cbe61d8a8fc26a030b836135055 2,356 1.00/1.00 vMB 233
458,276 458,276 000000000000000002487e296317ebd4e25980e7fa4270b101dd3bf5806cbe9e 1,354 1.00/1.00 vMB 243
458,275 458,275 00000000000000000178a69afdf85b81f4cabcccedad62bfbed27437fdc37ca6 2,332 1.00/1.00 vMB 163
458,274 458,274 00000000000000000177c44c4ae53bb0a308603982b8080f08f50be82551fd87 2,280 1.00/1.00 vMB 194
458,273 458,273 00000000000000000185cb3124af26dae216bd14810826e9847d6e82a2a4ff44 1 0.00/1.00 vMB 0
458,272 458,272 000000000000000000b27db8f66563c7366d6ce26be24dbf1139b8cc28a97299 2,104 1.00/1.00 vMB 202
458,271 458,271 00000000000000000207623ff1df46954110b35ab628093f2e44518f3ba97f3c 2,517 1.00/1.00 vMB 221
458,270 458,270 00000000000000000006f9ab57c3a0706f63354495480fdbb3b50979c9c0d5a4 1,379 1.00/1.00 vMB 96
458,269 458,269 000000000000000002350f6127daf295e8950daf932f1cd9d1edc07ef1f5c8b0 1,365 1.00/1.00 vMB 105
458,268 458,268 000000000000000001df35ca405dd539c867688f9fa2c0b3a327fc2c15c586f0 1,862 1.00/1.00 vMB 121
458,267 458,267 000000000000000000fbf1731d6d6c3b7dd63957a3de1655c6ef11487317276e 2,331 1.00/1.00 vMB 134
458,266 458,266 000000000000000000efa816ca9a14f1841c412f27f8992cfd0feac3167247be 1,804 1.00/1.00 vMB 158
458,265 458,265 0000000000000000020c8242fa0583c41f13704265aa1465b265da65c413770f 1,781 1.00/1.00 vMB 213
458,264 458,264 0000000000000000013135458adaf3c04992f0e6b0c121ab5d62080293be45d1 2,257 1.00/1.00 vMB 219
458,263 458,263 000000000000000001872ea8c995e387f87c1ee73e3a87af27106728612479c5 2,148 1.00/1.00 vMB 119
458,262 458,262 000000000000000000e14c3c9f014a83d4b3a04749bc417afbf3fb383ae3e830 2,283 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 781.54 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: 615.11 GB
    • Received: 11.16 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.