Loading Tool

Explorer IconExplorer

Memory Pool

43,026 transactions
29.17 vMB
0.07766550 BTC
Random Selection Loading Transactions
Max Size: 150.11/200 MB

Candidate Block

Mining Attempt 694a934318c1d32d382ab3502eb4097dde5e9e2022714724c510062c9b87e7f7
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 90ac30a4fe3efadd6e01f0fd613e0eb922fedf5a838e52257ac43158ccf7f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.02055911 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (254,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,742 659,742 0000000000000000000144c82eaa410c8957bf4500f35477579c0a6f14eab1c2 2,325 1.00/1.00 vMB 128
659,741 659,741 0000000000000000000826e8b131f52a4b585b42d42d537f2a97795d18c15574 2,415 1.00/1.00 vMB 128
659,740 659,740 0000000000000000000b4d54e38a51cfdf819df7ef0b940e9a1d7dee124408b3 1,706 1.00/1.00 vMB 116
659,739 659,739 000000000000000000095c31bcbcc466864b66befa9239dfdfb2115df0afa0c0 2,688 1.00/1.00 vMB 135
659,738 659,738 0000000000000000000ca919e463c587db3b3150f096ca114f9651d934151d5b 2,301 1.00/1.00 vMB 130
659,737 659,737 000000000000000000036ebe1ba7afb9776788db663c1c64f7ad9999716015af 1,644 1.00/1.00 vMB 113
659,736 659,736 0000000000000000000723eaa0b4ce4a278da7e86b264dd610105bba3f00c308 2,132 1.00/1.00 vMB 135
659,735 659,735 0000000000000000000b5220be8022ec8912d9b83a2a4e1752f533c28a59d665 1,681 1.00/1.00 vMB 128
659,734 659,734 000000000000000000088b849449bba66b3cc8dd447c820a34dae16eadfd02ac 2,641 1.00/1.00 vMB 128
659,733 659,733 000000000000000000008b3b9acbfa843d918e0ee43e508ec37ed645d680b493 3,075 1.00/1.00 vMB 128
659,732 659,732 0000000000000000000d8ff34ba92bf0687393b26783a9bb790ff08086ced139 2,621 1.00/1.00 vMB 139
659,731 659,731 0000000000000000000bb07c94644fc4fd8103dee609307d8b3739c4b3400286 2,893 1.00/1.00 vMB 132
659,730 659,730 0000000000000000000996fd090e8c6ef72dee4d88959bcdb588f2a1cc98496e 664 1.00/1.00 vMB 142
659,729 659,729 00000000000000000004c37f43818b8263dfea72dcc26d46b40120964f52b15f 1,013 1.00/1.00 vMB 145
659,728 659,728 00000000000000000002640385e1bea55f0cfe27e4b244be4badc60e47264d0c 670 1.00/1.00 vMB 139
659,727 659,727 00000000000000000000a8f3661d0b3619f37b92fa0d3617a6c20c641d79fcb6 1,543 1.00/1.00 vMB 159
659,726 659,726 00000000000000000004041fcaed1b41f8cca49a9360c9f0f7019b61b50eb0e5 2,554 1.00/1.00 vMB 138
659,725 659,725 0000000000000000000d9dc196e06729ded37959b07dd25249cf5665e43a9a8f 628 1.00/1.00 vMB 129
659,724 659,724 0000000000000000000d1f95e90c822cae4d4a593ee9572d7b0b65a93ef4e4fa 2,679 1.00/1.00 vMB 133
659,723 659,723 0000000000000000000cb076427dce555aac9617abfe3bcb3aeed757a6dee1b2 980 1.00/1.00 vMB 120
659,722 659,722 0000000000000000000bce06e27e739d58dac362c30bb3c575ad9f52199cb35a 1,659 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.