Loading Tool

Explorer IconExplorer

Memory Pool

75,301 transactions
29.90 vMB
0.11047602 BTC
Random Selection Loading Transactions
Max Size: 173.62/200 MB

Candidate Block

Mining Attempt dce4af18de20354ab5e289dc233b9debdc97250f06d3d5787adade67dcee523a
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 32418cc13a7ba4383422a330f2cf39287d260a5860918461772b80035587ece0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,040
Size: 1.00 vMB
Total Fees: 0.03880419 BTC
Feerates: 101.64 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (316,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,184 598,184 000000000000000000055ffe50f2df116c0e20bb36999a0ccdf44b6cd83d16c3 418 0.11/1.00 vMB 18
598,183 598,183 00000000000000000000ffa2fe556d9a198395ec7a7f7e0c214307f632b18c05 1,315 0.42/1.00 vMB 1
598,182 598,182 000000000000000000140dffdccc98917a51d65362a363f7ac04654ca844c592 2,184 1.00/1.00 vMB 5
598,181 598,181 000000000000000000083f07a92f714a124427f9a6c16053c6d049f0ba22375d 3,293 1.00/1.00 vMB 20
598,180 598,180 0000000000000000000319f7d65e7295945de29e280149deb6ade729785f20b6 2,459 1.00/1.00 vMB 2
598,179 598,179 0000000000000000000248eb36b8b42796eeaca5b494bdc0a0303d60b71b1caa 3,344 1.00/1.00 vMB 16
598,178 598,178 000000000000000000100aa4457ef9fbdfa7d578981fd3c9b7be8bdb9415807d 2,384 1.00/1.00 vMB 6
598,177 598,177 000000000000000000113a2f1b487fcf46b6687012d86f2e8a572d8cd40b449f 2,987 1.00/1.00 vMB 23
598,176 598,176 0000000000000000000ff6a8b7289e451aea5f26343df0952ad40350e8dc5ad4 2,489 1.00/1.00 vMB 37
598,175 598,175 00000000000000000006a3899148ded0dc6959ef14c3f6d6337afe0be49a0ba7 3,401 1.00/1.00 vMB 12
598,174 598,174 0000000000000000000f2130e9ce0b0b0cae2762bcad05c0977d0c468e65aa3a 3,331 1.00/1.00 vMB 18
598,173 598,173 0000000000000000000a578155f7f9ce7876e052bfeaf0c3c2413a34c9e9f480 2,535 1.00/1.00 vMB 32
598,172 598,172 0000000000000000000ff388b3d68346b3d3397cfa66b810ca2ae43a8de7c2cf 691 0.21/1.00 vMB 11
598,171 598,171 0000000000000000001416d6d7353778e2ed01138642a6fafe7ba21dc5e8cecb 3,379 1.00/1.00 vMB 14
598,170 598,170 0000000000000000000a3ced956e2fda53e6fd7704b295d5a87ada4ee706e5f0 346 0.10/1.00 vMB 13
598,169 598,169 000000000000000000027179037aa1a3939edc5dfa44c8c02e1d4fa17055ae2a 2,388 0.74/1.00 vMB 13
598,168 598,168 000000000000000000044781099e2ce13ff4b65bdff720f4a9ed465100aaa1ed 903 0.28/1.00 vMB 13
598,167 598,167 00000000000000000009b248d80976cd9f3a5b3c6c0e71e5370b0c977362e820 494 0.13/1.00 vMB 18
598,166 598,166 0000000000000000001545046141b1b2b51e22673f4bc7d05c8dc0fa80f75d98 512 0.14/1.00 vMB 19
598,165 598,165 0000000000000000000e025626598df870c7720acd9e1105aaf87bbee7e2945e 2,399 0.99/1.00 vMB 9
598,164 598,164 000000000000000000135853a3667970d11d93369363dbbe31f3bd5b0e84379c 3,072 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.