Loading Tool

Explorer IconExplorer

Memory Pool

51,398 transactions
29.22 vMB
0.07872595 BTC
Random Selection Loading Transactions
Max Size: 158.02/200 MB

Candidate Block

Mining Attempt 0bdcc528ff1c4b723115a2060663e8daa0eb9511fbde3695566090733ee03bd6
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root d52d8ae06294abae6cf9e9e54ed9e2498de08f962fb94ad31a02fb8fe385ec4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.02279854 BTC
Feerates: 173.90 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (64,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,188 850,188 00000000000000000001b6d27a8e395696a9228642f5453b4ccab62f86114900 5,110 1.00/1.00 vMB 10
850,187 850,187 00000000000000000002a66543c04cf1380ff07b16f65e3120dff3314e9b1083 3,660 1.00/1.00 vMB 13
850,186 850,186 000000000000000000002bebc04d087c36f5206cbe6a20ccea41b4b28b983811 5,010 1.00/1.00 vMB 10
850,185 850,185 0000000000000000000203cf1021ec59dfdec8b7d7f2ec21ff197c477a2407af 6,058 1.00/1.00 vMB 7
850,184 850,184 000000000000000000019efef805db6a045a12fcb56d3fae7d6e5599165d0bb2 4,903 1.00/1.00 vMB 12
850,183 850,183 0000000000000000000025d4f780a796b491fc828f0bf3707b8304c5c56286cc 3,847 1.00/1.00 vMB 12
850,182 850,182 000000000000000000009e7f73116eae798899b0f5b7fb42a2cde686858d0396 3,038 1.00/1.00 vMB 12
850,181 850,181 00000000000000000000a598e3869af01ef154d1b2e032166c050e08eb79912b 3,020 1.00/1.00 vMB 7
850,180 850,180 000000000000000000033c270ed9d800015dd7cbb6fe9d5f64bf03004c215e14 5,156 1.00/1.00 vMB 7
850,179 850,179 00000000000000000001c9bccd49906a31ef51dfd968619a8e94c2f72a78b389 5,551 1.00/1.00 vMB 9
850,178 850,178 00000000000000000002daf343708d9748e05b98f44bebb6b6e44c003c4a0829 7,667 1.00/1.00 vMB 7
850,177 850,177 0000000000000000000213bfa5e97efa63dab08d8d2abe239c6225e9bb49ac95 4,662 1.00/1.00 vMB 11
850,176 850,176 00000000000000000002d74774551986d75ce3c5d1b80478a90ba8a20732b28b 5,060 1.00/1.00 vMB 8
850,175 850,175 00000000000000000002937862a9f3a0fcdf8f824ad2acd517aaed551918dbd4 6,055 1.00/1.00 vMB 8
850,174 850,174 00000000000000000001c8ef6c52f5906d01b44523dad7cae7964a7bbacaca1c 6,974 1.00/1.00 vMB 7
850,173 850,173 00000000000000000000a9394087b82ad16b7023517a1795febf0c03358d7e9b 5,081 1.00/1.00 vMB 9
850,172 850,172 000000000000000000035839dbe5becdc21c50d840b6e9b37a0a8ab769a19711 3,449 1.00/1.00 vMB 14
850,171 850,171 00000000000000000002d8461ca832278b1cdceb9784b53be1fb27b9f7fce79b 7,448 1.00/1.00 vMB 7
850,170 850,170 00000000000000000000f84f69aca476383feffe526a2d5c64e7f99aa9a28127 5,608 1.00/1.00 vMB 9
850,169 850,169 000000000000000000015e1190dd3a4e1559fa8c0baaf8b0db695ddcb791728c 3,718 1.00/1.00 vMB 12
850,168 850,168 00000000000000000000743f7a54e9e52e5fa386f42f1537b67fb34f2e20225a 4,533 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.84 GB
    • Received: 13.65 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.