Loading Tool

Explorer IconExplorer

Memory Pool

73,309 transactions
28.23 vMB
0.07299573 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 2f1cc550c9f9f9f3a3bdcf7609a9376becd9a14f45c8104c6c2e4ee62c74e7ed
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (450,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,101 464,101 000000000000000000a37235f330f5285809465410580170059e091125b6ea1a 2,327 1.00/1.00 vMB 166
464,100 464,100 000000000000000001c4dacd4293c16787ffb536c6b04598158d642221a43f9d 2,439 1.00/1.00 vMB 210
464,099 464,099 0000000000000000008d5c5101e57beb5d45e85b0f9adac446191324a0316909 1,654 1.00/1.00 vMB 118
464,098 464,098 00000000000000000124a66574e35d3a80788ac02db6483bdd6f9ec2d9e03ed8 1,559 1.00/1.00 vMB 106
464,097 464,097 00000000000000000010501e35143533f901447ed6727408d078fefcaf50114a 1,095 1.00/1.00 vMB 67
464,096 464,096 000000000000000000d909d49fe1e477b6529fb3eb462d4fbf6d270dca441e35 2,302 1.00/1.00 vMB 153
464,095 464,095 000000000000000001c5b53a0c161c0c5196a0b4ae396c6a432d8eebb1c8bef6 1,438 1.00/1.00 vMB 78
464,094 464,094 000000000000000002140d2a10044677e788c303e56193341df6f11db4330f04 2,069 1.00/1.00 vMB 159
464,093 464,093 0000000000000000005d92803cc67f24b676fd176742bd40bc445a9fca1aea0e 1,731 1.00/1.00 vMB 88
464,092 464,092 00000000000000000004fe685ea57f9aa3257e76cfc410dbf6b669beb7b4eb72 2,342 1.00/1.00 vMB 128
464,091 464,091 0000000000000000005932b2d6066cd4048230fac8ef9012ef99dfcc6f375aa0 2,213 1.00/1.00 vMB 171
464,090 464,090 000000000000000001099566fcb0b256655792f78ef42c5c71bfb571ab163616 2,150 1.00/1.00 vMB 151
464,089 464,089 000000000000000000f9c9b28d2e7518c0f30e9ab85e88ad46912d778fa6ddeb 2,705 1.00/1.00 vMB 200
464,088 464,088 000000000000000001aece8c988137b3455e857a873bab2a5a4d80eadee7766e 2,183 1.00/1.00 vMB 335
464,087 464,087 000000000000000001c569c283693060ae285304294764f71225719843cb339a 1 0.00/1.00 vMB 0
464,086 464,086 0000000000000000018ee77ee04059683f734e22a706a333afa4a940a909d912 1,475 1.00/1.00 vMB 54
464,085 464,085 000000000000000000acc2e96991aa9e73b51c3cc7bae858abc9a5f87a6f673b 2,188 1.00/1.00 vMB 130
464,084 464,084 0000000000000000012842d8aa444a544cd7508303b94444392d010e6a6e9730 2,467 1.00/1.00 vMB 170
464,083 464,083 000000000000000000fabc426b30d95080d13699cd73a097275268aaa62280c5 2,139 1.00/1.00 vMB 109
464,082 464,082 0000000000000000005fb6150bb191c2f79d87de0152da5f24ef6314f087e3a5 2,503 1.00/1.00 vMB 160
464,081 464,081 0000000000000000018c30340b6d740b8878aa20096e1b65ec68e164ba54f32d 2,732 1.00/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.