Loading Tool

Explorer IconExplorer

Memory Pool

39,783 transactions
28.93 vMB
0.07100324 BTC
Random Selection Loading Transactions
Max Size: 146.94/200 MB

Candidate Block

Mining Attempt fe3018f86a7dd969ca8c7b3e871fa2348830fcda680cd90970d65237afd6568a
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root 0981c5a3aa8d4616822b53b2dde1cd917039c159adfb169f53c6ef4ad2358d32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,549
Size: 1.00 vMB
Total Fees: 0.01479844 BTC
Feerates: 100.84 > 1.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (333,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,654 580,654 0000000000000000001d14d2a5285c8f048b0fc4a5ccefa719515766b9d88113 2,857 1.00/1.00 vMB 49
580,653 580,653 0000000000000000001972753556b61f521d14cbc8ef64230c2efb252617cf15 2,677 1.00/1.00 vMB 60
580,652 580,652 00000000000000000018fab8b248cd3857a2759d872159730bd6aee2cd41006c 2,247 1.00/1.00 vMB 80
580,651 580,651 0000000000000000001a6f619e2713b3cfb0782b564a80640c727c3f7998bd45 2,679 1.00/1.00 vMB 76
580,650 580,650 0000000000000000001a7aa54ff261be370408000f98229ba54db4a904720337 1,243 1.00/1.00 vMB 72
580,649 580,649 0000000000000000000aee4a6525896f582e0ca31f25261e3474b54200e34288 2,161 1.00/1.00 vMB 96
580,648 580,648 0000000000000000001f4d1a2e6a7c66419beae2a5005fbb98c978a32290147c 1,038 1.00/1.00 vMB 79
580,647 580,647 00000000000000000017bec7ef87b905db900a993ff1df2d8e2692ef75736957 2,630 1.00/1.00 vMB 100
580,646 580,646 00000000000000000013b13d18d917ed018fbeb4d300e7b3f3f3a3733d276cfd 2,548 1.00/1.00 vMB 90
580,645 580,645 000000000000000000195f588b70be58c76146d1bd5c523f3cb3d998be74840a 2,500 1.00/1.00 vMB 134
580,644 580,644 00000000000000000024b3d4793dcbba032d3fc28a0d77a37d466b956fb68aa5 2,390 1.00/1.00 vMB 81
580,643 580,643 00000000000000000001ce5f88601a311f1c73c0073a15fe4e5956da7fbcd78b 2,702 1.00/1.00 vMB 105
580,642 580,642 00000000000000000005ac7036789bfec28d230dff491f3382f6daf6523f5c44 2,366 1.00/1.00 vMB 129
580,641 580,641 00000000000000000010784a6225f02f82a9e14b5e4087a37cc2fe7a7e1cb41b 2,841 1.00/1.00 vMB 110
580,640 580,640 0000000000000000001b406f5ebabb45bb9d6d62d6992b343335188ce4c4ffc1 2,292 1.00/1.00 vMB 28
580,639 580,639 0000000000000000001f00b6c00780b8d3bbef6106e9c2f3781c747317abc8f2 2,340 1.00/1.00 vMB 62
580,638 580,638 00000000000000000003e7a272eb8d4533740db22a83ae5d36dc731341efd7b3 2,432 1.00/1.00 vMB 42
580,637 580,637 0000000000000000000d4a0950bb407e45479e20110acf57477bde5967399b09 2,543 1.00/1.00 vMB 48
580,636 580,636 00000000000000000019c438dc7a38abfcf16908c82164b3c3d873717257436a 2,290 1.00/1.00 vMB 91
580,635 580,635 000000000000000000178dde9d3089e54d1761e523b0c54d363ec2feeb596e91 2,118 1.00/1.00 vMB 79
580,634 580,634 00000000000000000009e0baeb1b4f2901ce2b0715a98ef3fcc1289357bca0e5 2,359 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.01 GB
    • Received: 11.40 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.