Loading Tool

Explorer IconExplorer

Memory Pool

73,103 transactions
28.21 vMB
0.06702713 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt c9c98eda68522954a08d3c19719c03f5415e2e64fb2247114d4314e859d64896
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 0e6d85841f0f41df8d7d62498fb09dd35089ba73b0f300e957d20ff0f068949a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,014
Size: 1.00 vMB
Total Fees: 0.01061481 BTC
Feerates: 40.21 > 1.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (288,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,141 626,141 00000000000000000007aa0f4ddbb99c1ae0dd7f3bcbded5147755fceeaf001c 2,866 1.00/1.00 vMB 20
626,140 626,140 000000000000000000117eb6de2dbbb38210ef011492deff75ebf37ff8cee5cc 2,752 1.00/1.00 vMB 15
626,139 626,139 0000000000000000000a61a6ce749255e257205126c9cec2a7f31de63b401c16 3,132 1.00/1.00 vMB 20
626,138 626,138 0000000000000000000b764f728bd54bc8ebe262dc5cb2c4cc0977a40c17563c 2,975 1.00/1.00 vMB 24
626,137 626,137 0000000000000000000f0031b47db3e5fb5288a08f2bf6a74db2df9083d9efc6 2,838 1.00/1.00 vMB 25
626,136 626,136 00000000000000000009748eb4161637de9d3834b3ebbea9765d3e4d5218f8e8 2,912 1.00/1.00 vMB 22
626,135 626,135 0000000000000000000c06e86a93c01ebd6114bdf7dd450eb67f253d8ef435df 2,994 1.00/1.00 vMB 25
626,134 626,134 0000000000000000000f910c8aa87e6b87f1d2f2d28ea0db3370ea5e8711dca6 2,249 1.00/1.00 vMB 20
626,133 626,133 00000000000000000009023e27826b782e39607590c75f081a0ac9f7f5774517 2,433 1.00/1.00 vMB 26
626,132 626,132 0000000000000000000217a2f9107a35fd2856497711721d4a1565eec9ec9b6f 3,100 1.00/1.00 vMB 26
626,131 626,131 0000000000000000000245bb7c8007ee8b560131a8b3e78c818833c65eb9aeba 2,324 1.00/1.00 vMB 27
626,130 626,130 0000000000000000000ff16f570b2bc704aec59140f252b78b5a3af16e8158f3 2,609 1.00/1.00 vMB 27
626,129 626,129 0000000000000000000c9b247405c293c19322d40d9fe2576a12495aa7051554 2,694 1.00/1.00 vMB 25
626,128 626,128 00000000000000000002cfee883c3a8db86f0a350c34779657823e2316fdfe0e 2,535 1.00/1.00 vMB 36
626,127 626,127 000000000000000000089e2dde1f589609ef9196d0992595d09c53fe0c17265d 2,229 1.00/1.00 vMB 26
626,126 626,126 000000000000000000018a310fe6119cbc9a367252fb461d3153c2e764eebbd1 2,297 1.00/1.00 vMB 23
626,125 626,125 000000000000000000054ff2045688b07b845ddbba9af190b5bd78cd46328c7e 2,733 1.00/1.00 vMB 23
626,124 626,124 0000000000000000000cab18306bfa2caec27b9b4d85f75c8a3e9393d90b00d3 3,122 1.00/1.00 vMB 35
626,123 626,123 000000000000000000040f11564eeacc9d1f29dbfb9f18011566ce27ede3cf66 3,017 1.00/1.00 vMB 39
626,122 626,122 0000000000000000000da56addfe55a8dd9f3b01c8b6f08b668b1abab3a2fd3e 2,485 1.00/1.00 vMB 19
626,121 626,121 0000000000000000000160d4b7e45a12e887e18313e7582b28987a640e449ee5 1,994 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.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.