Loading Tool

Explorer IconExplorer

Memory Pool

43,939 transactions
26.38 vMB
0.05358489 BTC
Random Selection Loading Transactions
Max Size: 139.38/200 MB

Candidate Block

Mining Attempt 296e50b0af70fcf57a3ffb93bc2ef1292df6385ce405a60213874398105836ac
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 370c4e11e48b57f70c20047955874e6970cf5899d9c3b927b576444b099eddad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,657
Size: 1.00 vMB
Total Fees: 0.00499708 BTC
Feerates: 40.21 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (142,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,951 771,951 00000000000000000005c5b3ad9d01712fcb731785630884fb0646e6efae0b05 474 0.18/1.00 vMB 10
771,950 771,950 0000000000000000000439f001d99bbc96a0a768884907661ec0e96a637f9f8c 2,012 0.65/1.00 vMB 9
771,949 771,949 00000000000000000000d0fb1e3427af45c1588904119c3c7219c253e7cef6e5 1,467 0.40/1.00 vMB 10
771,948 771,948 0000000000000000000503efa06ed3d4abadd04ef7c31fc306e8bc1432be01fa 2,053 0.61/1.00 vMB 3
771,947 771,947 00000000000000000004541bfad259035f2c54c3cc0590fb10776d2d1e43188f 3,202 1.00/1.00 vMB 14
771,946 771,946 000000000000000000021aeb07a9b12dd8ced76b0c829d00f6db8b919355c2a3 1,780 0.52/1.00 vMB 9
771,945 771,945 000000000000000000073fd8e5e013e04ea19cf6faf31f454d0a72f79a89e988 1,118 0.32/1.00 vMB 9
771,944 771,944 00000000000000000003ec9e23d8fbc48558b6e89cec95cefa7176528f2b93cf 926 0.25/1.00 vMB 9
771,943 771,943 00000000000000000002919ea1fa3e95a6a235e6e86ffceaeb563598e9e5ebed 849 0.28/1.00 vMB 9
771,942 771,942 0000000000000000000455cda23137518cf7aa7eba39b99c54d66f886b98157f 929 0.28/1.00 vMB 8
771,941 771,941 000000000000000000081becc2a03540bb2c1c3b8e259e4a4e8bac1464f81dd6 1,500 0.88/1.00 vMB 6
771,940 771,940 000000000000000000004c5f3f5e762faf5aa503cc390a851c9dda08df3a4f0a 1,997 1.00/1.00 vMB 5
771,939 771,939 000000000000000000054c39c3ea86ef28951efd26544f17e84df85ab344a0ab 2,948 1.00/1.00 vMB 8
771,938 771,938 000000000000000000062d38a31e5e3d17f2f0f67ed07de1e4bc22dc940b9b13 1,882 1.00/1.00 vMB 13
771,937 771,937 0000000000000000000053d43048d61dbecf72954a4ddfa215fee10dd90b4557 105 0.03/1.00 vMB 14
771,936 771,936 000000000000000000018417d6f944cae76b2429094ebdbbee70eeaf963ed4db 1,642 0.59/1.00 vMB 2
771,935 771,935 00000000000000000001640c0ed306f9aaee2737a078d66cfaeb870d0a0f4fc8 3,623 1.00/1.00 vMB 15
771,934 771,934 000000000000000000000976bd43ad724c6a56943e50d06df2226a64c14e6c37 1,036 0.32/1.00 vMB 9
771,933 771,933 000000000000000000053c5b1b9491a3cb1130194ec974a7e96d7dfd98ef667e 1,658 0.52/1.00 vMB 8
771,932 771,932 0000000000000000000763c068b6b538f9f9e542ece1f83bbcfebaff68a4c829 2,728 1.00/1.00 vMB 5
771,931 771,931 00000000000000000006091f777201f5731b236b238bd84c1b8c40d3830a7f42 2,722 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.