Loading Tool

Explorer IconExplorer

Memory Pool

83,078 transactions
30.84 vMB
0.08954347 BTC
Random Selection Loading Transactions
Max Size: 186.10/200 MB

Candidate Block

Mining Attempt bd7db932b42392b03e57f3221e325089cc76740456a79e62e06c0dffd71b4be8
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 1121d50dae3c8c47f3ccbf51e1e5a67f4e2f17a35e96c117a0773a7db3848cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,586
Size: 1.00 vMB
Total Fees: 0.02316071 BTC
Feerates: 114.51 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (632,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,519 282,519 00000000000000006948aad0e6278989693abce63a8799e13cb9c70a65650ef3 257 0.12/1.00 vMB 110
282,518 282,518 000000000000000096f503e0b72baf4e2092e5256e088884628ebe4f43e731f2 358 0.16/1.00 vMB 39
282,517 282,517 00000000000000011e9bd23fdc71d5de75f131028eafb69379bbb22ed6e2afdc 373 0.19/1.00 vMB 39
282,516 282,516 0000000000000000611916d1ded7a3799a8cd17baae771ba8022619f37bbf44e 51 0.03/1.00 vMB 11
282,515 282,515 0000000000000000aa751bb6c48aefcc92e545c1db14cd1c3b2e489bab818812 454 0.21/1.00 vMB 44
282,514 282,514 000000000000000114a217658c7bdb79bca81f288e9e2ef7238c148c9c8aeefe 160 0.08/1.00 vMB 35
282,513 282,513 0000000000000001bf9b00ffa6f0f2c7d3ade52f5e563d5864fbaf0ed9dbfe64 624 0.47/1.00 vMB 24
282,512 282,512 00000000000000008d988bb43149467e0de435e87d0f0ce6cb5bd2cb918d9da6 943 0.35/1.00 vMB 68
282,511 282,511 00000000000000003f9929df252f308bffc0d0e44c51b971c549d2df1f963267 261 0.22/1.00 vMB 27
282,510 282,510 00000000000000005e84f5e2ee1b3e9117bef084bb1b61a128009d7096934176 375 0.25/1.00 vMB 30
282,509 282,509 00000000000000005105b1a6f25d306ea23084f25c4e8f54df74c5f7634d6d2a 389 0.25/1.00 vMB 34
282,508 282,508 0000000000000001d6e66f8b7739bdbe42c3ae645bf401b6cb01d719503271cc 1,269 0.50/1.00 vMB 36
282,507 282,507 0000000000000000377cd2e868240200d6f079e82df313dcba226233120ee5bc 140 0.05/1.00 vMB 239
282,506 282,506 0000000000000001d937570bc8a91a8e2ef5142d527f054c222cc1c1d68028a8 120 0.05/1.00 vMB 126
282,505 282,505 000000000000000077b4c3a876a4527d87c1d0ffc1fc76b2e6709d807909063f 68 0.04/1.00 vMB 19
282,504 282,504 00000000000000010d4451ee5a2e627ba8b0e26a00eecab4136a9fa3da062260 66 0.03/1.00 vMB 19
282,503 282,503 000000000000000176eb1527adf0c541539f6213e0e8f06c028ca2f12fc70be2 735 0.40/1.00 vMB 38
282,502 282,502 00000000000000004ee7e0c7780eddce9c45f7e4c8726a8e6604fa6e2047e3ab 473 0.25/1.00 vMB 44
282,501 282,501 0000000000000000d0bcafed6ec7ef9d1f3df830af36550cbb57c8a51ff3a13a 423 0.48/1.00 vMB 23
282,500 282,500 00000000000000016295074d36797fd9ebd62fafae195173a04591b140f40d5d 195 0.25/1.00 vMB 15
282,499 282,499 00000000000000014a2bf9ca21d7d0f79460f069fbcd615aba134301715029ac 685 0.25/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.