Loading Tool

Explorer IconExplorer

Memory Pool

81,882 transactions
30.60 vMB
0.07966645 BTC
Random Selection Loading Transactions
Max Size: 184.49/200 MB

Candidate Block

Mining Attempt 9d6f4b70154bb5bf9a6441b8b0a09ae14e1b468883ea2be957632b72eb0f48e8
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 128b5ed1073d0da3622c54e0c85f756f1ede14144a93cc39bb555e8998099cee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,132
Size: 1.00 vMB
Total Fees: 0.01517263 BTC
Feerates: 40.91 > 1.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (281,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,027 633,027 000000000000000000095dba2a4c675dcc581352c218c611fad85f3918f6aeaf 2,656 1.00/1.00 vMB 20
633,026 633,026 0000000000000000000f601e3025c76e80627aab1316ccbf6f4a16d57efdd985 2,757 1.00/1.00 vMB 61
633,025 633,025 0000000000000000000cfec53e18dee5a5057c5a71ea11254debe97e27d9fec4 2,393 1.00/1.00 vMB 10
633,024 633,024 0000000000000000000041081b7d827cfd66f4b79c5c44007d7c11a45fb649ca 1 0.00/1.00 vMB 0
633,023 633,023 00000000000000000007c4dac98234149700771e9d1756956660b63cca88c36b 2,618 1.00/1.00 vMB 57
633,022 633,022 000000000000000000103a9bc9efa95114ba16b82088f7c199c680920327e528 2,406 1.00/1.00 vMB 71
633,021 633,021 00000000000000000000edc15432f7e78dca7905cf46c5cb11af8a1fe893d699 2,912 1.00/1.00 vMB 83
633,020 633,020 000000000000000000014c2cd0b4724136e2eb2b1480113e92a34464df1a2ff3 2,708 1.00/1.00 vMB 39
633,019 633,019 00000000000000000002853b2521ee9cba5c8b5dfe5a1f20da78784674e02e52 2,596 1.00/1.00 vMB 15
633,018 633,018 00000000000000000006faea0157b25692145ce745a5fe4032e530cb4c3118c4 2,755 1.00/1.00 vMB 16
633,017 633,017 0000000000000000000fa0b2f94504478539e7a9fbc5a6a39a02e205953382e9 2,825 1.00/1.00 vMB 37
633,016 633,016 0000000000000000000f112bce856270316c4992bf07774868c6451d913f3289 2,904 1.00/1.00 vMB 29
633,015 633,015 0000000000000000000a71ca9c6ab9c426b0d164b8246ae781e92f0f5e32df14 2,708 1.00/1.00 vMB 62
633,014 633,014 000000000000000000076b1f2384b32ff4f40c5aa47e183012ee26a0502c9bbc 2,790 1.00/1.00 vMB 26
633,013 633,013 00000000000000000007a012fd4d58ebaac9ca017394d9f11df2816234411842 2,572 1.00/1.00 vMB 63
633,012 633,012 0000000000000000000b31b145a62424e419b7a5e9f1d550aa0e91624e319285 2,476 1.00/1.00 vMB 65
633,011 633,011 000000000000000000097aea2902427a213fad4d3b8f6b5c9e3f5d366c030295 1,632 1.00/1.00 vMB 12
633,010 633,010 0000000000000000000cbe7290e2aaec14553a5d5a2fb6978d966b77c6ab8ba3 2,646 1.00/1.00 vMB 44
633,009 633,009 0000000000000000000ea969feb06962a9cbab6863c69642035a4a8659c994cd 2,323 1.00/1.00 vMB 73
633,008 633,008 0000000000000000000131fcde18adc181d268eb4d4bc21cb50b3434f0dfdd2e 2,776 1.00/1.00 vMB 77
633,007 633,007 0000000000000000000aa41da8aa5ba9900fb84330a088fc36068a9bc1a846ae 2,689 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.