Loading Tool

Explorer IconExplorer

Memory Pool

52,734 transactions
22.49 vMB
0.06583614 BTC
Random Selection Loading Transactions
Max Size: 129.40/200 MB

Candidate Block

Mining Attempt 2177b96e6fb9c46cb71d68326aec063d171c87292e98d2fcbdac51af9b2ab838
Version 20000000
Previous Block 000000000000000000019eaae6f5499ef58008457c39fa94e355fa8081443476
Merkle Root 14cdc9f8cfb8307f153d331f9d6a57f65f33fe8553a6dd1739d32ed5d12aadba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,717
Size: 1.00 vMB
Total Fees: 0.01689475 BTC
Feerates: 100.00 > 1.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,925 (845,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,461 68,461 0000000001fe21fcd25ece7db74d3d1f691640c2311a32581cfe002c1fbadc1a 1 0.00/1.00 vMB 0
68,460 68,460 00000000053cc4e5469595f29deeb202ddc72093c4a4f76a38a1eb2a13a68127 4 0.00/1.00 vMB 0
68,459 68,459 0000000001658dec463c4ec6cb2e8f84c72df52ee631afe54f3cae15a44da688 4 0.00/1.00 vMB 0
68,458 68,458 0000000004b1ab826b1de4c62a48b2ebfcd27cbd71740d902a2647f2eb06a1c4 2 0.00/1.00 vMB 0
68,457 68,457 0000000003af62524704fbf4bac6e35ecc49dc416d62912bc6617afda71a7e21 1 0.00/1.00 vMB 0
68,456 68,456 0000000002eeed1078a09b6b3cc3f6ba85b050bd9571a2f2347e082d8e81015e 1 0.00/1.00 vMB 0
68,455 68,455 00000000022084035cb182fa480b64ecfad39e005d697d94c74a03a750b88d12 1 0.00/1.00 vMB 0
68,454 68,454 0000000000b45fd2bb365aaac3dc1d8795fba4ae850ad1b113c8cdec85aaeac7 4 0.00/1.00 vMB 0
68,453 68,453 00000000039865cb392b070f373ee31fa37083128b41628c9b78f8102899d594 1 0.00/1.00 vMB 0
68,452 68,452 00000000022a0ef95f95513cbd48f5ee615341ce879af910a9658b4ade8eaa5a 1 0.00/1.00 vMB 0
68,451 68,451 00000000056ccdf96cda6032b3d5735c8a626390896dfe762062afe636e2fd0b 2 0.00/1.00 vMB 0
68,450 68,450 000000000214fbc288ee8d8e52aa4d375e2f153ff70c174c76c7470bfd4f59c7 1 0.00/1.00 vMB 0
68,449 68,449 000000000423124ae5b91dec8dd7fe47fc3c1e4d5dfa55adba736eaf660c4c84 1 0.00/1.00 vMB 0
68,448 68,448 0000000002fe5324dffa6a7be0d63d2b8b7c62ec7edc7bfb783bb5177299907d 2 0.00/1.00 vMB 0
68,447 68,447 00000000009d9a7eb2fde94349ae9935a57aba680e968b54435d1ab1b20c8de2 10 0.00/1.00 vMB 0
68,446 68,446 00000000029e9f63a1dcea4ce6cafdc731436c39cc8b73463adb6c1ecf7dce6a 2 0.00/1.00 vMB 0
68,445 68,445 00000000005f3dc508fe9a5ef55e54d0de8f83a2f232cfe586c62c8d887e5062 5 0.00/1.00 vMB 0
68,444 68,444 0000000004b3a5de21829edaaea835c49e7da4f39b60254a4a536baa96df066e 3 0.00/1.00 vMB 0
68,443 68,443 00000000050433b867f4309464e535246d2bdc1fae86b699d17a86b361eb598e 1 0.00/1.00 vMB 0
68,442 68,442 0000000003ef098c8955baf334f32487ad9bf84a90e9eb1838682de6a79c35e7 10 0.00/1.00 vMB 0
68,441 68,441 00000000016f51c27a9dae3477da48845b0d5b59feb45ba41d193ecf06d08960 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 528.70 GB
    • Received: 5.67 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.