Loading Tool

Explorer IconExplorer

Memory Pool

78,829 transactions
29.26 vMB
0.07948828 BTC
Random Selection Loading Transactions
Max Size: 175.02/200 MB

Candidate Block

Mining Attempt dc53020fa7e8b8c77a0d3ab7e8469b257a604afe5d6df9b414cbf5749db76a0e
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root fb12aa2ec6d3bcc00104bdd89c5d6343d2a2a1dd3ceab0651d40663bfc68e225
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,523
Size: 1.00 vMB
Total Fees: 0.02003989 BTC
Feerates: 150.77 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (169,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,158 745,158 00000000000000000009366811aa81ae60fb8a795755b7cbdac1fb1b9a5c3de0 481 0.28/1.00 vMB 15
745,157 745,157 00000000000000000004cff3fba4bef48344c78505847c72e7cc273837c6bef6 1,177 0.49/1.00 vMB 12
745,156 745,156 000000000000000000030ac506c38a3f70da914d36c82b39d3ba86f4e19326f1 2,430 1.00/1.00 vMB 25
745,155 745,155 00000000000000000004b727a43beaed8406b942a51875464bb1d70661f4e3c2 971 0.35/1.00 vMB 18
745,154 745,154 000000000000000000036c7ba7b21c1cf64344d69ba0243c6ef42bad946b343d 1,075 0.56/1.00 vMB 13
745,153 745,153 000000000000000000058542b9ab2227b468b848d19bea88d9d6b4e83b1a5678 544 0.20/1.00 vMB 23
745,152 745,152 000000000000000000089e3846c4bb944c6b3206c5fe69112f5f96db285b82cb 1,728 0.69/1.00 vMB 17
745,151 745,151 0000000000000000000521fa1e3dcfc15bfcb3e6b7b890b1246699b0f4b13c19 610 1.00/1.00 vMB 4
745,150 745,150 00000000000000000002d91a5f54afec6922f73da6f06d5be978a729cb0df1e8 444 1.00/1.00 vMB 3
745,149 745,149 000000000000000000006811baa4f02883653f18366f2e33fe72b999171667a3 1,351 1.00/1.00 vMB 9
745,148 745,148 00000000000000000009327c6298448e19283946349145c9de1da615ab9c086d 1,712 1.00/1.00 vMB 7
745,147 745,147 00000000000000000007942f330f7e34640e7614dabff98f8a85784fb9af11b7 2,282 1.00/1.00 vMB 15
745,146 745,146 000000000000000000040fd763e001b0a295a175a5bbf3ebaba095b67ea6e656 736 1.00/1.00 vMB 16
745,145 745,145 000000000000000000062ed7085f55ed8c0fbadd5bb589b8b9c280c75c3adf05 2,055 1.00/1.00 vMB 35
745,144 745,144 00000000000000000007234c1b074e387929908ccf5a57deb182da93a984a497 1,734 1.00/1.00 vMB 4
745,143 745,143 0000000000000000000011bc98c27b449626fe5c4be68d29691dedc8769dcf06 2,752 1.00/1.00 vMB 19
745,142 745,142 000000000000000000067986cfa86d002d7b3405260705fcbd146685519f4bf3 2,779 1.00/1.00 vMB 9
745,141 745,141 0000000000000000000658e2c6d8c4a50c5d740278c1a6be56d3e96b4e509a91 2,880 1.00/1.00 vMB 20
745,140 745,140 00000000000000000003a7bfddf36d81b8729c1bf5074d67077546706ea7b140 3,141 1.00/1.00 vMB 30
745,139 745,139 0000000000000000000878d98a7b34b305baaeba7745e96b4078869224672b09 2,603 1.00/1.00 vMB 43
745,138 745,138 00000000000000000004c6269673ec7ac40e6645ab774cfbe8e4a9f98d8f1254 2,833 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.