Loading Tool

Explorer IconExplorer

Memory Pool

78,307 transactions
29.10 vMB
0.08117064 BTC
Random Selection Loading Transactions
Max Size: 176.10/200 MB

Candidate Block

Mining Attempt d7d416ade5152e902145280d89f2072d6495e2a04b26421667e3a2a6a7c3b431
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root c4456d4b27a2ce93e9ebce2a6f9c1d2c1ef46e66d844c5cf5c07433c3200edf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.02039029 BTC
Feerates: 178.73 > 2.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (241,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,770 673,770 00000000000000000007e031b50462d7d9d858e176a2e86cd023908e5361f321 1,486 1.00/1.00 vMB 105
673,769 673,769 0000000000000000000d0bcdc8c13ddd549f4040076c07b7cb25436b694f0fc0 1,883 1.00/1.00 vMB 107
673,768 673,768 000000000000000000051d6426033e929d4e2d19f5be5ca79311b51c360e6cc8 2,435 1.00/1.00 vMB 110
673,767 673,767 000000000000000000039793e1a6cd9af42a78aebab755356b256213fc1a3278 2,954 1.00/1.00 vMB 81
673,766 673,766 00000000000000000003e1f50ae04416881f1f5fbe9f5ee74fc7f19756e67c75 3,182 1.00/1.00 vMB 70
673,765 673,765 0000000000000000000a11eb9bbecf05075ae365fae46b3a4d372d41582bd003 2,888 1.00/1.00 vMB 75
673,764 673,764 0000000000000000000c4f4ee51890d73df260889729bb953b46675b0efa3d04 2,595 1.00/1.00 vMB 102
673,763 673,763 00000000000000000003808cc2ee9b428bc364f19ff8d0dc767af1d11639f5f9 2,062 1.00/1.00 vMB 100
673,762 673,762 00000000000000000009853c14827182b1062e620289ed45fe8cdd377f0b6b53 2,510 1.00/1.00 vMB 125
673,761 673,761 0000000000000000000a58c5382cdc3c71d20d383fd31e7f15a052f1fd76d646 2,280 1.00/1.00 vMB 106
673,760 673,760 0000000000000000000162f3366c6d45b3c2f0f939c9250f25fbadfc76dd8991 2,490 1.00/1.00 vMB 111
673,759 673,759 000000000000000000043f81bc915add6f9b2e4f8b7d40be9576e3d45b6b8385 2,303 1.00/1.00 vMB 110
673,758 673,758 00000000000000000006310d3540eb027dad58b4916c0c8dc58319f81f593a39 2,841 1.00/1.00 vMB 116
673,757 673,757 0000000000000000000830a05c63b674f9d06fbb17d176177797aa8d1b8b4450 1,532 1.00/1.00 vMB 40
673,756 673,756 00000000000000000009516f449731e6376a40461ebdb40b6c616d56fbd8a9f6 2,760 1.00/1.00 vMB 78
673,755 673,755 0000000000000000000649f9907ba3da8570e28bc3f12836e04f010f19d173db 2,321 1.00/1.00 vMB 66
673,754 673,754 0000000000000000000907ea547cea994e3cfffee0655a761c4e053f5e0baafe 2,653 1.00/1.00 vMB 103
673,753 673,753 00000000000000000000a83b39fe6d665cdfd62a6d94165a7200fc8c656dc693 3,133 1.00/1.00 vMB 57
673,752 673,752 000000000000000000079d0046fac5beb2c20186e59d41b2bf5fdd381080b012 2,342 1.00/1.00 vMB 73
673,751 673,751 0000000000000000000ac5d73f0d2d542ad1264c728167357c9ab049d7e7b9b3 1,227 1.00/1.00 vMB 98
673,750 673,750 0000000000000000000208f4b04a1cd9b6b70b3bb17c3f5d61824480f13b5e69 859 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.68 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: 677.80 GB
    • Received: 16.44 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.