Loading Tool

Explorer IconExplorer

Memory Pool

83,968 transactions
31.34 vMB
0.09505569 BTC
Random Selection Loading Transactions
Max Size: 191.41/200 MB

Candidate Block

Mining Attempt ad59e0806995ff257113ea8caed0e25d16cad897ff486c5804b3c880fc807de5
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root af31aaddfec11b451d263b865f8dfe1e4b2a7042f5ee39355f8b45dc613b8856
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.02355723 BTC
Feerates: 150.77 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (322,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,615 592,615 00000000000000000012728c50748095b472bd81e9c2c10f91d266d1ca9f5fa7 1,008 0.31/1.00 vMB 14
592,614 592,614 000000000000000000075140d293a7d1966558f30136ca8bf3d005dcc87ae753 1,713 0.52/1.00 vMB 16
592,613 592,613 00000000000000000015abe226dba6a9abd735f0fc674b99edb72e2cdb460528 3,282 1.00/1.00 vMB 24
592,612 592,612 0000000000000000000959a83ec78b417df3be2b54a3f59471c74362b390c646 2,586 0.81/1.00 vMB 18
592,611 592,611 000000000000000000137b8dc3f1a1b11e56c8804fce390e8117aa7dea8c1615 2,822 0.93/1.00 vMB 17
592,610 592,610 0000000000000000000a103174724a4a12e4b88b7672675fe07919abee5d6888 1,522 0.52/1.00 vMB 3
592,609 592,609 00000000000000000013eda936c4fd6372bd8a61922217f1238a84961d27ea41 3,010 1.00/1.00 vMB 25
592,608 592,608 0000000000000000000907c04e908cb489307efa463ae849f3f33d59482e4c31 811 0.48/1.00 vMB 9
592,607 592,607 00000000000000000009d3f9c1efae3bc3189dc191c93b4397e324527089e871 1,952 1.00/1.00 vMB 5
592,606 592,606 0000000000000000000c84161247070f08cf7e095e7434968985ac7cbc69caac 2,754 1.00/1.00 vMB 4
592,605 592,605 000000000000000000042e8a056cdd929e3c2edab2b45fcc8f2e55ec98793847 2,209 1.00/1.00 vMB 14
592,604 592,604 0000000000000000000d9ad2b4732990eaa2f573cf0b891286d99415da6bd70b 2,056 1.00/1.00 vMB 25
592,603 592,603 0000000000000000000f402802e93d10205d639310ad25fb8a28ba1fe6f59ae4 3,221 1.00/1.00 vMB 39
592,602 592,602 0000000000000000000b7b3ee5dddb50bd1ef770289ee2af397e8ab9a46ecd10 1,573 1.00/1.00 vMB 14
592,601 592,601 000000000000000000184025975236c66f18bab40f1f5daf4d9162af0caef1e8 2,354 1.00/1.00 vMB 24
592,600 592,600 00000000000000000009e93621499e5a63d79a6293609ce52e95e93dd49cb1be 1,904 1.00/1.00 vMB 18
592,599 592,599 00000000000000000018947725d2ca64ce06e413fd6d37a4e4a084777c214d97 2,798 1.00/1.00 vMB 44
592,598 592,598 0000000000000000000c1e072eea34191ec1e6ead55e4e04ee8a3c2d90d2f11c 1,666 1.00/1.00 vMB 19
592,597 592,597 0000000000000000000a6c6f9cafb0a18e4e5158478cc2a03a5de94db7c96025 852 1.00/1.00 vMB 64
592,596 592,596 00000000000000000004d3f73f54da94200da48d45730ad682480a3f33234ede 3,213 1.00/1.00 vMB 19
592,595 592,595 0000000000000000001aef28b9947357a996a64c74195477259088f8cd988a66 2,491 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.