Loading Tool

Explorer IconExplorer

Memory Pool

42,297 transactions
26.70 vMB
0.08573724 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 14fb3d36202fc4225411c3a1e7664c59c04117f72cf3e6cff8b09270a9d5bf79
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 7e485b5981ac0116e20dd9fc42f7010e1691b63819c6e5ffa407302a03874cc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.03632229 BTC
Feerates: 151.01 > 3.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (512,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,678 402,678 0000000000000000066752216d323d4eb0108da3766a442b2a6e0ed9488cf027 39 0.06/1.00 vMB 37
402,677 402,677 0000000000000000025eeac62003f27a898026ce402da3fc516f66b3feb87094 1,278 0.67/1.00 vMB 40
402,676 402,676 000000000000000005206fd6fd5f1c67921c0f6c43cc8e91d6ddb694d0d66c78 1,542 0.89/1.00 vMB 48
402,675 402,675 000000000000000006a07f6617b2883ca6de95e69be35232ef535c42bddcdedc 836 1.00/1.00 vMB 13
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
Previous 10 blocks ↓
Total Size: 782.18 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.63 GB
    • Received: 13.97 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.