Loading Tool

Explorer IconExplorer

Memory Pool

80,335 transactions
29.87 vMB
0.11817184 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt ff9dd0d177f44e0be9a18ec276f91e94bafb4bb0bf8e68fafc056197be4f0f46
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root eb572e05594dcefc153c0e86d5547062642920f9ffbe411ebd6280b01a80cd00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 1.00 vMB
Total Fees: 0.04888866 BTC
Feerates: 169.80 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (122,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,049 793,049 000000000000000000039cf420a4e75aae4765963a204948144bdd9dcf180b7b 3,352 1.00/1.00 vMB 32
793,048 793,048 000000000000000000057803b692ddb6401c0d801ebdcc1ffc343a3466c21b31 3,879 1.00/1.00 vMB 35
793,047 793,047 000000000000000000029bd474a2133a542abfa90e8d97999236264bd01fd5aa 2,746 1.00/1.00 vMB 33
793,046 793,046 0000000000000000000435780b0884c36a447a4bbf8a6e97c270f04f873ed1a5 4,901 1.00/1.00 vMB 35
793,045 793,045 0000000000000000000151371a99b10bc23bb5e9c201f610aafab43ea49f8ae4 2,764 1.00/1.00 vMB 30
793,044 793,044 00000000000000000004d3c25222a574504a0a8f68efae425e25b2f541399783 2,568 1.00/1.00 vMB 53
793,043 793,043 00000000000000000001dbc1bd768665499c10634a9027f8fc1a1f8fe8dee584 3,035 1.00/1.00 vMB 39
793,042 793,042 00000000000000000004f69dd7801d103b932c7fc73a53c31c302cd306650c84 4,865 1.00/1.00 vMB 39
793,041 793,041 000000000000000000024ad9f1758eb4fefd6f852c8088ba4261bf78d5828f51 3,646 1.00/1.00 vMB 43
793,040 793,040 00000000000000000003218da001b8563b5ad5ba5c4c5a01df25cfe46811a10f 2,577 1.00/1.00 vMB 68
793,039 793,039 00000000000000000001a79bdd9de213900d57fd84a964d8605e672dffdf6f6f 4,183 1.00/1.00 vMB 43
793,038 793,038 000000000000000000056e78ffab31133b04fed6aff938e9b58e21d72487f2bd 3,433 1.00/1.00 vMB 34
793,037 793,037 00000000000000000000d282e81dbda84a3b4f995cd6c82b831a5f6e05fe4297 4,128 1.00/1.00 vMB 47
793,036 793,036 0000000000000000000141a44c7dfa0a6b51501ffe715c50217e37e338fb8631 3,281 1.00/1.00 vMB 50
793,035 793,035 000000000000000000011f6bbbbc91e4bfe7a86ec90888fac93b843d7b5ad09b 2,440 1.00/1.00 vMB 41
793,034 793,034 0000000000000000000113767ce3561993c18be9200a88ae19a8be8eab2e481c 3,244 1.00/1.00 vMB 57
793,033 793,033 00000000000000000004fe844e07097cba889f241c5348c8d36b78ca1118ca8a 2,515 1.00/1.00 vMB 41
793,032 793,032 00000000000000000000af74bcd5abed85ca755a5545e967ca4599f54c6a1cc7 1,486 1.00/1.00 vMB 60
793,031 793,031 0000000000000000000118aa20fedb3d86900b58308acf121069dc5cb6bd7e34 3,520 1.00/1.00 vMB 42
793,030 793,030 000000000000000000043d4dcc11df87038f8e21d2705aa56790edc7b2f15b43 2,349 1.00/1.00 vMB 66
793,029 793,029 000000000000000000033be6c5a7a0284ba065bee93c9305c1e34f5e06ebc258 1,911 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.