Loading Tool

Explorer IconExplorer

Memory Pool

83,301 transactions
31.32 vMB
0.09676104 BTC
Random Selection Loading Transactions
Max Size: 190.94/200 MB

Candidate Block

Mining Attempt fd28840fb0668a7fea6c8ded094332504fbec34e8cb8717a2a11a876c0900fc2
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 00264be4bda496127dedf54c9f4433df1393fd72a6f4a974a196e3a335da632d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,212
Size: 1.00 vMB
Total Fees: 0.02495409 BTC
Feerates: 177.93 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (459,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,202 456,202 0000000000000000025662472ae677547a2a424ded93b7ea732778ca1b81d8aa 2,408 1.00/1.00 vMB 147
456,201 456,201 000000000000000000c480a9586a100de166835c4a8b4820490d1cbe59997477 2,682 1.00/1.00 vMB 235
456,200 456,200 00000000000000000092921c8982fcd5f9939239e9595e81aff82214f4075f20 2,595 1.00/1.00 vMB 180
456,199 456,199 000000000000000001ed6162ef072c4ccdb9124b9b223b52eca55ff5b99cf514 2,078 1.00/1.00 vMB 174
456,198 456,198 00000000000000000010b30ac4c0fc5dadfeb332d49d8871ae88285d041db6d4 2,160 1.00/1.00 vMB 178
456,197 456,197 00000000000000000161b298a9e34ed9e266b032d4cde0e1ac7ad286a6837200 3,129 1.00/1.00 vMB 208
456,196 456,196 00000000000000000217260a67b7c991f63b6516f1d3f45880a2919d38a02ef9 1,815 1.00/1.00 vMB 127
456,195 456,195 000000000000000000fcf2112e74024663d7ceed6afa6200402d7ab9034169cb 2,452 1.00/1.00 vMB 217
456,194 456,194 000000000000000001e4c1a238a4ea9019af50d15865c4854cc7373a96e73672 134 0.07/1.00 vMB 214
456,193 456,193 000000000000000001126891008e536f9a7bf70da19f3f4a4aabd888a81cf2db 2,617 1.00/1.00 vMB 127
456,192 456,192 0000000000000000005fa6376f558db26f443c510333490ebe28e206c43a8a30 2,050 1.00/1.00 vMB 153
456,191 456,191 0000000000000000015b8d6e4cc090346147a892a163d6d3504d3a0f881507bd 2,786 1.00/1.00 vMB 247
456,190 456,190 000000000000000000c0b17d7c8e8ac92b1f1fe847f310bcec788ad06b119eac 1,945 1.00/1.00 vMB 136
456,189 456,189 000000000000000000b88dc471912ee5140b721c77a031f6b69467dc56e89b7e 2,047 1.00/1.00 vMB 138
456,188 456,188 0000000000000000002273f0a0d79cc33b7f37118f2a876811604451896af69b 1,840 1.00/1.00 vMB 179
456,187 456,187 0000000000000000016492db1ee24a2c0e49701b52d9a4ba92a1c569b117e407 3,466 1.00/1.00 vMB 324
456,186 456,186 000000000000000001e24dd37e14e925ec55bc8a65c6f7855b88b206dc0f4977 2,212 0.93/1.00 vMB 315
456,185 456,185 000000000000000002503b2b87ef3e78efe3515cac0d97ebd8c56c913a68f1d3 2,872 1.00/1.00 vMB 138
456,184 456,184 00000000000000000143827194d40b1589c62e7e6129352cf8827f63d7c6d09e 2,405 1.00/1.00 vMB 138
456,183 456,183 000000000000000000eb65f934895b2c4b04e59ec8d06e464686e11350b753b3 2,194 1.00/1.00 vMB 186
456,182 456,182 000000000000000001a4926a151347f646c96d195eb1a5a4485067b764953f9c 1,775 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.