Loading Tool

Explorer IconExplorer

Memory Pool

77,185 transactions
28.74 vMB
0.07035270 BTC
Random Selection Loading Transactions
Max Size: 174.27/200 MB

Candidate Block

Mining Attempt 6da7d0b7258bda0d72e5a084292a9d2ccebab6ebdb930dfaf7def171792fc6e8
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root cd9bf8fb4ccb81f4c4e90d68554b5b45d29d18cf0e40c0aba91ee92dcddf6066
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,059
Size: 1.00 vMB
Total Fees: 0.01067626 BTC
Feerates: 82.75 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (417,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,609 497,609 0000000000000000005e8e50641737bc0cd0625998fd3b1f1803cd293851508a 3,087 1.00/1.00 vMB 89
497,608 497,608 0000000000000000005fcae71c7d299f61e548f959ec87d004c54d9ebdfd6856 2,541 1.00/1.00 vMB 105
497,607 497,607 0000000000000000002c4e0482dd0e9240f4d96b4f5ce1910a5608bc6ccb4d5a 2,751 1.00/1.00 vMB 166
497,606 497,606 000000000000000000bbace28cf54304904ffca3769afa2b5d9b83dd369207dd 2,651 1.00/1.00 vMB 142
497,605 497,605 000000000000000000c2a3df9fbb9fc83db762de17f433e76ab94d441b5cbb6f 2,601 0.99/1.00 vMB 144
497,604 497,604 000000000000000000a31b5f1a633ccb09e5298407b2e2f228b05a5c71b3500e 2,744 1.00/1.00 vMB 161
497,603 497,603 000000000000000000c76fe3f9797066d4fdb912ec2c4a52af6601a3dd05715e 2,276 1.00/1.00 vMB 205
497,602 497,602 000000000000000000771f4932a1f91ec9ae994f038d9e28e09f7752cbae1e1a 2,548 1.00/1.00 vMB 126
497,601 497,601 0000000000000000006124db4115d42c46e19b26830741d0b522b182e9f8b218 1,739 1.00/1.00 vMB 120
497,600 497,600 000000000000000000623857b237f464df5b6eaf81d2995dd726bcc3b65fc481 2,557 1.00/1.00 vMB 149
497,599 497,599 000000000000000000ba43a1296f11cafd5d7a71531f80d16fc40d58fc15c3db 2,336 1.00/1.00 vMB 139
497,598 497,598 0000000000000000006572e50b65de845a6dc4ff7561504bd8f154b6a0115565 3,028 1.00/1.00 vMB 137
497,597 497,597 00000000000000000032d23d68df9d5e74032958b1373d20939ab117379bcdee 2,245 1.00/1.00 vMB 138
497,596 497,596 0000000000000000006ce844b9084aa9a370b8be393bfb3e50be97e96fbd3870 2,881 1.00/1.00 vMB 158
497,595 497,595 0000000000000000002520c1c91d9326e499869d25cabb27957c53ea4f74e35a 2,197 1.00/1.00 vMB 218
497,594 497,594 000000000000000000928f94f62ce9dda9ad0a370077ecbbe0ddeec81cc228de 1,320 1.00/1.00 vMB 50
497,593 497,593 0000000000000000008a052ad77fc44723d0f58c4871f22ab93dfeca1ee5f6fa 2,376 1.00/1.00 vMB 130
497,592 497,592 0000000000000000001423451bb0c8dbd9d39969a14ff14d09aca00fe1c73930 2,401 1.00/1.00 vMB 133
497,591 497,591 00000000000000000001efc70608ec38a396bb36a0f91e4ddbed9ec57c2eab48 2,099 1.00/1.00 vMB 112
497,590 497,590 000000000000000000715bb97d5533f107362ad150dc7780a2d2a784c332ff48 2,488 1.00/1.00 vMB 136
497,589 497,589 00000000000000000073534c895c35f1b3699a3c009059f43b20fb2472d90ced 2,035 1.00/1.00 vMB 64
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: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.