Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
29.43 vMB
0.08342726 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt e534a59887eff30d88990d8aa567c2847f92217f4c36be47672efc0c203997ac
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 86c7e5882b5c6362f612a9b673b189269212a10706c568be33c214450ca5e9ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01882007 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (93,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,479 821,479 000000000000000000023577c2ce8d37712fcd13343555c3a10ac4b19231d285 5,294 1.00/1.00 vMB 420
821,478 821,478 00000000000000000002e8931bbe0bb9202ec7b6a04420003b0b3aa66d8fd84c 5,944 1.00/1.00 vMB 462
821,477 821,477 00000000000000000001af12d0d044eabe606b6fb091a6ff3e8d609ba7711001 4,731 1.00/1.00 vMB 408
821,476 821,476 000000000000000000031522fbb9c007e4861d3bfca44c648dbfcd1058bcbab6 3,975 1.00/1.00 vMB 481
821,475 821,475 00000000000000000002a2fa4ef9f50245caca01f1b0cd894344d46aec7c7e58 4,733 1.00/1.00 vMB 448
821,474 821,474 000000000000000000024e697ec87137ddd043382b59edf3a46601420d3edbb2 4,027 1.00/1.00 vMB 422
821,473 821,473 000000000000000000012aec8edbbc6a71ce2f31497334d6c2ec860dbc7a9410 3,039 1.00/1.00 vMB 467
821,472 821,472 00000000000000000000b781ea3ab7609ad09297393b2c09f3352364960da9b3 4,495 1.00/1.00 vMB 389
821,471 821,471 00000000000000000000cf8e9c0d6a24d548df44127d4809c0f40d48bc6a8ba0 4,190 1.00/1.00 vMB 377
821,470 821,470 00000000000000000002d4a7c2493236e1e554bb8fe9886807ba980f75d49c23 3,737 1.00/1.00 vMB 420
821,469 821,469 000000000000000000038c97af43727086ce2e0d430fd55d437149969c7228d7 3,598 1.00/1.00 vMB 276
821,468 821,468 00000000000000000003ace3128e1c31abbf538c2c42955b37d014c3280fb062 3,959 1.00/1.00 vMB 413
821,467 821,467 000000000000000000026bf6ea715bd6513d77461467b5d501f2b0e98322390e 4,174 1.00/1.00 vMB 304
821,466 821,466 0000000000000000000064c5e59527babab1d55dc56d56e2e2a87f256d601636 4,293 1.00/1.00 vMB 305
821,465 821,465 0000000000000000000148f3d19564a8fee4f0a6d27dd25c198e4ded58ea2154 4,605 1.00/1.00 vMB 322
821,464 821,464 00000000000000000001e09546d7b4bac1c21bf0383e9fbc953a72193c29b3c9 4,721 1.00/1.00 vMB 317
821,463 821,463 0000000000000000000367b2ac8593f991ffcb0fdb4ae5c598dd3eef5ec0772b 4,524 1.00/1.00 vMB 356
821,462 821,462 000000000000000000039fc874d642e6e5b24d47cd3ade2219a786c0ec0552b6 3,977 1.00/1.00 vMB 338
821,461 821,461 0000000000000000000333ffb88eb2b732025735076892c6aad1331a27a49551 3,972 1.00/1.00 vMB 399
821,460 821,460 00000000000000000003ec2f101a7ee7c763324e72d721482b22f6ae6670bda1 3,906 1.00/1.00 vMB 386
821,459 821,459 00000000000000000002d1451b9178cdd80b0107ea7754676ea3eb3689c4c962 3,617 1.00/1.00 vMB 313
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.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.