Loading Tool

Explorer IconExplorer

Memory Pool

14,578 transactions
22.56 vMB
0.04596872 BTC
Random Selection Loading Transactions
Max Size: 102.84/200 MB

Candidate Block

Mining Attempt 3223a6b032662b903a3d5f3dfa4ae51fb63486ab1a29882da68399f7e7eeb9ed
Version 20000000
Previous Block 00000000000000000001d1d5ceb3b7a7302454e0e7fa4107866912023b1317f5
Merkle Root de3e4048663f9fa79d5bc9cd9850d66e44641eca4fb480a5ad2dbf742da3e09f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.00707334 BTC
Feerates: 101.03 > 0.71 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,206 (863,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,607 50,607 000000000e17390a6058d306758c16bd0e3a9195b98ed38dc662039b50150799 1 0.00/1.00 vMB 0
50,606 50,606 0000000017baf5fc170b62e038cf04923fce126faf23f9f275af613c4af0a616 1 0.00/1.00 vMB 0
50,605 50,605 000000001f6dffdf4f00920e6fbba8c95431bbe771c7d525ef35258afd55289f 1 0.00/1.00 vMB 0
50,604 50,604 00000000206fd31465cb6aadacfce11eb560e0c9c3cc6889b03accc99cbe3c2a 1 0.00/1.00 vMB 0
50,603 50,603 0000000014a09d302697d980945e75ae9e358c40a9640d7314ca456c2d580221 1 0.00/1.00 vMB 0
50,602 50,602 000000000e90ad9a612e28e420ddd7e1564edc11461f4e65ee66ceb77c6cff14 1 0.00/1.00 vMB 0
50,601 50,601 000000001856b614b2fbbc7093ffa4d33513497dd0f623b944aa911182f3d821 1 0.00/1.00 vMB 0
50,600 50,600 0000000018f546e92141f996976ad528962959803dcbac1673d596c3c8fa3851 1 0.00/1.00 vMB 0
50,599 50,599 00000000039de2ea16984712f7c9baadf4a7ce21d4e040403434467f4c024ae3 1 0.00/1.00 vMB 0
50,598 50,598 0000000006b3258d2aab6f6ce0f8b32824f93333f1c18f764fcf2d99c8aab548 1 0.00/1.00 vMB 0
50,597 50,597 00000000092e65d8d4ae89378c45363ca46b807ac95496f2d35b34f72836a448 1 0.00/1.00 vMB 0
50,596 50,596 000000001a5b4915755efb065dbaf29cde59bbcd6d48d5526f901de5efb85fa6 1 0.00/1.00 vMB 0
50,595 50,595 000000001aa18638eb7f17728401227383c662d5f6370c723d8f7a4fa04ea4cb 1 0.00/1.00 vMB 0
50,594 50,594 0000000000de2d74f895ab20f239faef01094353ead16de63ab0152fc88f5114 1 0.00/1.00 vMB 0
50,593 50,593 0000000003812a982b92e82bd99ed0e3bb2552811d3a42c73ca560d57b4fd102 1 0.00/1.00 vMB 0
50,592 50,592 000000000ff18a74743f92aa6d5a6b0dbb205b99d4d5c5a3d6b8875859d4756d 1 0.00/1.00 vMB 0
50,591 50,591 000000001f0a17128c2b89a62d42349909747ca8f45a68a81dc9cb701a0448c1 1 0.00/1.00 vMB 0
50,590 50,590 000000000c7ec758812b8baf75831dce921f090ac59255b5fc0a8b8c790635d1 1 0.00/1.00 vMB 0
50,589 50,589 0000000019d327d9384197335d0a73cbef453307e6cdd2cf88ec70898ff63b26 1 0.00/1.00 vMB 0
50,588 50,588 000000000af7ee9d075304a6be01f83f34669eccb7b9225aa821cb80a79d9361 1 0.00/1.00 vMB 0
50,587 50,587 0000000004f0f8a314fcfb19705f6274f3b97dc25fcf404f87a501cdddbb2a2c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 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: 573.71 GB
    • Received: 8.06 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.