Loading Tool

Explorer IconExplorer

Memory Pool

78,199 transactions
29.04 vMB
0.09748004 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt 34e3b021433a4709c066b529ec227d878df135467c9bb0df125302a2b637233e
Version 20000000
Previous Block 0000000000000000000109841842411718b0f71d958a544a6e1139d2f7aa27e5
Merkle Root c8e156f04177e55b0e45955c1bcc43e4cb4d11b34e079519787122132968efd8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,290
Size: 1.00 vMB
Total Fees: 0.02982053 BTC
Feerates: 190.42 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,614 (760,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,181 155,181 000000000000087181897ccca57dbd0a8a76b3d942e6d52c45f76b5de99fb055 40 0.05/1.00 vMB 152
155,180 155,180 0000000000000008bf6202afd93bab53ac0f0cfb09b448c1be442f25568165f5 19 0.04/1.00 vMB 42
155,179 155,179 0000000000000dd29fdff4190725a852337419aca20209d1e0aff03fc695280d 52 0.02/1.00 vMB 169
155,178 155,178 00000000000003729d41a7df85d5b96e5d83e0ab67ede2dd7316c22afbf445e7 13 0.01/1.00 vMB 123
155,177 155,177 00000000000008a165b76e381f3a2bb20f5e39ac94a6a6f10c505fd30d266b00 6 0.00/1.00 vMB 31
155,176 155,176 0000000000000760bfd7f8d954ff58df2df4a4c1e85d1ea7c9259ffa9848bb53 114 0.04/1.00 vMB 87
155,175 155,175 000000000000016a50853d03a96f5dfe680566177a17c158787f37148ed21f9c 57 0.03/1.00 vMB 81
155,174 155,174 00000000000006e99e0c244b383f90398481a2052fb311532b035741b7e31cd5 6 0.00/1.00 vMB 24
155,173 155,173 000000000000082449e7b1bee5f6d06f297c46eba854ba3d8599cb52a38b4165 58 0.05/1.00 vMB 186
155,172 155,172 000000000000064f6a472860375f90089ba2fa23af1e5dc889165bb9005758c2 8 0.00/1.00 vMB 345
155,171 155,171 0000000000000a95cfc7416d1609de406e05f86a5e0cc1d69405ee85b2fe456a 177 0.05/1.00 vMB 0
155,170 155,170 000000000000077f64d0c828d492b88b48ca2ea7eeec53fa1d668d1f6b8e8cc6 56 0.04/1.00 vMB 110
155,169 155,169 00000000000006d490d3ed94dfe583825a2170e549f0d127f1e74870f9fec778 79 0.04/1.00 vMB 52
155,168 155,168 00000000000005fb45e522f4a5534ba015f4ea1bc1a5c9c943fb9f511809cc23 10 0.00/1.00 vMB 443
155,167 155,167 00000000000000c3b15ea92ac7ba40d023e808579f4f913d4d05d9eccc53566a 63 0.03/1.00 vMB 38
155,166 155,166 00000000000005b96a2d92ed3c2351dff6bd3f4c1ddf478762cb613caf4eded4 79 0.04/1.00 vMB 146
155,165 155,165 0000000000000149c7c0f4f28276f5f7e797af6eb78c3951b283c66d56ef3a4c 15 0.01/1.00 vMB 1,521
155,164 155,164 000000000000029d8bef69ac74605bbe74f392a7d7b236337839c0d40143dc20 1 0.00/1.00 vMB 0
155,163 155,163 00000000000004c57c7fc6db1d2b4fc9891184f422e91dc65444b29f7c2ff330 39 0.02/1.00 vMB 31
155,162 155,162 000000000000044f04a7911ac9a59b1e140b666c879c4ef1a671e0d26607cc6b 10 0.00/1.00 vMB 0
155,161 155,161 000000000000016b3d5be329c170f9dc85d124028e907a7bc11fdccadaa22944 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.45 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: 771.72 GB
    • Received: 20.05 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.