Loading Tool

Explorer IconExplorer

Memory Pool

83,438 transactions
31.34 vMB
0.08881844 BTC
Random Selection Loading Transactions
Max Size: 192.18/200 MB

Candidate Block

Mining Attempt 27683b3c93d24aebed1d7b15bbd4028b6b7a355145b2bbc64e9676cd31807811
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root ff1fc79a9d9c3fa1f45cce127f3f47d1ff3f8f42343029825ce84d6e75ac2695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.01788000 BTC
Feerates: 20.00 > 1.79 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (347,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,242 567,242 000000000000000000289757c03ef7706a0157c6fcd1586e660983092efd8cb6 1,857 0.67/1.00 vMB 22
567,241 567,241 00000000000000000017adcb38f96fab7da197a534bc03a9f9c9cb2f30db99b9 1,336 0.42/1.00 vMB 21
567,240 567,240 0000000000000000001af8c5a8efd1ccba743702667082cf1d1b20d34cf80e00 1,952 0.67/1.00 vMB 23
567,239 567,239 000000000000000000159ba21971315a393decb320f92511fa0b99833327d63d 1,159 0.48/1.00 vMB 20
567,238 567,238 0000000000000000002e1bc02e6902172ad80c0a06c48abbc173de17b0e921a4 496 0.45/1.00 vMB 5
567,237 567,237 00000000000000000006d612f27ceb5c1d9d9bd5aac13db0f54ab80c1a1fb9d1 2,858 1.00/1.00 vMB 24
567,236 567,236 0000000000000000002463111dac63966f250548ad4eb73bae96e633bf0fa3d5 1,621 1.00/1.00 vMB 12
567,235 567,235 0000000000000000000b18c50c03a1eb5a436150951dcba8e983185475ac9806 2,398 1.00/1.00 vMB 14
567,234 567,234 0000000000000000001036aca10fb6186829d8dc1af01de4b442289f55f11fd2 918 1.00/1.00 vMB 3
567,233 567,233 0000000000000000002a1fcd40af9307a90be831d1ea7e74e05b64c0cd39ae3f 1,877 1.00/1.00 vMB 9
567,232 567,232 00000000000000000006dd32bdb89a869ffe9e860dc419f0608ebdd08c261554 2,784 1.00/1.00 vMB 9
567,231 567,231 0000000000000000002e19db1b2111624938336e39109cd2c7c3c851dd70d74b 2,667 1.00/1.00 vMB 13
567,230 567,230 0000000000000000000063ff00cc8a6e96bb1e64d9a8f1c46c06c7c5a8e2ce1a 3,265 1.00/1.00 vMB 34
567,229 567,229 0000000000000000001b19e380a79d21882011a185f57ce93f63ea17b106d406 2,759 1.00/1.00 vMB 16
567,228 567,228 0000000000000000000a065c1ced150bfd497b54b125099c109270d9696d8202 2,213 1.00/1.00 vMB 28
567,227 567,227 00000000000000000005e14719bb0a390636b49a256e034784aabfed68ecbdf7 3,220 1.00/1.00 vMB 28
567,226 567,226 0000000000000000002103e54f250649c78ea21bb4f37cf26e95ec45ff732cc6 2,954 1.00/1.00 vMB 42
567,225 567,225 0000000000000000001b4bceefa3b3a0a20dd209e16f28df9b7e14a2baf87f28 3,157 1.00/1.00 vMB 17
567,224 567,224 0000000000000000002d91e8a022b9998cb99ab84fb9827415621f987a9916e3 1,129 1.00/1.00 vMB 22
567,223 567,223 0000000000000000002b9e7d47fc80ced551533589b335b9879d2e53ef668647 2,609 1.00/1.00 vMB 30
567,222 567,222 0000000000000000000c9a65f84ea027eca6bc587fbca0f036734de3e6c574f0 2,731 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.94 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.