Loading Tool

Explorer IconExplorer

Memory Pool

86,279 transactions
31.43 vMB
0.20567066 BTC
Random Selection Loading Transactions
Max Size: 190.78/200 MB

Candidate Block

Mining Attempt b8e5de4d3c7e15d2a1f82f6c6d38b8e1f675b7e401983a466540ce6a5548ed6b
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 602894535a3cbce884eea1117a8bd1b60019f7f40b21dbf37607117186efad4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.10419738 BTC
Feerates: 502.67 > 10.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (190,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,723 724,723 000000000000000000060c28dafba4aa57d930528a084ca1a94d5bb1ab83a5e8 2,842 1.00/1.00 vMB 7
724,722 724,722 00000000000000000009d30ba172d255e5e9ace4ebf4e86118ef3e1f162b1d95 2,345 1.00/1.00 vMB 15
724,721 724,721 000000000000000000041be02b1a8d6c515f4b4ce7a38a4a7d6e3d5ace245511 2,462 1.00/1.00 vMB 34
724,720 724,720 00000000000000000004da3d53c12233a737923b8d68357d02e853d81034ecbd 1,174 1.00/1.00 vMB 2
724,719 724,719 000000000000000000031d6bca140d0dbb042c9b447a9701892b02d7d43a8951 2,142 1.00/1.00 vMB 4
724,718 724,718 00000000000000000007cb064e6c1ed2ee73ad28f0a933d356913cd29675ede1 2,507 1.00/1.00 vMB 5
724,717 724,717 000000000000000000080bcbf0d32dde5018fe248fee993078f44e36ae242be3 2,497 1.00/1.00 vMB 13
724,716 724,716 00000000000000000007129661ca3add99e77733c0e0fd608b08c654e9e01334 2,713 1.00/1.00 vMB 12
724,715 724,715 00000000000000000002c4899416fd2cc3ba8ea1cd4864dd1b6cf538b7da695c 784 1.00/1.00 vMB 3
724,714 724,714 00000000000000000003260f4c9abc434fb227137fc577b21081ca84b986ae71 1,425 1.00/1.00 vMB 6
724,713 724,713 000000000000000000007ec2123154da3cd3c08d883a867ff5d92fea1084d2ac 1,418 1.00/1.00 vMB 6
724,712 724,712 000000000000000000085f6195493c25dba1ebfe4c901bec16b05e2e65ea062b 2,328 1.00/1.00 vMB 8
724,711 724,711 000000000000000000063cab888325ccdb2e7b3d188f4dd579790f5cd9436188 579 0.21/1.00 vMB 8
724,710 724,710 00000000000000000009f62711a77a9dc95b1fed3c0d0eb1f7596ac5cf6ee702 42 0.01/1.00 vMB 11
724,709 724,709 000000000000000000074891481e2b01cd0ed2f20cd93c6b9fa77933b5a07830 2,066 0.81/1.00 vMB 8
724,708 724,708 0000000000000000000511fd422ce2aaa4ac6cf0469b5905191973a681f99c49 1,201 0.49/1.00 vMB 8
724,707 724,707 00000000000000000001e0a8cff9cff4fbf4b1f47d9ae36417738a0c1bb529b9 431 0.18/1.00 vMB 9
724,706 724,706 00000000000000000002b96e7b697ae01c23a1ca461a2dcd11d65bf4dd23a1b2 355 0.12/1.00 vMB 6
724,705 724,705 00000000000000000007d87065eaef8453db58ac4215b644bc288af150f11e2e 930 0.62/1.00 vMB 7
724,704 724,704 00000000000000000005165ab2010907bf4aac0f957fd408242e373fb0ed73f5 2,139 1.00/1.00 vMB 10
724,703 724,703 00000000000000000006eda7c48aeae1ff5a2b38e31b898d8e70048e5f7bdbea 893 0.55/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.