Loading Tool

Explorer IconExplorer

Memory Pool

43,349 transactions
28.01 vMB
0.06523809 BTC
Random Selection Loading Transactions
Max Size: 147.88/200 MB

Candidate Block

Mining Attempt 77f27a1c3cf5e59a2483f8e83172481884c67d66684bd5b057dc81430ace7256
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root b07d6dafc35aaf998dd6122dc0ce1a245ef955f250810b8f69cfedcbb23b5070
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,487
Size: 1.00 vMB
Total Fees: 0.01260668 BTC
Feerates: 106.79 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (113,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,599 801,599 0000000000000000000205a0af0207bc2b85a08ee3ebec7075f9b81dbef72d82 2,571 1.00/1.00 vMB 19
801,598 801,598 000000000000000000016b3130ab0d428cb494a231dba75b82f6dc826fcab8d0 1,537 1.00/1.00 vMB 14
801,597 801,597 0000000000000000000287e20c250b057bc30eb4e9b98805bf5b5f2544568533 2,333 1.00/1.00 vMB 22
801,596 801,596 00000000000000000000af77d3d58e496e2ba5fb550c11a00d9ba392ffecdebf 1,765 1.00/1.00 vMB 11
801,595 801,595 00000000000000000002b8a8d30e025cfc7698418035a1be6d84febcd3a9547b 1,080 1.00/1.00 vMB 12
801,594 801,594 00000000000000000002977807ac659530a832ed30fedb733739fcb3b6a08d12 2,851 1.00/1.00 vMB 17
801,593 801,593 00000000000000000002d31c733ded29f270bf8a2c6c0860e7d952be2fb28aeb 436 1.00/1.00 vMB 10
801,592 801,592 00000000000000000002164b0e6a5f258568a848743369384319f8bec76e34b8 3,642 1.00/1.00 vMB 16
801,591 801,591 0000000000000000000372d55b66b9eabeb2fb5b0bc56b6447c1b10803bb0281 4,227 1.00/1.00 vMB 13
801,590 801,590 000000000000000000022d3b4bcab849e556873b1c971ebee64dfe62c77790cb 3,976 1.00/1.00 vMB 17
801,589 801,589 000000000000000000044857ca6e5eb4694bfc3eb49f10fc1a0de03df8cfbc48 4,173 1.00/1.00 vMB 21
801,588 801,588 000000000000000000025e747716fa73f4f31818c9c4b9e4bd2dff56260765dc 4,227 1.00/1.00 vMB 18
801,587 801,587 0000000000000000000410b951790b93c89f9d96944c1753234b906e4bd431f2 3,515 1.00/1.00 vMB 19
801,586 801,586 0000000000000000000348b76d4c9148d61afd26301a282b0efada62127b30de 2,893 1.00/1.00 vMB 25
801,585 801,585 00000000000000000002d161a3ccacc8d7a6d2663c9a356a9500f938fa6157dd 1,771 1.00/1.00 vMB 14
801,584 801,584 00000000000000000003d1aaab2fded32d0aef7c2d2f74cc41e2ffad0e72b2d5 1,856 1.00/1.00 vMB 15
801,583 801,583 000000000000000000051bb731dabd95e6e60467f9a0f4950245a842d0326668 478 1.00/1.00 vMB 10
801,582 801,582 000000000000000000009a8f21ce7f0e45f31c4062effe4ba6e20d6d7556ce8e 1,779 1.00/1.00 vMB 15
801,581 801,581 00000000000000000000a61f631de4358f2a4f3acb74afed31a8a01d816e3ad9 2,314 1.00/1.00 vMB 17
801,580 801,580 00000000000000000003032b07414b20c2498a1d984a2456f9f0d802af8c9411 2,270 1.00/1.00 vMB 16
801,579 801,579 00000000000000000003a8217049ad80322f5763d3e67588a0dea995712a37c5 1,836 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.05 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: 650.83 GB
    • Received: 13.33 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.