Loading Tool

Explorer IconExplorer

Memory Pool

83,782 transactions
22.59 vMB
0.06602683 BTC
Random Selection Loading Transactions
Max Size: 152.23/200 MB

Candidate Block

Mining Attempt c05e33fdc4c84f2a7c74a0520dcf74d99d6151177b219b8abfc9369bbdbfc7db
Version 20000000
Previous Block 000000000000000000002bcc4363b09bbacb77a8219ceca2faabf6683f2c97a9
Merkle Root b86d1051ddbd126554705249a90d5ac8d33f33d9b265ea4b77aac56e8c4ba545
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.01593530 BTC
Feerates: 73.66 > 1.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,843 (136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,707 915,707 000000000000000000009baff5c56dcf5237a76df7903e86489a8c2a8cd9fc90 1,648 0.56/1.00 vMB 2
915,706 915,706 000000000000000000007260ac7b1d63ba4d453bd8cb2d6d98533bfc526ac615 3,156 1.00/1.00 vMB 2
915,705 915,705 0000000000000000000160508f77ff6b52d9004221373f67795e51119a5f0852 2,832 1.00/1.00 vMB 2
915,704 915,704 00000000000000000001c06158e4337feeef4a42cc9f1e38e66eeb6421939ebe 4,076 1.00/1.00 vMB 2
915,703 915,703 00000000000000000000618ba6552afd19641a6740c92e28741036440b3cff47 3,852 1.00/1.00 vMB 1
915,702 915,702 00000000000000000000d29312ecb58e1d37320b2be8105b5241dd5441e842b1 2,155 1.00/1.00 vMB 3
915,701 915,701 0000000000000000000135a6c26e22ce165d21e82c67b2805ee7e021ad3d236d 5,399 1.00/1.00 vMB 1
915,700 915,700 0000000000000000000067ed28d799fc0537d8fc86e857ac88d6795efc3f2704 4,900 1.00/1.00 vMB 0
915,699 915,699 00000000000000000001091000006f1c03a4ef8ca9b57fd51dde0fdfb677ef26 1,687 1.00/1.00 vMB 0
915,698 915,698 0000000000000000000194078d419301c85bf4776ec10009dc633e9b725a9c68 4,521 1.00/1.00 vMB 1
915,697 915,697 00000000000000000001326f842c1c8b0051d4621716e0b8ceed4e0a1b38248a 4,391 1.00/1.00 vMB 1
915,696 915,696 000000000000000000013b29af697f9f45abc649f5b03fef6f55fe997cf46972 73 0.01/1.00 vMB 3
915,695 915,695 000000000000000000009b4a7a1c5fc1ed36e01b37a004bb464fba92a5902df3 2,754 1.00/1.00 vMB 1
915,694 915,694 00000000000000000001f74984c465c532a28755fc8e3a880361a5c29623f941 2,879 1.00/1.00 vMB 4
915,693 915,693 000000000000000000006ecf034944f47b7b5a79683103ae0909df4844308016 2,849 1.00/1.00 vMB 2
915,692 915,692 0000000000000000000178d5538a4cbb2de94d4987e9926b56eb43a1d7cf94b4 1,283 0.47/1.00 vMB 2
915,691 915,691 000000000000000000010766c3169c7c953ee83d4df47e576159ae2ac5fd242c 5,315 1.00/1.00 vMB 0
915,690 915,690 000000000000000000019c72d41a5156888901a49b9a50d21bdfadc5f6bde236 635 0.30/1.00 vMB 2
915,689 915,689 00000000000000000000ea342d9e0d9c4d585f7d70f2a43b3ede30fbd7c4b7c4 1,513 1.00/1.00 vMB 0
915,688 915,688 00000000000000000000a73c93ce378c93465ce84869e926e98a9a8d54ffb07b 5,419 1.00/1.00 vMB 1
915,687 915,687 000000000000000000000c7f90aedde84e8d7af33997690383bd476a31fae595 5,910 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.83 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: 792.57 GB
    • Received: 21.89 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.