Loading Tool

Explorer IconExplorer

Memory Pool

82,297 transactions
34.54 vMB
0.14545446 BTC
Random Selection Loading Transactions
Max Size: 196.19/200 MB

Candidate Block

Mining Attempt 1509c29a920bf56997d51701ff1c581477e9e817377d57a2994b4d9179a2288d
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root e6df35888d7a7c27b61a6dc5d7d2829751215eeb0a5d6e2b0ddb10f36a202f50
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.03099467 BTC
Feerates: 104.71 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (615,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
300,176 300,176 000000000000000024c99d530b5c370daabea0b0f491b15387e824f2c0011ffd 22 0.01/1.00 vMB 15
300,175 300,175 00000000000000005b68bb79aafe585494b329a55415f23683a1a85062c7e62e 184 0.12/1.00 vMB 26
300,174 300,174 000000000000000019f75aa0089b9b3735e4da4071c7edc9304023a1af11b5a5 100 0.05/1.00 vMB 29
300,173 300,173 000000000000000021d157974a2f46d4b546c536551556d1b5bb88461d8cf642 63 0.04/1.00 vMB 26
300,172 300,172 0000000000000000382590a17fb9ceb4231bfe0d61cb74d8f3be00b2dec3c801 607 0.29/1.00 vMB 31
300,171 300,171 00000000000000005b5bdeaa8c3b560135a054396520ccc5c37c5842a4dfaf6d 32 0.01/1.00 vMB 30
300,170 300,170 00000000000000001bbeb6e242c1242b4c255c7dd6bdda219a945a6f685357ff 458 0.27/1.00 vMB 25
300,169 300,169 000000000000000003fb8ec85a29533067c9b4d56dec9ed595b8f29fcaac9ca0 268 0.14/1.00 vMB 32
300,168 300,168 00000000000000001fab5bc77b2c2c636d6a5ecfdc9a01c006a3c70dce8c2a1c 159 0.23/1.00 vMB 14
300,167 300,167 000000000000000049742692c669ab098b4c25b6acac1b4b5d4699e43918c9eb 395 0.25/1.00 vMB 29
300,166 300,166 000000000000000027c03ca3bb98bdb2d29d088d4c523b6b57bf2ac7c176be41 361 0.25/1.00 vMB 25
300,165 300,165 000000000000000081930bd0f068a8bc89e2c0264eb74355777f5d7c7766e0f9 689 0.38/1.00 vMB 28
300,164 300,164 000000000000000028109b2444f5f4121ba0954869cc5b473ae91e0febb49550 16 0.01/1.00 vMB 69
300,163 300,163 00000000000000007983e16b0aba38c7d9df7597a2e0d4fb6d40dad9fa92a8c2 43 0.03/1.00 vMB 34
300,162 300,162 000000000000000029e952867cf7b5bf2e59dd203fe6431e445ad0d7532b9bed 65 0.03/1.00 vMB 23
300,161 300,161 00000000000000006cd0e99967e78aab5ba4e5aef208d340657a77f96cb43f0c 645 0.33/1.00 vMB 31
300,160 300,160 000000000000000009b17fb9d748f75170647e11e9b79e6c76bbf5c15b175fe9 235 0.13/1.00 vMB 28
300,159 300,159 0000000000000000139312cdb561b724170b80a3109cfb55a9e0602a634cfd7e 372 0.23/1.00 vMB 29
300,158 300,158 00000000000000007c938ae6b2eedf329bbb6d77d17b33dc5d2ade2085171cc8 280 0.16/1.00 vMB 32
300,157 300,157 00000000000000007d3321b9528561923908cf9d1afee44b597bd1c16c8f52bd 396 0.33/1.00 vMB 21
300,156 300,156 00000000000000002f5d603d05ecaa51dbb1d4a9f6d1fa3fb315e06132cf1bd3 512 0.26/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.09 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: 726.48 GB
    • Received: 18.45 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.