Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
29.85 vMB
0.15158215 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt 3a408d8d1d215f8fcc12e038205349c68903efe2eb5930a99d94054336cd278c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c54b1d581694a8d4e4e19c78c2d9f1942cb905f633e5515747828583a8696e01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.05759840 BTC
Feerates: 1,002.91 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (226,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,048 689,048 00000000000000000004e7ce8013d66258b14857d9bccf9d0aa03f1a37acbdf1 1,693 1.00/1.00 vMB 54
689,047 689,047 000000000000000000085685ec01b6059a4b4d1dcf4cd7e04c6301a420a7d007 2,510 1.00/1.00 vMB 46
689,046 689,046 0000000000000000000503d4afa45d2d2c1a7f2c3c3f88250d903c0a5a009029 2,580 1.00/1.00 vMB 71
689,045 689,045 0000000000000000000c923c7fc2cd17c8a6fbc5186cd99acea4924c29e29104 2,260 1.00/1.00 vMB 58
689,044 689,044 000000000000000000013ff7279087bc248e2ad5a90c646e8295a92c88944d90 2,989 1.00/1.00 vMB 80
689,043 689,043 0000000000000000000048db3bebf3d8c35513a871074b72508076a8f309323f 2,116 1.00/1.00 vMB 64
689,042 689,042 00000000000000000008f1b16e9c19d519364665b6e1fb1fa04bf20ce8fe4d1c 3,157 1.00/1.00 vMB 101
689,041 689,041 000000000000000000060c1de41de6f08ecaace93ec3954efeb44b81dcdc584e 2,820 1.00/1.00 vMB 63
689,040 689,040 00000000000000000007f4033a38b192676efa93279d2f3d44a81e5b76df654e 2,518 1.00/1.00 vMB 66
689,039 689,039 0000000000000000000a07d4e09a418d9c222769c76a750c18736f6bcca196a2 2,736 1.00/1.00 vMB 97
689,038 689,038 00000000000000000007738fc9750e49a802f17bac5586ff083e056da3572e0d 3,199 1.00/1.00 vMB 18
689,037 689,037 00000000000000000004f2545163f09cd3088629274731b81200aed54a7db1f1 2,687 1.00/1.00 vMB 37
689,036 689,036 000000000000000000031386cbd0e089a0e2b06c63694dd6fe77db235edc9b5e 3,127 1.00/1.00 vMB 44
689,035 689,035 00000000000000000002a4e1d9fe65f9df55d2d98ad904f50b5ca5b3675794bb 2,830 1.00/1.00 vMB 72
689,034 689,034 00000000000000000007effcf35c0597a60d01a3dc685c81d997f49aa248c2d1 2,333 1.00/1.00 vMB 84
689,033 689,033 0000000000000000000b8eb5953eda182cc8f86e10b89531ed32791f35e800d0 3,149 1.00/1.00 vMB 35
689,032 689,032 000000000000000000013250207f833ff982d61977365d0a0f52065acbbddca0 3,154 1.00/1.00 vMB 41
689,031 689,031 000000000000000000046cce519be62f68dd777d86f274a24c574f417804e36e 3,070 1.00/1.00 vMB 60
689,030 689,030 00000000000000000002f4d1f3ec64fcc6a11d2b7b0201e2383cf7c547667aff 1,757 1.00/1.00 vMB 64
689,029 689,029 00000000000000000001b308ce36f161b19b3360f895d5bd154a089944adc5d9 3,259 1.00/1.00 vMB 52
689,028 689,028 00000000000000000002f4827482672669c425c95cd1fdb39fde676cd078c521 1,196 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.