Loading Tool

Explorer IconExplorer

Memory Pool

77,195 transactions
28.75 vMB
0.07505892 BTC
Random Selection Loading Transactions
Max Size: 174.10/200 MB

Candidate Block

Mining Attempt c7a5e93c53b0dfda1a3b81a097084023709decc7ec2d7866aae5a4634b913110
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root aec95da15687b1275fd37c430ce29752ab3aa4c537936e8f0d1ebd16633f0a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,967
Size: 1.00 vMB
Total Fees: 0.01530905 BTC
Feerates: 71.79 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (417,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
497,588 497,588 000000000000000000c32a9bd6aa9dd5aeedc058d09423eebc5e4e1aa1391bd1 2,755 1.00/1.00 vMB 111
497,587 497,587 000000000000000000c56acb8c01c712acde0a0ae766f1ea621e41126218578a 3,002 1.00/1.00 vMB 109
497,586 497,586 000000000000000000cb22a48921f2d8e45911dbdbdeadb2a08a9d206a708489 2,608 1.00/1.00 vMB 125
497,585 497,585 000000000000000000cb337f61ffd32460aa018708e1e3306a6999b928d40669 1,828 1.00/1.00 vMB 242
497,584 497,584 000000000000000000b3371f5c26bce3eca27f58b61741fb80e3434c07133c20 2,444 1.00/1.00 vMB 153
497,583 497,583 000000000000000000a7125c3d3dc88d4936df826de45b83f59eb7ef3aace768 1,999 1.00/1.00 vMB 177
497,582 497,582 0000000000000000005c1cef81b62754d45ec67e6863549b5cadedaa9470878d 2,405 1.00/1.00 vMB 135
497,581 497,581 0000000000000000003e7db6a83493bcabd8d0954364e1068588a135d7c7c088 2,904 1.00/1.00 vMB 148
497,580 497,580 00000000000000000065fd7150fc66fedebd6e3f0c9b4464110c819ad0bc6ddf 2,756 1.00/1.00 vMB 136
497,579 497,579 0000000000000000009757dc613607919eef597e7fd70ca4960b0aa70ac93a3b 2,558 1.00/1.00 vMB 163
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.13 GB
    • Received: 16.41 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.