Loading Tool

Explorer IconExplorer

Memory Pool

32,784 transactions
25.16 vMB
0.04850667 BTC
Random Selection Loading Transactions
Max Size: 127.63/200 MB

Candidate Block

Mining Attempt e3a02ab65efa7b76d6aabdf2bc7749a1914a2260abf9e057f272423eaa884d38
Version 20000000
Previous Block 000000000000000000005c42a07f6b7420af3a173f2400d55a910f1c3b0152be
Merkle Root 6ac45d9bd9dfa5b1bd5e7973b289d4dc70f824fdbc4793ca468d0205d6d25100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.00337357 BTC
Feerates: 60.16 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,929 (67,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,768 847,768 00000000000000000000470073265f6f0b59d2a10255ebd6c280fa25680aaf22 4,555 1.00/1.00 vMB 34
847,767 847,767 00000000000000000002611ce87c8d79472227cc05245cca757be6be4006f524 4,826 1.00/1.00 vMB 30
847,766 847,766 00000000000000000002d932094892de11c7fdda57293389f04383467c95681a 4,605 1.00/1.00 vMB 34
847,765 847,765 000000000000000000008ccd58cfb48d9792d51452fbab8206e9a6c9a2d71b14 7,037 1.00/1.00 vMB 26
847,764 847,764 000000000000000000006e6829a94d461ed2de33ef95cc5a8651fd60e6d79ee1 5,799 1.00/1.00 vMB 29
847,763 847,763 00000000000000000001a398daa2a3f224f0cd7248d3a81b24179aecb88181bb 4,540 1.00/1.00 vMB 30
847,762 847,762 00000000000000000001e634a8aa3a87f53bc731521ab449cf1df23bce4ff0ad 3,402 1.00/1.00 vMB 37
847,761 847,761 000000000000000000021b302be756e4f98cde71474dd0116451b0011609de13 6,829 1.00/1.00 vMB 27
847,760 847,760 00000000000000000000027efd78e9ae0c4683b2d7b3c216602639cdf27c1b16 5,644 1.00/1.00 vMB 29
847,759 847,759 0000000000000000000153224d69e68a4bc9027ce2f0833e65cec5ad1f23d579 6,139 1.00/1.00 vMB 28
847,758 847,758 00000000000000000001e2684b2913d69705cb91aee32834cdf28f31ac0a7d33 7,493 1.00/1.00 vMB 25
847,757 847,757 000000000000000000019dab27b3fc45121e54e3e6abef1ec8fdf6ee16c81851 5,704 1.00/1.00 vMB 26
847,756 847,756 000000000000000000001e3c0f586dbce74ddb2c97bbbfaf3d108293c4f5b6c9 4,003 1.00/1.00 vMB 39
847,755 847,755 0000000000000000000007a9e74dee6e787cff096bdcfbd134c0e9d3e4627fd6 3,876 1.00/1.00 vMB 34
847,754 847,754 00000000000000000000fba95ecdfdb82a40e62c2e0482c28c23f96c1624c7af 4,459 1.00/1.00 vMB 30
847,753 847,753 0000000000000000000259dc587fbc43e5d05bac49c2f28f86081680e6b2496d 6,366 1.00/1.00 vMB 28
847,752 847,752 000000000000000000034f3db135ef71802290885b69a888643babc5c39b55eb 3,879 1.00/1.00 vMB 33
847,751 847,751 000000000000000000022044e14363c4678f073fbfda080ea24daba6e5e97f2a 7,002 1.00/1.00 vMB 25
847,750 847,750 00000000000000000001016425e061359d6f8eb57a245c92f2cf095612bcadaa 6,103 1.00/1.00 vMB 26
847,749 847,749 000000000000000000028078e81ea9bb855e186bab53822b2d8694f5870a0f21 4,351 1.00/1.00 vMB 24
847,748 847,748 000000000000000000023583d7d5bb384530df438890d9e5f9449363a6a855c8 4,637 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.26 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.88 GB
    • Received: 14.35 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.