Loading Tool

Explorer IconExplorer

Memory Pool

82,288 transactions
30.41 vMB
0.10311192 BTC
Random Selection Loading Transactions
Max Size: 185.58/200 MB

Candidate Block

Mining Attempt c59aa72b501dd6df552eafeda02000575e7e83486e1d2b35acb394b9cad6cd11
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 9419c4621fda7e6d0d1266cf9ca27acdd0d9ce120474aad41cb21577b2e4f434
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 1.00 vMB
Total Fees: 0.03237415 BTC
Feerates: 402.60 > 3.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (42,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,733 872,733 00000000000000000001d4d056fa710924fbccfe33b75a1193d2a39cdfd7a948 3,661 1.00/1.00 vMB 11
872,732 872,732 00000000000000000001becb04e7aaded7679e53f17206b57fe17a0e58dc456d 3,335 1.00/1.00 vMB 8
872,731 872,731 00000000000000000002ad9cef031efb20416a5d4448962d6c0db595ff99e940 3,328 1.00/1.00 vMB 3
872,730 872,730 00000000000000000001838530cdc342f61be856d95b17eba4783be626235830 3,653 1.00/1.00 vMB 2
872,729 872,729 0000000000000000000135e0be9209e41a94c3fe8e2b0a96f6ff6c0d2078e0f5 3,283 1.00/1.00 vMB 4
872,728 872,728 000000000000000000015f3f75a23c67dfc6fe7e225fbf48b61964949a3182a2 2,186 1.00/1.00 vMB 2
872,727 872,727 00000000000000000000fbc13d12d4dba80b14d2a50ef11ba6282e421fd2a47a 3,725 1.00/1.00 vMB 3
872,726 872,726 00000000000000000000e3e11054dda822142b770e10ab864abc575462c64b33 4,051 1.00/1.00 vMB 2
872,725 872,725 0000000000000000000155f82c44a9d275f31dcd7b06c4fb5911a53ae0667f82 3,999 1.00/1.00 vMB 3
872,724 872,724 000000000000000000010439482fbcd448ba581b8d66f41a450f56e90c12f056 3,718 1.00/1.00 vMB 2
872,723 872,723 0000000000000000000234effee4690c5d78c24232132c9008afc2f854c4382b 4,427 1.00/1.00 vMB 3
872,722 872,722 00000000000000000001a2334d0e65c468839918990a05d9dfe5c9c82f35cc35 2,982 1.00/1.00 vMB 3
872,721 872,721 000000000000000000016451faae1796205a6e2fac6e35cc98c47d1046f05ee0 3,549 1.00/1.00 vMB 6
872,720 872,720 0000000000000000000236c85a561e08fb08c464023757a5c904724004fafb57 6,250 1.00/1.00 vMB 2
872,719 872,719 000000000000000000007da64cb9a58e83cbbc6d998acff4772fb1f774885b25 5,484 1.00/1.00 vMB 2
872,718 872,718 0000000000000000000050e1bd0fbadbfa2a1b8c6116906dff41801677aa051f 4,618 1.00/1.00 vMB 4
872,717 872,717 00000000000000000001701a76303fcb01b1e4c08655a8edb88e99d951c758bf 4,405 1.00/1.00 vMB 5
872,716 872,716 000000000000000000006d582a91d84ba165270591008243e7c4b9d00fbe8f24 2,618 1.00/1.00 vMB 2
872,715 872,715 000000000000000000001409048242d2671c72272b70a17f6d6be3cb1e7a9de8 4,874 1.00/1.00 vMB 3
872,714 872,714 000000000000000000027500b626e67952ff88975a4e179f1efeae0c261b2af8 5,385 1.00/1.00 vMB 2
872,713 872,713 00000000000000000001b1da90644b810b889cff4f6938afeba2aefc8ca335d6 5,318 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.