Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
29.96 vMB
0.12077395 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt cee8c4095093e4f927ca25e4a15e7a3967efd40293f976366036858f0bd3100c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 65b9b9b30642451bd3279006d515c21233af57aecb6945336743188064f8af54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 1.00 vMB
Total Fees: 0.04995252 BTC
Feerates: 242.90 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (377,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,690 537,690 00000000000000000010af8585e30b93b65aaf4a6869b5b8dca51a2b8b47fffa 2,341 1.00/1.00 vMB 143
537,689 537,689 000000000000000000032160b0799979ec0aa49a69e32715042b29559349e4f9 1,010 1.00/1.00 vMB 7
537,688 537,688 000000000000000000083cbd888a34a8ed2dcb9bc4b46bbf74c2e1f5927f48b1 1,754 1.00/1.00 vMB 21
537,687 537,687 000000000000000000058f25c710d48598395494fa9b5eb92c8786a60cd5392a 13 0.01/1.00 vMB 85
537,686 537,686 0000000000000000001b99229c4d6b285b0dd2c8955b397b67ca354b61f3eeb2 1,605 1.00/1.00 vMB 3
537,685 537,685 00000000000000000021f5f6b2e8c01c12950c707e01e2bc16563caa3df36234 1,963 1.00/1.00 vMB 46
537,684 537,684 00000000000000000022665a47055ba8c04cbd99487e83c2e6592fd5679772eb 1,805 0.81/1.00 vMB 89
537,683 537,683 0000000000000000001e6f3d9c147ff02e77f225664ab1e86288c616959ae264 1,425 1.00/1.00 vMB 17
537,682 537,682 000000000000000000166f75c0dd5dc1758a23a693ca35e4a814c5a91e60215e 1,992 1.00/1.00 vMB 40
537,681 537,681 0000000000000000000ed93ff576e7852f21cae8e67346b4553d1f56a0b0479b 1,234 1.00/1.00 vMB 17
537,680 537,680 00000000000000000001dcb8c652b565b2e6c7fd78da39f5deb1cfd147239943 1,976 1.00/1.00 vMB 42
537,679 537,679 0000000000000000000a2ea923d9f9d45b304fdff822bf28a572e08d9718aca0 2,103 1.00/1.00 vMB 62
537,678 537,678 000000000000000000279fd8582a9d3ee830e6031f34eccdc597a03e60cbe7b4 2,648 1.00/1.00 vMB 67
537,677 537,677 000000000000000000200b39910d1e9566501a63026d4a88588aa6f7f0c4eb8b 2,788 1.00/1.00 vMB 39
537,676 537,676 000000000000000000259fd6379591fa4d75c59084e562ca3405e5953826eea9 2,649 1.00/1.00 vMB 9
537,675 537,675 0000000000000000000667b90a49b19139640f46a9b4b1a285dfd8e14dc0838a 2,566 1.00/1.00 vMB 39
537,674 537,674 000000000000000000095dda629127820409ad7bbf48f1aea3cf006253dba961 2,879 1.00/1.00 vMB 11
537,673 537,673 00000000000000000003c78e1edcf39f861dcec45cf9096b9947b4bbda6e8530 2,614 1.00/1.00 vMB 16
537,672 537,672 0000000000000000001ab874f8d20fb96e6d9c07fcfefd839d6de910780ac39b 2,399 1.00/1.00 vMB 33
537,671 537,671 0000000000000000000efdc54a0564002af906378ca3fb63c5a02d4f4b763f2f 2,737 1.00/1.00 vMB 55
537,670 537,670 000000000000000000206228d189a4e9e0c11dcad91c594e4ffab4d8d3d73461 2,649 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.