Loading Tool

Explorer IconExplorer

Memory Pool

41,844 transactions
26.74 vMB
0.05611015 BTC
Random Selection Loading Transactions
Max Size: 140.32/200 MB

Candidate Block

Mining Attempt 66d24489fc286c063ad722e38b0539e577e1840b9b6453270bf1f9da92332ab9
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (281,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
633,006 633,006 0000000000000000000c377a787660e436bb4135ba551661fe52b5245f87633b 2,730 1.00/1.00 vMB 78
633,005 633,005 000000000000000000054ef56d28abaf226aec5b0b8a6d0582238d82d0670a7e 2,346 1.00/1.00 vMB 54
633,004 633,004 0000000000000000000c641fe9a2b9e2dd0d9a18d790b264d5f1be84323c799c 2,468 1.00/1.00 vMB 49
633,003 633,003 0000000000000000000599150e50b16a8228090e35708156a8a4cb5a6cebdd90 2,142 1.00/1.00 vMB 5
633,002 633,002 000000000000000000101d7672a175a8734afe681d89e343f1e3f304e8d19ddc 2,374 1.00/1.00 vMB 4
633,001 633,001 000000000000000000120cfec6fdcc64ecd120f5c16d2f78b2928d0afa6cd563 2,212 1.00/1.00 vMB 32
633,000 633,000 0000000000000000000338de4f629afe356ba1fe4eea4c84ae1374ccec83720d 1,558 1.00/1.00 vMB 65
632,999 632,999 00000000000000000008f02ea31aed082619acdcd0622535438082e2fc1414ff 1,716 1.00/1.00 vMB 33
632,998 632,998 000000000000000000083d25e13f577b5ff2b1829c9bdd6a5800a6e4d48c2630 2,554 1.00/1.00 vMB 66
632,997 632,997 0000000000000000000fd8e76e4a142147cfd3311e1339590a7425df5ca5b4f8 2,067 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.