Loading Tool

Explorer IconExplorer

Memory Pool

84,965 transactions
31.84 vMB
0.18989713 BTC
Random Selection Loading Transactions
Max Size: 189.18/200 MB

Candidate Block

Mining Attempt a09d5a34d649fd2edf03ae3b32d7c33151d3ed746c9392844f965a99564e7583
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ef83d89384a30b794a1fb8770e4b91b0be20947ba841be2296bbd1ba0e616fd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.07235141 BTC
Feerates: 301.64 > 7.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (170,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,002 745,002 000000000000000000006df09d0e7c8981b0065df3f01ef04925ce89c9e6d0d8 1,112 1.00/1.00 vMB 3
745,001 745,001 00000000000000000000448670a49960cd7fb9a446a5846a012200da39bd3b39 1,896 1.00/1.00 vMB 11
745,000 745,000 000000000000000000025136e9067042f0e054472ca2d2d32ba682d8b2b95153 1,624 1.00/1.00 vMB 12
744,999 744,999 000000000000000000082771523e6787e53cc38fd3e6f5888b573c0ff4db1d83 3,142 1.00/1.00 vMB 7
744,998 744,998 00000000000000000007012c1b27f2c61f15796921fbd4635075f6dbd849d6bd 2,726 1.00/1.00 vMB 18
744,997 744,997 000000000000000000044b5c8fc23640e7e58a52214f6d5599c4f3544bfec16a 2,318 1.00/1.00 vMB 24
744,996 744,996 0000000000000000000403948beff92c2bc5558664a7934ee6db32bc94aa5198 2,727 1.00/1.00 vMB 21
744,995 744,995 00000000000000000007da12a3fc8ae34cdfc37905dc76f676b40e0165a2a85d 2,405 1.00/1.00 vMB 29
744,994 744,994 00000000000000000005a210c970b37d7b5d61228a61c868de21314b98639c36 1,963 1.00/1.00 vMB 23
744,993 744,993 00000000000000000001a58e9921bc9dc1e8dc0db6bcf79dec7d3c481c1827d1 3,075 1.00/1.00 vMB 30
744,992 744,992 00000000000000000005d6109e3ed2dc201b46e6a1c8711d76d981c41e8234a6 3,437 1.00/1.00 vMB 33
744,991 744,991 00000000000000000003727c86ae45d45b1b0b170c0a18aa6df5be15dccd23b2 2,157 1.00/1.00 vMB 47
744,990 744,990 00000000000000000002682c4e640107a2ea38a3315bd5c7b420e616cb6b9738 3,016 1.00/1.00 vMB 20
744,989 744,989 0000000000000000000918c8e2bff3d90e77fb5bf995319d92e88f0c252d1a53 2,234 1.00/1.00 vMB 22
744,988 744,988 0000000000000000000862019b28563171f0214e8caa57334f2ddb75aad6f275 3,390 1.00/1.00 vMB 36
744,987 744,987 00000000000000000003bc8ad2fbd1b5ce95e12b6dd3c03a9edafdea84ab0e65 3,541 1.00/1.00 vMB 40
744,986 744,986 000000000000000000043c4866f83281ff9d44952565b5d707fed98cd5d0a59e 2,813 1.00/1.00 vMB 31
744,985 744,985 00000000000000000001852d79d435d7202c771e83a2f6993c8bac603d687043 2,807 1.00/1.00 vMB 30
744,984 744,984 00000000000000000008337ae01e49431aee9a106e44aad46db5eca8021dc67b 2,008 1.00/1.00 vMB 39
744,983 744,983 0000000000000000000532617536989ba793582267ffa9cbf3869ad81de44dcd 3,126 1.00/1.00 vMB 29
744,982 744,982 000000000000000000022d78b484d228d453bd8de4843b691a6bd86faf947e72 1,826 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.