Loading Tool

Explorer IconExplorer

Memory Pool

77,856 transactions
29.51 vMB
0.10238897 BTC
Random Selection Loading Transactions
Max Size: 178.11/200 MB

Candidate Block

Mining Attempt b724847d1021f11c319bcc6e3bf3c914524a2b499757c6e1c1f4ca0e9cd0e7a9
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root a0a675d364163797d14d83af8ded71f2ab44c97e9c192e4db35ed3eb40df7b66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,250
Size: 1.00 vMB
Total Fees: 0.02692390 BTC
Feerates: 201.40 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (355,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,404 559,404 000000000000000000298dfb12b0733a968a406713669996354eb907c945a935 2,918 1.00/1.00 vMB 20
559,403 559,403 000000000000000000104679e300abb3aef02dc5f9f49d14fcadafc5360d76bc 2,936 1.00/1.00 vMB 20
559,402 559,402 00000000000000000012967b290b3d7eaf0a669a1981b30c060b88e0978f4ce4 3,159 1.00/1.00 vMB 19
559,401 559,401 00000000000000000021d00dd463efd395224d2707e76e0ce1059e432eb0eaf4 1,761 0.53/1.00 vMB 10
559,400 559,400 000000000000000000065f11439e3be75c70bf80e0187ccaed024cfc07ddc318 1,892 0.80/1.00 vMB 10
559,399 559,399 000000000000000000004f129eaa1969e53f1a7e35b24b1d0b1da5febee352f3 1,685 0.68/1.00 vMB 6
559,398 559,398 00000000000000000013ffa4aed291c7a3125afbd0d00dc808b1e780e14c70e7 1,898 1.00/1.00 vMB 9
559,397 559,397 000000000000000000132b5de820ab5945a33aff248b4e6420bd5dd52e30dd74 1,584 1.00/1.00 vMB 26
559,396 559,396 0000000000000000000ea53a50f6acf74e67430a972563937b762b451bfb0dae 1,624 0.52/1.00 vMB 8
559,395 559,395 0000000000000000000bb67fbcd7ffa669c00553b0432e356cc5111e7f54e321 1,622 0.60/1.00 vMB 3
559,394 559,394 00000000000000000003a3b61b904284bfc33613be9e1cdd83c9eea2aa6391f6 3,035 1.00/1.00 vMB 13
559,393 559,393 0000000000000000000a1760076613194422402fcb11ea19f29c095376359096 1,256 0.39/1.00 vMB 10
559,392 559,392 0000000000000000001733851ebb8cee497345a5a8ffd4526c54dafbc10ca0f3 2,980 0.85/1.00 vMB 10
559,391 559,391 000000000000000000058986412b2e8f391720d58e7159ba18693e632f5b7c4a 2,548 0.78/1.00 vMB 17
559,390 559,390 000000000000000000137132b3846ddd2cc163c6e39eee250aee846b366f06ba 786 0.34/1.00 vMB 7
559,389 559,389 0000000000000000001af6ed334e47f4fe72c92663c4a8e58d37fbef5c4bcacb 1,706 0.77/1.00 vMB 7
559,388 559,388 00000000000000000007549ae16f6c09598556dd255de845f936898b3f8ed939 2,379 0.86/1.00 vMB 1
559,387 559,387 000000000000000000059411f5d4b8f6cf8fddbf66bb220a6375879e8d556b14 3,749 1.00/1.00 vMB 18
559,386 559,386 000000000000000000180fa58f44150df2d9533c293f1ad2ac68bc34ee5a5ffc 2,777 1.00/1.00 vMB 8
559,385 559,385 0000000000000000000adec96d5a752aa2f70d6cf04436097c90a4f652e34b9f 3,404 1.00/1.00 vMB 17
559,384 559,384 0000000000000000002ca5a4ce8738647a31ad96c5d730d34d5dc2ad1d20e805 2,875 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.