Loading Tool

Explorer IconExplorer

Memory Pool

45,581 transactions
27.92 vMB
0.09151686 BTC
Random Selection Loading Transactions
Max Size: 146.68/200 MB

Candidate Block

Mining Attempt 0c75c7bffa3e47a48b333b1bbc0bb743aa00263c917ab0ce2ddffb44fe7cf6f1
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 8d50127f344d2e6668406b461e1bca6236a49d15deb43dfbf1bc25f9f5c9fdb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.03617179 BTC
Feerates: 197.49 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (67,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
847,747 847,747 000000000000000000034bcea4bfc1fa8419ecb21d598fd346bcc239db92983c 3,742 1.00/1.00 vMB 30
847,746 847,746 0000000000000000000292801a4e5709adf59b7019cb0bd2c64fc68c64c62e1a 6,318 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.23 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.05 GB
    • Received: 14.24 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.