Loading Tool

Explorer IconExplorer

Memory Pool

72,715 transactions
28.04 vMB
0.06691713 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt ef5d4252d30fb55f7a9c1bf9b7b6f6a4f160911cb077bebba034ae64c87fbed9
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (419,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,453 495,453 00000000000000000043e6c32cefa39a2340ffd1db8a70a79ef3f99eab768dd7 2,873 1.00/1.00 vMB 125
495,452 495,452 000000000000000000c0437d746a5490b5ae7c6f1789cd2fa5c4237fcd6ee208 2,526 1.00/1.00 vMB 109
495,451 495,451 0000000000000000009cc7f309a6d344fa8430edee831c079622b20e08d3e1fe 2,401 1.00/1.00 vMB 206
495,450 495,450 00000000000000000077a549e3e9d6ac501326ede7ba0e4510dceb9740c400c7 2,499 1.00/1.00 vMB 310
495,449 495,449 0000000000000000007c2f3af3893055f2482c5c19b5ed6a1fc2153aed4f9844 2,197 1.00/1.00 vMB 243
495,448 495,448 00000000000000000044bda8b7267ef9417d26cb2a570025627878caa7bf4a49 1,956 1.00/1.00 vMB 131
495,447 495,447 000000000000000000617632d18a634b8d2a1532ea2740dd327469b94e4242c0 2,482 1.00/1.00 vMB 232
495,446 495,446 00000000000000000062cb2d9cbfe74b246f44eb99e2c7288a92b57244fe9246 2,077 1.00/1.00 vMB 288
495,445 495,445 0000000000000000003559575533a83facaf572305bbbec2c5fa6d335012642e 2,366 1.00/1.00 vMB 173
495,444 495,444 00000000000000000084fa2b54a4ac04c905a6467ca2fda50b51eef1a5365a59 2,489 1.00/1.00 vMB 209
495,443 495,443 00000000000000000081318bfde6997eb99c9e23b25523bc801161670b0accda 2,226 1.00/1.00 vMB 213
495,442 495,442 00000000000000000024d960d79502e96f603158ca19692ef1a1e247e25fe125 2,892 1.00/1.00 vMB 294
495,441 495,441 00000000000000000053f93f6291edc9cd936a79c17d263dfe0efc51b162b771 2,640 1.00/1.00 vMB 313
495,440 495,440 00000000000000000013ff5460817ac9a279337d1873aa5ce12244186f61ac2a 2,210 1.00/1.00 vMB 133
495,439 495,439 000000000000000000260b8925e10d48da544e4d18e57e2a5396391a212551fa 2,282 1.00/1.00 vMB 191
495,438 495,438 000000000000000000a18cdc555ab7b3a019f200b9718b3c42b8ace00cef7669 2,338 1.00/1.00 vMB 319
495,437 495,437 000000000000000000c043706182facde9b86b8fb74a45ec771389a74c2e580b 2,222 1.00/1.00 vMB 216
495,436 495,436 0000000000000000006bd9c5c0d75218bb14e863862d54e5f371bbb5bfa6350e 2,335 1.00/1.00 vMB 339
495,435 495,435 000000000000000000a9ce90d57e92fa5664ca98622c23df70ec2463c5c288a1 2,478 1.00/1.00 vMB 196
495,434 495,434 00000000000000000058604143f4bb71dda07cc3d958d12f1256c34765e658ae 2,303 1.00/1.00 vMB 204
495,433 495,433 000000000000000000c89fa07ed3dc540af6e0f5868c65df24f22b1aa99f70ce 2,802 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.