Loading Tool

Explorer IconExplorer

Memory Pool

25,824 transactions
27.19 vMB
0.06080075 BTC
Random Selection Loading Transactions
Max Size: 129.81/200 MB

Candidate Block

Mining Attempt 5cbec240ff992cb2349ce7c52102c93fd2f91059709e73bb4c9f63bc55c86c91
Version 20000000
Previous Block 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c
Merkle Root bc625253a66e25bb513f36d2a0d7cc5691ce93eaec13b896cd0917cd0459a6d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,911
Size: 1.00 vMB
Total Fees: 0.00956321 BTC
Feerates: 100.46 > 0.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,485 (815,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,137 99,137 0000000000033dccdfe83f5695ffd9c8452cc34d6aae907f29a881a8a270731a 1 0.00/1.00 vMB 0
99,136 99,136 000000000000a5c8c2831007045af905bb3e4cbc045c648fbc5c1f54e7638b51 2 0.00/1.00 vMB 0
99,135 99,135 00000000000357d25d3f85bbee0f0522f9c838504e539aed4c2f44cb6125194e 1 0.00/1.00 vMB 0
99,134 99,134 000000000001625ad5ccf61277fc7a6265fcd6d61745eca9bc5089c769c25b62 1 0.00/1.00 vMB 0
99,133 99,133 000000000002e3f7939e8916d433e9548b5146112d024e0dc69006c7e60317bb 5 0.00/1.00 vMB 0
99,132 99,132 000000000001aabc593de185003d2368927d587e764ff9a716205eb17663b963 6 0.00/1.00 vMB 0
99,131 99,131 00000000000247116d387b0c659a11d1230d964b6a7565610c9151be329419fc 1 0.00/1.00 vMB 0
99,130 99,130 000000000001b24c1be1b344bdcf76687a1949159ad65cdb9570602d481b22a2 7 0.00/1.00 vMB 0
99,129 99,129 0000000000043717fa0bb422afd084914f432f40618c3e1718f694a7d941b16e 1 0.00/1.00 vMB 0
99,128 99,128 000000000003193bdee37b28a266ec1fab2b30690dffd10c1130d3998e68263c 2 0.00/1.00 vMB 0
99,127 99,127 0000000000001b3f635c81617345305b1eca7dd0c5990f614d914692e711c7b1 1 0.00/1.00 vMB 0
99,126 99,126 000000000000a8c26472eb28d57236a2cc5f44356cad740760809a0f432057ce 2 0.00/1.00 vMB 0
99,125 99,125 000000000001badeeee2349cbcbbb757ec183a67e3c6dc05a4c62faaef3deb3c 1 0.00/1.00 vMB 0
99,124 99,124 0000000000046a2eb0846dee8ddcc7a8ae9a031da4561ac617d8f80b28f80c8e 3 0.00/1.00 vMB 0
99,123 99,123 000000000000c7320f5969066c9c68c1868469616753fe5f25fafa691a2ccd37 4 0.00/1.00 vMB 0
99,122 99,122 000000000000f1af44c359c92bbcbdfbe09dfb81da20256b3e941ce5ca3e8bec 1 0.00/1.00 vMB 0
99,121 99,121 0000000000019ecc5c07d95174521714c060cc80b66a1f3819721dcd1d28e369 3 0.00/1.00 vMB 0
99,120 99,120 0000000000033464368ed5fb5bdf858084d4d4e0f03d7c9fef001cecfcd474d3 11 0.00/1.00 vMB 0
99,119 99,119 00000000000334948fb24df14f8b35c63e4e3aacc8ef48a8e99567b337e643d6 1 0.00/1.00 vMB 0
99,118 99,118 000000000003885cbca3e056dc6b9e7e5d9d69b68e0ae675588479f5802b1873 4 0.00/1.00 vMB 0
99,117 99,117 000000000003f91c900ed252f2e6e770646e1d0c8c2a79f58cc93f7b4c2722ba 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 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: 611.26 GB
    • Received: 10.84 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.