Loading Tool

Explorer IconExplorer

Memory Pool

79,169 transactions
29.99 vMB
0.07687551 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt 929f2c3840b725f8c9544f7269b58e0207f72012059368abc23cf5e0e8e89290
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 55de29b1376d226656ac075efa6023d22b45ff4aae802016f77e0618c476bcb7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,254
Size: 1.00 vMB
Total Fees: 0.01031535 BTC
Feerates: 40.21 > 1.03 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (491,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,982 423,982 000000000000000001b3f02d07ce25d54399b401b6feb117c63efc7110492055 1,367 1.00/1.00 vMB 35
423,981 423,981 000000000000000002b8e81b76c668b90b601a326a3c87d32405a6fb862b7bd3 935 0.46/1.00 vMB 55
423,980 423,980 000000000000000000816a81fd250fa4233b7732c93dcb10d23b7c73ee3e9642 2,259 1.00/1.00 vMB 59
423,979 423,979 00000000000000000327a47ca8b3e7c78b1073455d1337590a62a48ba3ab8c4a 25 0.01/1.00 vMB 81
423,978 423,978 000000000000000003fb5ee4c7171d607b1edd1b414e0771d9f70059d5671fd8 1,016 0.99/1.00 vMB 36
423,977 423,977 00000000000000000208909afd2178e4e6992dd781bbf07fdb914c9e18a7fb47 1,930 0.87/1.00 vMB 58
423,976 423,976 000000000000000000d08eedea78bde5cb2d46f37c9be46677e4b9f7ec89c05e 1,274 0.58/1.00 vMB 54
423,975 423,975 0000000000000000031dd6cc98af4062f3b8c5ebaf5a7f0c3e0afa0b5eccbb1f 1,170 0.48/1.00 vMB 89
423,974 423,974 00000000000000000352c32093d59d74804b0b40d3bd73451c9cac671f5d6709 177 0.07/1.00 vMB 53
423,973 423,973 000000000000000004079ffc55c59bbf4d8c0fb795c9b9ee77fad274dfa65b3f 1,565 0.86/1.00 vMB 73
423,972 423,972 000000000000000002075893e90b45cb41660b42355a3e48df9ea02a5a5f0aad 201 0.07/1.00 vMB 68
423,971 423,971 0000000000000000045262bb842b2de8a6a0c9025c8d59b680eeeca59e7251d7 1,109 0.99/1.00 vMB 29
423,970 423,970 000000000000000000ced801414dc3f3fe30843350a51952e3f79064a177e5a7 1,293 0.50/1.00 vMB 72
423,969 423,969 0000000000000000034177ed3c1f14f34793e2a87de755263b935ca35aa4968c 556 0.99/1.00 vMB 13
423,968 423,968 00000000000000000099c42839667a12a9cef39e8c8c361612eaf06a1adfd591 952 0.99/1.00 vMB 25
423,967 423,967 00000000000000000184868acbefa15fde73f84f0b9c155f75090fbd005490ac 1,748 0.72/1.00 vMB 60
423,966 423,966 0000000000000000033b6926db8369bdabf395e170816cec35d662419d4378e3 607 0.29/1.00 vMB 59
423,965 423,965 000000000000000001c06ab48fc515180284cc58bfb5451ffbbaab41a0872229 416 0.21/1.00 vMB 45
423,964 423,964 0000000000000000040e5c1ebab2f2d08a2ea657ba903c40a3581ccb2057a771 304 0.16/1.00 vMB 38
423,963 423,963 00000000000000000503b3e7d2310c34a52d40e7e1356ba2e21d9f7bdacf5678 2,486 1.00/1.00 vMB 67
423,962 423,962 00000000000000000001ba8ec44bbdc09bb6ae0cc4528b99b66b5e1a86690582 272 0.16/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.