Loading Tool

Explorer IconExplorer

Memory Pool

76,175 transactions
28.00 vMB
0.07986505 BTC
Random Selection Loading Transactions
Max Size: 170.86/200 MB

Candidate Block

Mining Attempt 4b01b01f0c1cd76e3bc8e3ff918232c097a542b109e39b39b5463b9fbbb6f4bd
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root a514a08d42a85a0d9b2b0f7a926b1d5339351a6630dc71457b1fdf69dc6a1c18
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.01976344 BTC
Feerates: 150.93 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (98,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,067 817,067 0000000000000000000082d213f868663cd16491865402e62d046b637045f5ca 4,241 1.00/1.00 vMB 226
817,066 817,066 0000000000000000000251e7a91714ad8d8f061c6113fba45ef1a4d024d8d226 4,531 1.00/1.00 vMB 198
817,065 817,065 00000000000000000002280bc3750fbd78452a328f5c95ae71cb0e08519cf5ea 4,312 1.00/1.00 vMB 221
817,064 817,064 00000000000000000003f42847a05efd759d84bc50a6b61e285fc7c85809c7a1 3,922 1.00/1.00 vMB 211
817,063 817,063 00000000000000000000fd1a52b5d44c62bba9fdaaf368eababb0678c4f8bf23 3,482 1.00/1.00 vMB 273
817,062 817,062 00000000000000000000307bc7fb1b02ff14d56bf1fd38c3e23fb2260203063f 4,847 1.00/1.00 vMB 200
817,061 817,061 00000000000000000001d0579db3a40fdc0cd43749c9a71fb1b0af312f4216d4 3,748 1.00/1.00 vMB 219
817,060 817,060 000000000000000000026ec6bdc6380224feb0819b0d3264ed9a8ca6e1913e2f 4,368 1.00/1.00 vMB 206
817,059 817,059 0000000000000000000370655b6d00d719c9bf9c8bb67a0590e41624411697ea 3,516 1.00/1.00 vMB 239
817,058 817,058 000000000000000000036baa2ef9e220f4ce3cdb0f6f29a15c446dbd6753f62b 4,674 1.00/1.00 vMB 178
817,057 817,057 00000000000000000002782cdfd725a8b4bb6686aa57a032247bad51eb60c5de 4,936 1.00/1.00 vMB 182
817,056 817,056 00000000000000000000ec1f73d785a40489b75b2aae5987348f5e96f7f681b6 4,047 1.00/1.00 vMB 192
817,055 817,055 00000000000000000000512b58154b028b8a9c52c0878609e65adf510b801651 3,261 1.00/1.00 vMB 256
817,054 817,054 00000000000000000001940384535bd681956af11819a9217ca2ccc8ebd47383 4,046 1.00/1.00 vMB 174
817,053 817,053 00000000000000000001accdef0a68ee3cdb7741ac0ee24404dee48952f5c771 4,250 1.00/1.00 vMB 166
817,052 817,052 000000000000000000006bf98d5fce92d0cce8ce5570f7825c32427a291480c7 5,194 1.00/1.00 vMB 162
817,051 817,051 000000000000000000028b342936d873c7c90a5764005ad3c533206b3642e28c 4,181 1.00/1.00 vMB 207
817,050 817,050 00000000000000000003a1b0b501abeb0d12e7557e9d1223825c026e8f927831 5,086 1.00/1.00 vMB 201
817,049 817,049 000000000000000000014d3205f4ccc5ff7a7dd2a0368604852251ce8ec5b76c 3,690 1.00/1.00 vMB 159
817,048 817,048 00000000000000000002bcab03af0e8a42557d98f3bc6ffe422d35b17db74037 3,458 1.00/1.00 vMB 211
817,047 817,047 0000000000000000000134ca787a062c42b03dcef9fbfce1aca9fc94eba632d1 2,966 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.