Loading Tool

Explorer IconExplorer

Memory Pool

41,482 transactions
31.59 vMB
0.08721043 BTC
Random Selection Loading Transactions
Max Size: 158.45/200 MB

Candidate Block

Mining Attempt 1120588022b32f038cd1d80d2886eb4120b4ca2e89e8b12e1ddb2e876b3de0dd
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root da09c0b40f7e07c7ec392ff4e5d03759a1e5a947d64adc140dd8511a2986b7cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.02209415 BTC
Feerates: 150.77 > 2.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (325,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,679 588,679 0000000000000000000e6559372e24c7fde4d76a6e158bcce00524412415d5de 2,699 1.00/1.00 vMB 23
588,678 588,678 0000000000000000000fd16c1ad3a69c46bd49754466db5a411fa02775e750e6 2,596 1.00/1.00 vMB 38
588,677 588,677 0000000000000000001090526306091a69f6a927afe9535ba79a94ff91987a92 2,634 1.00/1.00 vMB 30
588,676 588,676 00000000000000000009ce0eb2a0d95fcdc7f41f3866ba1490c97cc40e7b68d1 1,354 0.59/1.00 vMB 15
588,675 588,675 00000000000000000000906ee703f3a1f1cce7a975ea156040f8acddfbb8b7cf 2,228 1.00/1.00 vMB 7
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
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.50 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.