Loading Tool

Explorer IconExplorer

Memory Pool

44,398 transactions
27.42 vMB
0.07214700 BTC
Random Selection Loading Transactions
Max Size: 144.48/200 MB

Candidate Block

Mining Attempt fda189dfeefbe534f3ff6bb1c24b2ad2121fa430ca6cb8b539001f12aa8321f4
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 842f20182ec706c91bf8ca2e9b5dd16c5ccd05599eeded6861c7c4f42c697c15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.02081939 BTC
Feerates: 170.94 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (512,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,674 402,674 000000000000000005d62df4dffc0f80681686751869a6aa5bea57e01bfd374c 2,781 1.00/1.00 vMB 54
402,673 402,673 0000000000000000040fc9ea5ce8145ebddc3209ce62d34f8ffb8706dd996231 416 0.98/1.00 vMB 7
402,672 402,672 000000000000000006ee3209dd66d3fc9cf79542cbe17cad8a4fc54e14d8b5ee 1,288 0.92/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.