Loading Tool

Explorer IconExplorer

Memory Pool

74,825 transactions
27.58 vMB
0.07329442 BTC
Random Selection Loading Transactions
Max Size: 168.38/200 MB

Candidate Block

Mining Attempt 7a5ad5b84c7256897695ce3a70657eb8cdf825ab5c530e3a7aa6329a42aace60
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 1da9e196733c2aaa9929fa7521eb701374cd2b9ff2596a9f9b87293f2f947da4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,556
Size: 1.00 vMB
Total Fees: 0.01447292 BTC
Feerates: 79.15 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (251,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,613 663,613 0000000000000000000465dae01dce1e73a4fa72f3a7c8225c37e22c2587f830 1,082 1.00/1.00 vMB 16
663,612 663,612 00000000000000000001481ba8230dde3302ca6c94831aa0e45385f90259da5c 2,237 1.00/1.00 vMB 19
663,611 663,611 0000000000000000000f1c36ccec14ea72e2cc8638123ff0d1d9eec16e6cb618 1,914 1.00/1.00 vMB 26
663,610 663,610 0000000000000000000b64593bd11b11245a0cd78eb2f52cbe911886f8c960e9 2,035 1.00/1.00 vMB 51
663,609 663,609 0000000000000000000a68ec444e4c18a6134a69d98494f9a38281a2387b63b2 2,362 1.00/1.00 vMB 79
663,608 663,608 000000000000000000041b94b5ef02e8a24c5d2c2fd2c057f8e1126c0f03d633 2,898 1.00/1.00 vMB 95
663,607 663,607 00000000000000000007a55e0d12a6759b3ea4766e90d1702d8c9fab589da026 1,388 1.00/1.00 vMB 24
663,606 663,606 0000000000000000000ee909c4ee24b62e815bb151624739153db2458d7210ca 1,572 1.00/1.00 vMB 87
663,605 663,605 0000000000000000000ee943dd21d8bec1091ac1fb98ff031e0e303de26a2656 1,939 1.00/1.00 vMB 28
663,604 663,604 00000000000000000001ddc69fc103180830ea79e5df7df00489d325650ff5e7 1,908 1.00/1.00 vMB 84
663,603 663,603 0000000000000000000adb5e196740c3be0a436efbabc5a0ded615a552a59383 2,340 1.00/1.00 vMB 62
663,602 663,602 00000000000000000002a54b5d0c186c700ef2b82c473dbc77f20318074ee7fe 1,488 1.00/1.00 vMB 36
663,601 663,601 00000000000000000006c90f3a3418da6054f5670a1c2e971d76cf13ef2ba331 1,525 1.00/1.00 vMB 40
663,600 663,600 000000000000000000077c9bd5a3ece42293340e4bccc20de2ccec69518787c1 672 1.00/1.00 vMB 5
663,599 663,599 0000000000000000000c63db0d67988b5dcbc33c881272cc439e962af7f73b66 1,935 1.00/1.00 vMB 28
663,598 663,598 000000000000000000020b310c5e53858f211da9661e35d3e71293e20e478478 1,272 1.00/1.00 vMB 8
663,597 663,597 00000000000000000006ced3ccf172bdc15f836ce835d281e9dd129448e304e6 2,001 1.00/1.00 vMB 39
663,596 663,596 000000000000000000017fa4287cf70912661d9817c7cc770c6cdb62f6ac6a52 2,395 1.00/1.00 vMB 28
663,595 663,595 0000000000000000000c8dd9518340205b86756f4e93370607f3cfd193a6c7fd 558 1.00/1.00 vMB 11
663,594 663,594 000000000000000000009acf8f3a0596c38d01d49878440a05e2a35d33239094 1,286 1.00/1.00 vMB 23
663,593 663,593 00000000000000000006668e7c833232b3598e580a326880f4b040973fc20156 2,205 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.