Loading Tool

Explorer IconExplorer

Memory Pool

40,735 transactions
25.77 vMB
0.05078163 BTC
Random Selection Loading Transactions
Max Size: 134.63/200 MB

Candidate Block

Mining Attempt 5fe29998b264475b5cb793baa5541442052c35d897239505458bb651ec3eae23
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root dc914438f9c51d10108190da1794e0349a68644e8255039e59b4fb745bdbe239
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,847
Size: 1.00 vMB
Total Fees: 0.00396801 BTC
Feerates: 140.50 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (601,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
312,764 312,764 00000000000000002b584572b8fc54aa06cdda4c3b8081c5e54cf676581bd375 685 0.48/1.00 vMB 28
312,763 312,763 00000000000000002616f96e5241517230c38ea7c80bdf439721f3663147de0b 956 0.73/1.00 vMB 22
312,762 312,762 000000000000000032b3fbc5107261ca4b976165bf79f9c67eeed0a647985266 1,212 0.87/1.00 vMB 26
312,761 312,761 000000000000000005482522441fae4fdf6e05dad41ea6f7340d807144825e83 1,017 0.68/1.00 vMB 25
312,760 312,760 000000000000000031392a374f3249e215aebba5770faac71da0ac9e62906b74 391 0.28/1.00 vMB 22
312,759 312,759 00000000000000000fae57336c778e6aa8281bc6b7051e356a2c5c664973ced5 89 0.04/1.00 vMB 18
312,758 312,758 00000000000000003a3a4a76cf3dd6654dc48e91055f722758376e5635720b35 479 0.39/1.00 vMB 24
312,757 312,757 0000000000000000018cea110b4d6d355a300dea18dc63982fc336f215466309 182 0.12/1.00 vMB 24
312,756 312,756 000000000000000010347b023b61230673908431269cd7ad79c657135bc431d4 17 0.01/1.00 vMB 50
312,755 312,755 00000000000000001247306e5e83d752099f91404c11767e243ba1c1fdc56229 804 0.54/1.00 vMB 25
312,754 312,754 00000000000000000b6e80ed417ac7f5db3e3ee86e444172d1f1fb74b47022b8 120 0.06/1.00 vMB 33
312,753 312,753 00000000000000001b76ea5aca43b13c85c9e2db66fe44205bede391ed32b660 554 0.38/1.00 vMB 26
312,752 312,752 0000000000000000373402f51a87ddf6c99e519f8efd8a8db7f22d4544df45c2 120 0.06/1.00 vMB 25
312,751 312,751 000000000000000012c675ef5e3ef3c076156169ff2aad705c2bc24e74e5e952 419 0.43/1.00 vMB 20
312,750 312,750 00000000000000002cccb1a79803739dfc59bf22a52397ad8f3c1d1134372b6c 17 0.01/1.00 vMB 26
312,749 312,749 0000000000000000302cd06aab40b3e3a882bf6f0d1280e259eb879870d8f2aa 212 0.13/1.00 vMB 28
312,748 312,748 0000000000000000092f79b7ebc1e5d82bd17bca4389107b6df6844049d49ae1 66 0.04/1.00 vMB 14
312,747 312,747 00000000000000001625b84c5b21646402e6e9b868eb298cf6085d9dc4ad2792 720 0.48/1.00 vMB 28
312,746 312,746 000000000000000018cefe191b16ba13170293b18336380609be56631813b199 617 0.35/1.00 vMB 29
312,745 312,745 000000000000000003f26664497a540dfc70531be6eb6a6612d321b0d1a80316 210 0.47/1.00 vMB 31
312,744 312,744 0000000000000000080c7e6fadf60f28ca645f2ace4007b4ed2925f6dd68d9c1 249 0.11/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.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: 646.04 GB
    • Received: 12.80 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.