Loading Tool

Explorer IconExplorer

Memory Pool

48,400 transactions
28.24 vMB
0.07321875 BTC
Random Selection Loading Transactions
Max Size: 150.66/200 MB

Candidate Block

Mining Attempt c5632e056accd41778db69a419941df9120765766b51aa0ace72e1374dc3b861
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 4f3fe702aaf11e1438c4bd14b223804fd7a0d8be64110a79f1b2597b9b1583e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01848185 BTC
Feerates: 301.05 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (614,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
300,469 300,469 00000000000000004174f92fabbbcbc910a782f6e0bd11b83f75840d4fe2b40b 935 0.35/1.00 vMB 44
300,468 300,468 0000000000000000126bdffb7ab12f9e5853662d9394b5bb9b69187a871b27b0 64 0.02/1.00 vMB 27
300,467 300,467 00000000000000006770ed6eba1989efbb7d644f9fcda96fe8c9d2e399b7e43f 455 0.24/1.00 vMB 29
300,466 300,466 000000000000000014c40a813ed71b55cece3a0ed82067247a9236c2b4980ca7 784 0.49/1.00 vMB 24
300,465 300,465 000000000000000056fe070971c4ef5c2520e2eee8001bc7af9b76107140a59f 755 0.25/1.00 vMB 45
300,464 300,464 00000000000000003eff6917d40b5176f0154f6573ab772e2b7b564020ba3cbe 511 0.26/1.00 vMB 32
300,463 300,463 00000000000000003aa7ce2c0b2b3679b7f1c5e394b3a4f6773094862cd2f570 128 0.07/1.00 vMB 20
300,462 300,462 0000000000000000261d60dc92861ff00e1b93fe63320b728d92da414a6a10eb 78 0.14/1.00 vMB 8
300,461 300,461 000000000000000007dff1f95f7b3f5eac2892a4123069517caf34e2c417650d 256 0.13/1.00 vMB 27
300,460 300,460 000000000000000037edd3eb530a8347575b27489597216ec85f3d48b2258e6a 499 0.27/1.00 vMB 28
300,459 300,459 00000000000000003248bb3d2fb6c6a6cd7edd2f019e8e1d528452bd58756449 242 0.13/1.00 vMB 26
300,458 300,458 00000000000000006bb1fbf0de7edbcca2b88e14cf232e4bb50e923d54fbbf55 64 0.08/1.00 vMB 11
300,457 300,457 00000000000000000ca6e221a0316d0c02ab1b6b9958a11c086d23bc7bafa2de 329 0.14/1.00 vMB 33
300,456 300,456 000000000000000005e19a07110f9cf8e194e0b06c694010357c6ea606c06ecb 359 0.30/1.00 vMB 21
300,455 300,455 0000000000000000061a6e28fb0bfd183fe8d3f2d592aa9bd3d996aa887adb09 1,051 0.50/1.00 vMB 38
300,454 300,454 00000000000000001d8b77b4a8d9f77eb8d1250a0a31c3f87ffcfd61aef2e22b 438 0.36/1.00 vMB 19
300,453 300,453 000000000000000022ff97968bfb81b0a72010f8249c72075fefc26c7304cea6 965 0.35/1.00 vMB 46
300,452 300,452 0000000000000000523c85a32bbdcfd8e2ba56ec8b6305d898e354ee86fe4f43 454 0.28/1.00 vMB 24
300,451 300,451 00000000000000003cb438f2c11f368f81f6b14194b312ce9a79b889fa0eb53a 1,589 0.91/1.00 vMB 31
300,450 300,450 00000000000000006a22f64c4de38c3a0dca6bd4a9399a5e927f1f4b4fa124bb 240 0.13/1.00 vMB 29
300,449 300,449 00000000000000000fac098f7368d0cd3097230c66624de9cdd546931cf14dd6 146 0.13/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.