Loading Tool

Explorer IconExplorer

Memory Pool

40,669 transactions
26.13 vMB
0.07028771 BTC
Random Selection Loading Transactions
Max Size: 135.93/200 MB

Candidate Block

Mining Attempt 75f33025fbf9cdc00182140a52d035388707e1f249e62a0327d004f415e066e5
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 71d89336c2fb78151019ad7bf9a33c921e7aea551ee59c6ab52fd511cdb3b68c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,308
Size: 1.00 vMB
Total Fees: 0.02263342 BTC
Feerates: 150.98 > 2.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (512,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,671 402,671 000000000000000002a15e37c2e3aeccaf170138f3178e3a0016374930713684 2,207 1.00/1.00 vMB 45
402,670 402,670 00000000000000000108ebf7845ac28ac8dd7dedf0715f3156691d7ef385d041 2,210 1.00/1.00 vMB 46
402,669 402,669 000000000000000002984d4526ced91767c1e8b3535b96d463140a3b1e9224f5 3,310 0.99/1.00 vMB 71
402,668 402,668 0000000000000000054b9c916af0f18f6d0bd3a602c737bf81df572b0ddc8b1b 1,446 1.00/1.00 vMB 45
402,667 402,667 00000000000000000471387d4d8a6951ee23f8552ee14fcae88f845e2badc303 710 0.99/1.00 vMB 55
402,666 402,666 00000000000000000489cbccd67d53e67ebad82790cea0ba60bb41ec3f581fef 170 0.16/1.00 vMB 49
402,665 402,665 0000000000000000032004af5e143be7997c459ee8dcab34befb98a6705c71bf 1,048 0.98/1.00 vMB 27
402,664 402,664 000000000000000004dc8d991e56c324f34c6bc17c2c8a688ec5a59bf4005c3f 1,001 1.00/1.00 vMB 29
402,663 402,663 000000000000000006c082df2cbb756c5e1aaad6ef848b3df77f3cea67451337 215 0.18/1.00 vMB 50
402,662 402,662 0000000000000000052aae6c7862ad7c4e3c3c39092c7323a4b4a2b1c104a879 1,340 0.61/1.00 vMB 39
402,661 402,661 0000000000000000030f1c5af98f74d43c577022bd13e29566adbddaf5c1b180 174 0.10/1.00 vMB 22
402,660 402,660 000000000000000003fca7967029d16b7d2ad6e7a09c19156c0b91f440076265 1,440 1.00/1.00 vMB 29
402,659 402,659 0000000000000000042e1ed18402379241689b6aa602dacf1de02cca2b7edc65 1,208 0.61/1.00 vMB 45
402,658 402,658 0000000000000000031864f4287f611f8193e80eb76d778709e03893861c2fa7 951 1.00/1.00 vMB 16
402,657 402,657 000000000000000003b415d436e87c5af51c85abb8ac7820b1e8c74504f7ebb0 2,674 1.00/1.00 vMB 54
402,656 402,656 000000000000000006d22d82c7b6c5c33caafe900036b6faf2e6b3ac0678b379 849 0.93/1.00 vMB 21
402,655 402,655 000000000000000000205afe0745d4df2e2e458c072e2dbfb55cb5daa42ab1e5 1,184 1.00/1.00 vMB 29
402,654 402,654 000000000000000003a561c54ab33f9e8a6607021d40a26337222ba1505be247 1,649 1.00/1.00 vMB 35
402,653 402,653 000000000000000006a4b91546127625903eac7000ceb1d62e7a8b45f29d0a75 1,929 0.93/1.00 vMB 41
402,652 402,652 000000000000000006612a604f09c531c195bda2a1b4d36359de8aa2d393a23c 1,606 0.93/1.00 vMB 46
402,651 402,651 000000000000000006536730eb536c39911a3379534e756eccd10644a43bed99 2,111 0.99/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.