Loading Tool

Explorer IconExplorer

Memory Pool

79,704 transactions
30.14 vMB
0.08223509 BTC
Random Selection Loading Transactions
Max Size: 183.90/200 MB

Candidate Block

Mining Attempt 7e801c69aac7ce3872f0f49fe20331e3ac983ba8b0c9f436c9aa4c6d74c6c5a9
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 1ac4e85184e7b3434e093c6e523c0ba5c707e0a2b90c5d58b74586606956bdc7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,081
Size: 1.00 vMB
Total Fees: 0.01505290 BTC
Feerates: 200.89 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (582,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
333,194 333,194 00000000000000001776d57b716533690208ed646cee6cc01d7acd8253301cfe 64 0.02/1.00 vMB 26
333,193 333,193 000000000000000002dbbb6f9e7a9c06146aa64f40274681015d8b67775a5fb7 458 0.57/1.00 vMB 9
333,192 333,192 00000000000000000a676e9fd9536b211a3a97912eafa3e7eb8ac9dd63ba584c 1,163 0.75/1.00 vMB 18
333,191 333,191 0000000000000000070d35865b5c321e2c7acd9b268b3aecfd4e2d58f1b0b4ce 2,299 1.00/1.00 vMB 27
333,190 333,190 00000000000000000f79ea477b864384234336c2ff179eb0c23c90c671662c7d 32 0.05/1.00 vMB 28
333,189 333,189 000000000000000008f01da533a6e7a9d3219187f1c76647c44a0deb25096819 985 0.35/1.00 vMB 33
333,188 333,188 00000000000000000f5bbd9e1c8b41013494f692e21623f41b1c0739152bcdcb 2,139 0.75/1.00 vMB 36
333,187 333,187 00000000000000001913d0197d0ba1a5a78f5853751a92f0ab9dd35c4ac37dba 525 0.32/1.00 vMB 22
333,186 333,186 000000000000000018bbc03c7fa0743c3ae10320be01a92dffaf6eacdf0823bb 623 0.32/1.00 vMB 24
333,185 333,185 00000000000000000780539be125b92748e99f951d9c28a7f3c404e7f2ab201a 1,133 0.73/1.00 vMB 21
333,184 333,184 000000000000000004e3e3246f2e5e1a8857eae5649614dffb968478789a1c70 327 0.16/1.00 vMB 24
333,183 333,183 00000000000000000073e2eeb9bbc056991991a32aaf4ae735f524dbd6dd354e 533 0.23/1.00 vMB 21
333,182 333,182 000000000000000013ec4059be25f910a11fd2bbb0991fcedc2fec30a5d8c04e 532 0.33/1.00 vMB 39
333,181 333,181 00000000000000001b621c4c5370873c6f3a5af65f64f04ba4af5e894bd533e8 624 0.47/1.00 vMB 14
333,180 333,180 000000000000000005b2583890d9a27c8a443b1f6596b81ba869145282aca839 900 1.00/1.00 vMB 16
333,179 333,179 00000000000000001a18cf2dc5a28fd3569a64b79d7f9a9b15e72d5200f07ed1 275 0.14/1.00 vMB 26
333,178 333,178 000000000000000013e5308bb102afb4736535201fea23686c98a80c5a1871db 2,321 0.75/1.00 vMB 41
333,177 333,177 0000000000000000145c4ead7fd79b14f86c156764679db79a22d052c6d59792 1,704 0.75/1.00 vMB 28
333,176 333,176 0000000000000000044bbe62516f3794a523e65b6b011d924ff5c55a7ee0d8cc 178 0.16/1.00 vMB 13
333,175 333,175 0000000000000000199fa75a7e8323c577ff861a18aad6d26d4025a1ac9f9420 16 0.01/1.00 vMB 38
333,174 333,174 000000000000000002faf73ccb33401a765fe5dbac4a186a3471ef0af27b25ec 128 0.04/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.05 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: 720.58 GB
    • Received: 18.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.