Loading Tool

Explorer IconExplorer

Memory Pool

44,078 transactions
28.66 vMB
0.12516712 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 6eade0fe47081103d77a2474bb0cece5289297d926967d1446b566e16b4d923a
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root dc3fb0d578a3ed0849c92287aa7f44b3a9cb263168d10e81ceaeba6a225ee25b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.03833175 BTC
Feerates: 113.05 > 3.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (71,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,316 843,316 0000000000000000000228c84224db6105a66c912acbb424a6eaa33dd29f25c8 3,913 1.00/1.00 vMB 19
843,315 843,315 00000000000000000003578c21186408ba54a8f6fe83b0818519efcf4827f4ef 3,125 1.00/1.00 vMB 16
843,314 843,314 00000000000000000003478c6874f3901d7e1651e8e0a7b9291c49c1f571af6a 3,080 1.00/1.00 vMB 16
843,313 843,313 000000000000000000014f1d725fee5910e85e5b4ae11a2a949b836de1d166f7 3,620 1.00/1.00 vMB 20
843,312 843,312 000000000000000000027a8f6de53a447bfe5fabb3d5861eaf1026fbcb971d6b 3,383 1.00/1.00 vMB 22
843,311 843,311 000000000000000000010db1e7514dd2035aaddecb9357ae4ea9aac2eacb45fc 4,594 1.00/1.00 vMB 25
843,310 843,310 00000000000000000002c8ee4f84ab0cad605be2948659403a6f7dab13065fac 4,563 1.00/1.00 vMB 32
843,309 843,309 000000000000000000021b915dd6ffb88639da7a4a02dde0005fc34c8fbdef2c 3,760 1.00/1.00 vMB 18
843,308 843,308 00000000000000000002ac0eafd7078b2deea88d8a8b9803c26a6c164287d308 2,992 1.00/1.00 vMB 36
843,307 843,307 00000000000000000000f1c9fd4f6c1812e9be64b302300ef84058bcf52ef548 185 1.00/1.00 vMB 52
843,306 843,306 0000000000000000000324923d8234f6b2f55d23b67f2945f34e1d8ea66314e7 394 1.00/1.00 vMB 53
843,305 843,305 00000000000000000002a5018d46826dccb259976db994d02499d18c3df039e5 1,272 1.00/1.00 vMB 64
843,304 843,304 0000000000000000000096c6c2ce261eef12157276624bccbf5fea264d8154f5 3,743 1.00/1.00 vMB 19
843,303 843,303 00000000000000000000cd9157ee76e20c299f2c6d1f955b3c4749794c47b556 3,193 1.00/1.00 vMB 17
843,302 843,302 000000000000000000014a2f234fb4c2799c4032a004d451f509ef9cfbd4840e 2,035 1.00/1.00 vMB 15
843,301 843,301 00000000000000000000988ca654f6309feab21ed34bf8ddb197cbcf84a01f23 2,400 1.00/1.00 vMB 18
843,300 843,300 00000000000000000002a8a17c81ec5aacfdbe23b991cb2693b25835729b1af1 1,326 1.00/1.00 vMB 12
843,299 843,299 000000000000000000006fac095114dc11beb62a21086396d08024475f0c9250 2,184 1.00/1.00 vMB 17
843,298 843,298 00000000000000000001e7575db183f1249c9253d5849d579072e893ba772554 3,290 1.00/1.00 vMB 17
843,297 843,297 00000000000000000002f14b077c0fd3b91a557e4d0142ee80bd5c36bc0dfe4a 4,644 1.00/1.00 vMB 31
843,296 843,296 00000000000000000001a620c42d37f131e6c1db759bf505512315eb2647ca5f 3,606 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.