Loading Tool

Explorer IconExplorer

Memory Pool

79,639 transactions
30.21 vMB
0.08328071 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt ab92d1b870757db863a70122ef719168d9485a6227629b2a6d2c3ce284553c0c
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root cac5cfaf5555435b9c45b705e12a2c020475fe442e79d1f58da6f05697ed61b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,729
Size: 1.00 vMB
Total Fees: 0.01587065 BTC
Feerates: 203.60 > 1.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (167,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,743 747,743 00000000000000000003cf5a3110d6652ec26867e21fdd80ccc714d0e71a4fe8 1,225 0.61/1.00 vMB 13
747,742 747,742 000000000000000000021e41ec3a5ac2d306fd7c307198e505ea0d6584d7a2e6 1,712 0.52/1.00 vMB 12
747,741 747,741 00000000000000000006850105a98f7881558c9a903d0703ab8dbe815a43f88a 2,396 0.99/1.00 vMB 10
747,740 747,740 00000000000000000008f47bed565b3359e1a2f661240de4610647769f65b718 565 0.23/1.00 vMB 13
747,739 747,739 00000000000000000009df055c3c91fba99f308566c24b65964a97f93f5be330 606 0.20/1.00 vMB 3
747,738 747,738 00000000000000000001789a9819addf8f4a29a6561c7c45498a7c00f9d77e2c 2,878 1.00/1.00 vMB 15
747,737 747,737 0000000000000000000639deeb5cba644e9e58b0a8d39b362a6fc23885d4c9b0 1,170 0.35/1.00 vMB 13
747,736 747,736 000000000000000000099de54e1089effeae961f521cde568fe0af274019e922 610 0.19/1.00 vMB 14
747,735 747,735 00000000000000000006d84d5cd7da78f04d6670dd5888426ba8b0012dabce37 682 0.55/1.00 vMB 3
747,734 747,734 0000000000000000000687c322729ad483e501e36082cd74c6d4f2d0ff64d7e1 2,063 1.00/1.00 vMB 10
747,733 747,733 00000000000000000004be3ce6a2cbbb8ed9eeb2df493004d5aef8395a4ff55d 1,087 1.00/1.00 vMB 15
747,732 747,732 000000000000000000079e6b018c01a60eca66f148fa28dfc68beaa614d4cbf5 632 1.00/1.00 vMB 1
747,731 747,731 00000000000000000008e3f83e829bbfc13e8ef29f22e65b3c168ff2024d06a9 1,179 1.00/1.00 vMB 1
747,730 747,730 00000000000000000005e68eac9518e8393c9055a532e2d046bb0467ce3b9657 2,130 1.00/1.00 vMB 3
747,729 747,729 000000000000000000094115b790ec3ffa5cfa22fc28ac9e9697afcac352f925 2,239 1.00/1.00 vMB 11
747,728 747,728 00000000000000000001a97f64db4e67a2697fad83f5ec345e332b30f64a9de5 2,755 1.00/1.00 vMB 3
747,727 747,727 00000000000000000005ca28f0c7c766df27cbcf1aafa957f1f9d99634bc5c02 2,548 1.00/1.00 vMB 5
747,726 747,726 000000000000000000003267a67cbd3922c7b4e0571a4a8771cdcb017f004ea3 2,607 1.00/1.00 vMB 13
747,725 747,725 000000000000000000049b4de5ee3b65d2a4371aa33b897ec56de49a4530c951 2,384 1.00/1.00 vMB 5
747,724 747,724 0000000000000000000933f4a975f959a21e7c33cc1e059616e2dd461f56aa8e 2,160 1.00/1.00 vMB 10
747,723 747,723 000000000000000000024fd66729139acc493d7e75a9d3a0e087529704d92e2f 3,168 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.