Loading Tool

Explorer IconExplorer

Memory Pool

39,633 transactions
31.03 vMB
0.07394776 BTC
Random Selection Loading Transactions
Max Size: 155.12/200 MB

Candidate Block

Mining Attempt 5e049481c3e662058a85903ca0873f353a74eed605a3b8e3bbd740163d240119
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 78e42090f79aba31180bb9409adb3bc021a43469472a3aef906ed65790d46cec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,361
Size: 1.00 vMB
Total Fees: 0.01061142 BTC
Feerates: 101.13 > 1.06 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (325,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,674 588,674 00000000000000000018be59fd4d5edfd2640a57857def33ec718643611529bb 2,278 1.00/1.00 vMB 18
588,673 588,673 00000000000000000002a38c5a1ccf9cb2fb36770d2a5ec07caac8c43a27d4c5 2,263 1.00/1.00 vMB 3
588,672 588,672 0000000000000000001c2a0a3aa902828a10be3588871b01699232c58de04d70 2,269 1.00/1.00 vMB 21
588,671 588,671 000000000000000000096b8d24db6471fb5871e9ae8bd1d7384fbee9c80a6052 2,868 1.00/1.00 vMB 11
588,670 588,670 0000000000000000000295227d3bcc8350f0337a08e5925cb1ba9f7ba32c15c9 2,791 1.00/1.00 vMB 41
588,669 588,669 00000000000000000018e305054a0d1e9a8b24d995de59640e51d499c8dd41b1 1,833 1.00/1.00 vMB 4
588,668 588,668 0000000000000000001902f84dcc6662cf84142b831bf6d803f6783f0ed6071f 2,406 1.00/1.00 vMB 22
588,667 588,667 000000000000000000194b06d16d0a921a6314e4f3289fcbb8588a57db41e60e 2,242 1.00/1.00 vMB 42
588,666 588,666 0000000000000000001e26daaa33c6f835b1b756d6909e107f5ef4da310a203c 2,767 1.00/1.00 vMB 48
588,665 588,665 0000000000000000001bbd854842ad2562993e71ae06ed7ecaf8f04f07688692 99 0.03/1.00 vMB 18
588,664 588,664 00000000000000000016129ec6a6f14afe36e6cd0f7abf8a35c6fbfa1b42a9f5 2,429 0.79/1.00 vMB 13
588,663 588,663 0000000000000000000a36828e4880c5706e520737528b3e177146adfccc7a9b 1,083 0.30/1.00 vMB 13
588,662 588,662 000000000000000000182692f3d32a40d8600610d956f642fb0fba7f38769d35 1,281 0.43/1.00 vMB 8
588,661 588,661 00000000000000000019cbb582111dddf794e8427348e67e33f1a0ed8e12be26 3,181 1.00/1.00 vMB 16
588,660 588,660 00000000000000000009cee4f37f8addbdc2cb46bc237bb98f07228321218a5d 1,688 0.53/1.00 vMB 11
588,659 588,659 0000000000000000001b444798e54688a172e2ef80e4582e7d71e688735b3db9 750 0.40/1.00 vMB 4
588,658 588,658 0000000000000000001949b1c93ef4ccfda866b3316f2c7bc9b69e3ca5b166b9 2,187 1.00/1.00 vMB 10
588,657 588,657 000000000000000000102cb4f25cabe1823a5f1542a775f4c24558f505aded39 1,621 0.48/1.00 vMB 11
588,656 588,656 000000000000000000117ac0bb9617e510d2d17c467b46aee2f9f41ac0802ec9 973 0.34/1.00 vMB 9
588,655 588,655 0000000000000000000888393f20afc10c0fb871a1fc3466b6320a3c6c92de61 28 0.02/1.00 vMB 6
588,654 588,654 00000000000000000013799062259369502d9dbcffb9f9db30e43ee4573f71e0 370 0.10/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.28 GB
    • Received: 11.59 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.