Loading Tool

Explorer IconExplorer

Memory Pool

80,255 transactions
30.22 vMB
0.08045504 BTC
Random Selection Loading Transactions
Max Size: 184.72/200 MB

Candidate Block

Mining Attempt a233130aaf82b14474cd50fd0c0f3e3604a7b56592c999821f1a39b6051dbdd1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 813d19fc84dda3ba53ca5f28d47754e8a531bac26c88daf80c0f66239cc1923d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,235
Size: 1.00 vMB
Total Fees: 0.01307477 BTC
Feerates: 150.92 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (6,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,493 908,493 00000000000000000001479b679c9bf9d44b06b02a59ce965a08e98804b44cd7 3,238 0.98/1.00 vMB 0
908,492 908,492 000000000000000000022be012286260d9fba97f7324b2457478f0bc2c478567 1,247 0.46/1.00 vMB 2
908,491 908,491 00000000000000000000b7a2d0c6105967620d1c22f0d222a2a18639b18b9b3d 4,641 1.00/1.00 vMB 0
908,490 908,490 00000000000000000001140305d1eba75efe6369142d537f894927a9c5adce10 1 0.00/1.00 vMB 0
908,489 908,489 00000000000000000002232fb07faf4aa4dca63e5bd8b8e3da109f86bcfa04ab 2,764 1.00/1.00 vMB 2
908,488 908,488 00000000000000000001f8eaf355758cd3f929859e2bcebb945ad8270610f955 4,149 1.00/1.00 vMB 1
908,487 908,487 000000000000000000019f9ac453535ca7cb50f98ed71c145005a5fb8a3f8ae4 1,296 1.00/1.00 vMB 1
908,486 908,486 000000000000000000007336df4fbd6db86015008d017f0233100f637dcef25b 3,477 1.00/1.00 vMB 4
908,485 908,485 00000000000000000001cd3d20e679f65c6e0fb640dd0b74d5d09b8bae4ca402 3,526 1.00/1.00 vMB 2
908,484 908,484 000000000000000000012d5f965cfc65ac979cc5685d577eb498af7f014abf2b 4,916 1.00/1.00 vMB 0
908,483 908,483 00000000000000000000d532aa051b2f7bcfc1fab32a9cc39e71ca5a08c52aed 120 0.03/1.00 vMB 2
908,482 908,482 0000000000000000000218b00306d21e77edcaa86b87e34a19314cae14b0f5e7 3,449 1.00/1.00 vMB 2
908,481 908,481 0000000000000000000221e8fd34b07c60b306451910e160712402c2b0e59a1f 398 0.18/1.00 vMB 1
908,480 908,480 00000000000000000000d80ae465e01f5a5a6607bfa06d3721a2a837f9aa3a4b 3,734 1.00/1.00 vMB 2
908,479 908,479 0000000000000000000002f560bdaae9a9d7d97281e01ff99e8c0562ba890b04 2,906 1.00/1.00 vMB 1
908,478 908,478 00000000000000000000832c83318cac5f52ac5acdc3c50dad6e8dcf9c788ca0 3,254 1.00/1.00 vMB 2
908,477 908,477 000000000000000000016364537c9189b8af5475d24bc05d3c817b36b414b1d8 1,547 0.39/1.00 vMB 2
908,476 908,476 000000000000000000003e2699847e1a80c6ea4ecd7045885518ed4da22433ce 4,211 1.00/1.00 vMB 0
908,475 908,475 0000000000000000000216d297b3c6bbbec939aaafd887b4b609934bf92f3457 1,559 0.43/1.00 vMB 2
908,474 908,474 0000000000000000000155f15accc6068f03dd09bddc83b88537c2d4162df944 197 0.97/1.00 vMB 0
908,473 908,473 00000000000000000001295b1a49f9be5fd1c8a81f0897b75b676b6e80a33771 2,894 0.99/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.00 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: 718.55 GB
    • Received: 17.91 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.