Loading Tool

Explorer IconExplorer

Memory Pool

80,395 transactions
30.63 vMB
0.10310190 BTC
Random Selection Loading Transactions
Max Size: 185.88/200 MB

Candidate Block

Mining Attempt 2577ca73693520670e8dd769820c5acfd1c911577d4dc50f4652c5fc8197c069
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root b17236854fda81a2109ea3bb21f791979fd65e2bf4b610039aae2d526a4a6f1f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03197592 BTC
Feerates: 318.30 > 3.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (24,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,713 890,713 000000000000000000010370b7c8f19a898ab5d1b5e63ece1682dfea7afb1206 3,602 1.00/1.00 vMB 17
890,712 890,712 000000000000000000002ec563a23b4493448e84189f33e71226012a6773d812 3,448 1.00/1.00 vMB 8
890,711 890,711 00000000000000000001edbcecc6b89e8d193772ad4ab7f21e1120198abc637d 3,912 1.00/1.00 vMB 5
890,710 890,710 0000000000000000000231c08ff34864d5c9036d34ee03abde42e3cd6095cb5e 3,478 1.00/1.00 vMB 12
890,709 890,709 0000000000000000000177827a299a66cfcfb3d1c1bed1578071301a1be7dc54 3,011 1.00/1.00 vMB 9
890,708 890,708 00000000000000000000a693f50706fc205c2aa78b9208f9f8fea98b5707cc12 3,611 1.00/1.00 vMB 4
890,707 890,707 00000000000000000000e374c6c42634fcb92497ece923740a652b180926114d 2,254 1.00/1.00 vMB 2
890,706 890,706 000000000000000000026ebc725c65772c15428fa1167592e78271b25b1f6554 2,049 1.00/1.00 vMB 3
890,705 890,705 00000000000000000000b8253b21141bbd5dfbf235f9ce26b8ea5ba6e32642f4 2,990 1.00/1.00 vMB 8
890,704 890,704 000000000000000000012a4bc496c2cf7474e93ede4c9d21a5d8d3ea521febe3 2,127 1.00/1.00 vMB 6
890,703 890,703 000000000000000000019696f6ae339b18f94099ba57f57fb5d6b4a01a2715b7 3,799 1.00/1.00 vMB 14
890,702 890,702 00000000000000000001fef8629c4b2693441938ea821d8edfd361ace37ccced 4,317 1.00/1.00 vMB 6
890,701 890,701 000000000000000000025c1bcae5356d5b7d6da847180fc5d97ce68f50b7579f 3,310 1.00/1.00 vMB 4
890,700 890,700 00000000000000000001ec46a0a386d9f6d2533d8b4f97025f0b2371364aead9 4,077 0.95/1.00 vMB 3
890,699 890,699 000000000000000000024ddb81a4ce445ea2cb17f2a56068e89734803bc6ed4c 3,372 1.00/1.00 vMB 8
890,698 890,698 00000000000000000000f2ebd6a7a580c784be8c6c891d2fe60b4ed066d602ad 2,200 1.00/1.00 vMB 3
890,697 890,697 0000000000000000000104dbd6aff631dee8c69b45d551907cdcc24bdc138aee 3,244 1.00/1.00 vMB 12
890,696 890,696 000000000000000000021cfb0b164ad763592dde39122c4e80dfe5f691dc36c2 3,932 1.00/1.00 vMB 4
890,695 890,695 0000000000000000000084371f9bd9a1b1075a982e3b2e071e52c1e76207c8c0 3,355 0.68/1.00 vMB 2
890,694 890,694 000000000000000000021229bbfb9b40bc7f8d3bca5c54919420da5af8a7b569 2,480 1.00/1.00 vMB 7
890,693 890,693 000000000000000000003d7949f5b58c24e98f48ba2bbd024d9c6de5b27fb635 2,906 0.99/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.08 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: 721.23 GB
    • Received: 18.38 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.