Loading Tool

Explorer IconExplorer

Memory Pool

75,219 transactions
29.88 vMB
0.10991363 BTC
Random Selection Loading Transactions
Max Size: 173.49/200 MB

Candidate Block

Mining Attempt 43a75c84c0d85f6691ecc258d3c5933e451d0a1524ae8637d054ad54cdf2db5e
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root a43401a1bab2474174949e9efeff442a8e6eb67cbf73b0c66ef4761121dacd3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,998
Size: 1.00 vMB
Total Fees: 0.03846948 BTC
Feerates: 101.64 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (135,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,298 779,298 00000000000000000005bb950716656982d36e45cff99c16e79b67a794f47a55 2,291 1.00/1.00 vMB 6
779,297 779,297 0000000000000000000024f2c074e9845125e632411aa0112c2a4b8c2b65da4e 2,317 1.00/1.00 vMB 20
779,296 779,296 000000000000000000003578f794f238f5c094838c29c9abb7627eda55ee5ee2 3,595 1.00/1.00 vMB 18
779,295 779,295 000000000000000000017fb6649490edd7575ec0a9fcfba6a272dc495e60f88a 2,043 1.00/1.00 vMB 6
779,294 779,294 0000000000000000000169d313cb4bc30c0dfd9c384cef61868e33f9d3c38a4f 2,487 1.00/1.00 vMB 14
779,293 779,293 00000000000000000003567f8f3b9c25af1ac5def964bb23feddeba08fb784b9 3,478 1.00/1.00 vMB 21
779,292 779,292 000000000000000000015d4b753978d85833032fc71ba41d9e504021e62a1444 3,514 1.00/1.00 vMB 22
779,291 779,291 00000000000000000002d6e2dc618ad0f0eeb43e2421273ca6fd31f005d19b9c 3,354 1.00/1.00 vMB 34
779,290 779,290 000000000000000000042461e0fe2bcf9b9c1f190875d6c0ab14d153a66435e3 2,306 1.00/1.00 vMB 15
779,289 779,289 000000000000000000008ee0d3eeb389ce5d7f2d988a9927ce92478ab513d605 1,485 1.00/1.00 vMB 20
779,288 779,288 00000000000000000003d9aa4f042183618b77aacf518d66c1b0d0ecad948062 1,594 1.00/1.00 vMB 23
779,287 779,287 00000000000000000002e525b05bb41760500e9c9d0858bb5a55ed0d399cd52f 371 1.00/1.00 vMB 2
779,286 779,286 000000000000000000000f9e44dbfcf45563728459bf82c621808c0f4330feb4 707 1.00/1.00 vMB 4
779,285 779,285 00000000000000000001fe393036da3e45cfcd1704556e6b9065cb763f3390f0 1,639 1.00/1.00 vMB 5
779,284 779,284 00000000000000000001ecd67d7ea2357ebdfc595a982d2b70de2e235a08a5dc 2,410 1.00/1.00 vMB 10
779,283 779,283 000000000000000000046998d35f91d72ac503b200c672d6857b2d33894bff3d 2,787 1.00/1.00 vMB 22
779,282 779,282 000000000000000000051b4c9daaa616ee9024e2b82966070814578c02f5f20a 2,382 1.00/1.00 vMB 10
779,281 779,281 000000000000000000056bf6980c03b6912c9f7000c6bf4ee71b9dce7d6c3514 2,558 1.00/1.00 vMB 4
779,280 779,280 000000000000000000038c3180795e07cce166516ab46898f1b896e2297ef6e0 2,756 1.00/1.00 vMB 15
779,279 779,279 000000000000000000030f6fe65b8e3775c8111bf6a549e9694f27dfe01e01f8 2,971 1.00/1.00 vMB 21
779,278 779,278 00000000000000000003a5c34ee6a08e00e92d4905dca8d0ebed243c9205af8a 3,018 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.