Loading Tool

Explorer IconExplorer

Memory Pool

33,124 transactions
25.28 vMB
0.05354369 BTC
Random Selection Loading Transactions
Max Size: 127.85/200 MB

Candidate Block

Mining Attempt d5a105c8e49f28f94b5ba3c2d77542fc5f9d4ec8130d93402b69a3f268c43fb0
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 5084979bb08a36c02930aa1a94ec1a24565169941078e286b082a62f3fc18bf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00783688 BTC
Feerates: 101.16 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (351,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,679 563,679 0000000000000000001377b85850ea7f8d299c8a2a158d7c4ec87b3ffebf82b8 3,083 1.00/1.00 vMB 24
563,678 563,678 0000000000000000000005eca8ccf3866d90b3ae7fff909a72e680b95b8a58f9 2,062 0.69/1.00 vMB 18
563,677 563,677 000000000000000000088d92e20c4388856ed73c94d61e5dc4bd1b8e0e6ff958 925 0.41/1.00 vMB 12
563,676 563,676 00000000000000000011384e00208da537ad564c30a82ad2202241527ed13510 911 0.97/1.00 vMB 4
563,675 563,675 00000000000000000024df2f83dc720f8ff57f4d83aaf06a44ee9d3a162f07ea 2,741 1.00/1.00 vMB 7
563,674 563,674 00000000000000000020b922cfec0d5e0fdfc37ad663b0bc7fe7f13fef2001a8 2,976 1.00/1.00 vMB 11
563,673 563,673 000000000000000000240d43f5ad3fc5e17f031b9276be9f620d3330771aac62 2,591 1.00/1.00 vMB 12
563,672 563,672 000000000000000000197aa9d74b63db6da4dde4392c710fa910d10a439109cd 3,095 1.00/1.00 vMB 20
563,671 563,671 0000000000000000000b692b67032ad262e6d588538c1f3e3c76ba30a4a889b6 2,839 1.00/1.00 vMB 24
563,670 563,670 000000000000000000061e0e951ca8531347dee483ed32ac7e6069a85a22e45d 1 0.00/1.00 vMB 0
563,669 563,669 0000000000000000002c5bc0be59c2f0301823892e349bdcfb745382c929d6d5 1,648 1.00/1.00 vMB 22
563,668 563,668 0000000000000000001f5eae07fcec9f1f6270acaa33671bcadf5d83a4952634 1,505 1.00/1.00 vMB 24
563,667 563,667 0000000000000000001036cc62127a452f8d10108ac0f54d2950c8496d4ff508 3,127 1.00/1.00 vMB 32
563,666 563,666 0000000000000000002a860cc804ad70b0ab3e954ecb50e691c0351148072745 2,043 1.00/1.00 vMB 22
563,665 563,665 0000000000000000001eb95ffbeafcfe44238aa45d217ea1eac90727f90eaa93 3,095 1.00/1.00 vMB 35
563,664 563,664 0000000000000000002e4bbdf7edea475737119c1a730c8255983923c62fb3d0 1,993 1.00/1.00 vMB 25
563,663 563,663 00000000000000000029a98d6b529532d71d1457f2ecc58cd54fc3146bc9a5a6 1,341 1.00/1.00 vMB 23
563,662 563,662 000000000000000000026ec6f49df25d249894a43778459dacc5aa9f066a96ae 2,428 1.00/1.00 vMB 23
563,661 563,661 0000000000000000000b87171680c1171a7ea270a3d88d0287c0605953c8d8cb 3,009 1.00/1.00 vMB 37
563,660 563,660 00000000000000000004a1ebc0375089eb890e1e3a70f56421139734af49b19c 3,138 1.00/1.00 vMB 39
563,659 563,659 000000000000000000263ade555c92cd431efb1f553f65a948bad48263b1330e 3,044 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.