Loading Tool

Explorer IconExplorer

Memory Pool

74,380 transactions
28.67 vMB
0.07526458 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt 79441cc7dbeb97002b189af5e56d64dfadd405888fa08c24e779a623da793943
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 22dd9a1f739382a1e21d8b0d84447e1ae1ab3e094ab74f575271a4a2f356c529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.01767287 BTC
Feerates: 250.89 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (518,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,699 396,699 000000000000000001a9ae503b5eca9f55b29c508633da7d3466af2758c1cf69 763 1.00/1.00 vMB 15
396,698 396,698 0000000000000000084aea7cb3e53681436c5b194b52069157cd09bb1bb2f7cf 478 1.00/1.00 vMB 13
396,697 396,697 000000000000000008c81853153ca7c48e67b05b6d2605af80566c7847b66239 1,222 0.93/1.00 vMB 23
396,696 396,696 000000000000000001b0006bdc6a4d60221517aff4d779ddf8c9fe62c60d9fc7 1,144 0.50/1.00 vMB 48
396,695 396,695 00000000000000000118e26d6ce6debf13e277113a7040e4802c009b3edecd09 253 0.15/1.00 vMB 29
396,694 396,694 0000000000000000020dc92fd01ea71c00e75f8469de57d45b01225cf7847f38 1,588 0.92/1.00 vMB 33
396,693 396,693 0000000000000000051fbb40046aa8c34d40794413fa37e0d10f4d718d6a69cb 2,349 1.00/1.00 vMB 42
396,692 396,692 000000000000000002743f4f4018c4da99d02d9d92389bfd80ae11c7f15b4adb 1,009 0.47/1.00 vMB 33
396,691 396,691 0000000000000000042f13c4aad0390e1bfc602134817fbcbc1756dea85e014c 2,374 0.93/1.00 vMB 59
396,690 396,690 000000000000000003cbeeb274d1cacc534fecfa4a92e743693d7aab8a552d7b 2,054 0.93/1.00 vMB 37
396,689 396,689 0000000000000000065c4f04c78aa0bd550bc022b731a1714258f9eedd9f0660 2,439 1.00/1.00 vMB 51
396,688 396,688 0000000000000000035a0b3db23465f628c6051e7fb1ad5fc8e7bb8871d75308 2,200 0.95/1.00 vMB 38
396,687 396,687 0000000000000000058db53b222fd0d9bf80ca487a905a8940e38a776ea9c1f7 2,326 0.95/1.00 vMB 65
396,686 396,686 000000000000000007c01a6c86e06e2855d7d60442be4d713de7a5a6452d2c7c 649 0.99/1.00 vMB 12
396,685 396,685 000000000000000001212d4384d939ca026d50bb75e9cd7283164fb73d4d4111 1,209 0.93/1.00 vMB 23
396,684 396,684 000000000000000006cb57197451576a2565c76bd9b559b52b804725a6d719a1 1,539 1.00/1.00 vMB 21
396,683 396,683 000000000000000003d3389262a55217e9286c6c398ea8d9c91b49cbb9261ad3 2,754 0.99/1.00 vMB 50
396,682 396,682 0000000000000000001e7d9e5bf68fda5332ee606963b407353fc8b0f1f4d38b 1 0.00/1.00 vMB 0
396,681 396,681 0000000000000000038ce1d73d8b85de0b1e641760a3216aa4db51f46d4bf353 1,739 0.75/1.00 vMB 50
396,680 396,680 0000000000000000024225c5335545b2f812011a2949abb4e0cd2778389026ee 3,093 0.95/1.00 vMB 58
396,679 396,679 00000000000000000217e43a7e64b16cb82d579b4797d76cb287e79dd864987e 810 0.69/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.