Loading Tool

Explorer IconExplorer

Memory Pool

34,093 transactions
25.89 vMB
0.05385440 BTC
Random Selection Loading Transactions
Max Size: 131.04/200 MB

Candidate Block

Mining Attempt 6f5f2844c93afb0fd079945cdd580c2a8423fd0e2de9a2cf688b9b3ad0c70792
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root ebece4d2f507e469c9707f57bba13661ec2acf4816e97065e9a74064c949ff2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.00637422 BTC
Feerates: 100.53 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (599,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,591 315,591 000000000000000011fd96f0502df7532f434f715e5b956b07fc73e6060a6ce3 285 0.16/1.00 vMB 27
315,590 315,590 0000000000000000362f374de4d7ea0e4abc3a91961a864348aa04fc0a991004 330 0.16/1.00 vMB 32
315,589 315,589 00000000000000002765e3cea4e0559688c8480bcaddced6a649522e28e2ac56 337 0.20/1.00 vMB 29
315,588 315,588 000000000000000002bb033169f7ecf82395e906241090c2ffe190fc5455cf61 227 0.11/1.00 vMB 25
315,587 315,587 00000000000000000b39529bc7e59b98cc2095cf9f3cff73815b7b55e03972f0 25 0.01/1.00 vMB 24
315,586 315,586 000000000000000001456a93545ce6d205597bd92a48ab35b6a3ba1fe7afe108 277 0.17/1.00 vMB 23
315,585 315,585 000000000000000000ec1f4c10ebcb45a7342021bd58872d58dff6592345260f 194 0.12/1.00 vMB 22
315,584 315,584 00000000000000001f172ab35dfbaf0e47d74331dbd2dbc3654d8d4e3ef8afe8 624 0.35/1.00 vMB 28
315,583 315,583 00000000000000002e45fdb8c08206b5261fa4a98971798bdaa384e4226383ac 442 0.21/1.00 vMB 30
315,582 315,582 0000000000000000062a3f316cdacbc7c9508f124539b945b4fcceac2a8439ff 225 0.12/1.00 vMB 26
315,581 315,581 0000000000000000008457c509310817e00e4d6b22f47bebdc69ce146561e9a5 663 0.53/1.00 vMB 22
315,580 315,580 00000000000000001ec61d5a508ea50464ef691ee21143ee08c2ae291b2c0c22 631 0.25/1.00 vMB 35
315,579 315,579 000000000000000033eedd6e72b20375fb4311345f18db17c8070ebc2183fc42 124 0.07/1.00 vMB 23
315,578 315,578 00000000000000002ad40d0ede50857ca93a80ee28e581916a064ea751885a7d 503 0.29/1.00 vMB 27
315,577 315,577 0000000000000000106df57cce936275e16632232c7a1d16098e25be1a85de21 239 0.12/1.00 vMB 31
315,576 315,576 0000000000000000140265c3443df090735c003c70fad157c143bc756b1763b8 404 0.21/1.00 vMB 34
315,575 315,575 00000000000000001e9389701d8a4fd042294c579eafb32e37a7fd8748027365 411 0.21/1.00 vMB 32
315,574 315,574 0000000000000000169dc31694daaa7eb6b6c4af073f02938d31e2691070e3d5 84 0.04/1.00 vMB 26
315,573 315,573 000000000000000003cbc87475687bf1138fa248814248db3eb8ac7063d2a9c5 216 0.18/1.00 vMB 19
315,572 315,572 00000000000000002ad8c006abec78f41ee23e9cd09f74806d3151d0648d977a 613 0.25/1.00 vMB 38
315,571 315,571 0000000000000000024d21339a28cd8452d894a337ae6fa4f25215545216c23f 197 0.10/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.79 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: 633.61 GB
    • Received: 12.20 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.