Loading Tool

Explorer IconExplorer

Memory Pool

67,357 transactions
25.73 vMB
0.05886582 BTC
Random Selection Loading Transactions
Max Size: 155.02/200 MB

Candidate Block

Mining Attempt a3bf8bdebcbd462dc6e2571dd5a4fe51511f91a4e66c719b624648814c17ffe3
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root f4bea6a39b0f00a8ed8d9f3b137942748e99698713be00817256470eeda494e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,071
Size: 1.00 vMB
Total Fees: 0.00453796 BTC
Feerates: 40.21 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (821,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,111 94,111 0000000000001715b42e42fdc9297963d42edf6078ca6d44bf4cfbd605d73c24 1 0.00/1.00 vMB 0
94,110 94,110 000000000003650d61a411ce11f51d982e88b58001815b986eddc693d991e80d 1 0.00/1.00 vMB 0
94,109 94,109 0000000000067d7728adc5a634c7d9830a6a4f0f9e8e6645d02b8cea046f9993 1 0.00/1.00 vMB 0
94,108 94,108 000000000000a9d79174b1d20035cd96fd6b24e123f1751501b6d3884e036699 3 0.00/1.00 vMB 0
94,107 94,107 000000000004b55ebbdf2537734ae0ac67b135720961e55f4cc2ac11add4f42e 5 0.00/1.00 vMB 0
94,106 94,106 0000000000026b313bbaf1835fe77b4103e7f0407e5a8b0299acaa1718f22144 1 0.00/1.00 vMB 0
94,105 94,105 000000000001a0db39ce38595aceab4c6bb7a0a844ecea9faf46dac024bdfb0e 1 0.00/1.00 vMB 0
94,104 94,104 00000000000224385bfad684bb541aedf404b07ca8d642f961ade34b0cd38b2a 3 0.00/1.00 vMB 0
94,103 94,103 0000000000071a12979dd25c0c08483d2ca6196a7ad6fe90f00dd98e1e275016 2 0.00/1.00 vMB 0
94,102 94,102 0000000000088e36cfdd106d3ed336920ff85885dd14c5f4c7a5319ada736992 1 0.00/1.00 vMB 0
94,101 94,101 000000000001c7f35fb840be14d1922135f5edd65a13bae2505e7d262faa32e1 4 0.00/1.00 vMB 0
94,100 94,100 000000000003fcaa59ce84a09487d0c9f19efe4052a9123552633f1fec712e1c 6 0.00/1.00 vMB 0
94,099 94,099 000000000003b8efce6368f4861c43d2093ecc1553c6636d6f71d956bc30c9c0 2 0.00/1.00 vMB 0
94,098 94,098 0000000000061f5945da8b044f83f8c249534c8457fe3d94ebb859ea8d945751 1 0.00/1.00 vMB 0
94,097 94,097 000000000009651154a5d8ac5847d4e821f6bc5a4791a441a219315b974f2e54 2 0.00/1.00 vMB 0
94,096 94,096 000000000004b93ab26e8b0a28dd8ec0501b1b1bc7afbf38c030e3adcbd0ab06 6 0.00/1.00 vMB 0
94,095 94,095 000000000006c23c2065fd44c432da751d6ac894bb326b41b5da824c1067b76c 1 0.00/1.00 vMB 0
94,094 94,094 0000000000001cd4d152b816e93ea87924d75a7916bfea7a11f031f36e64dcf9 2 0.00/1.00 vMB 0
94,093 94,093 00000000000495dcd3d348ccabd583b13249b1bcb3eeeff96dc9712b5be9c78b 3 0.00/1.00 vMB 0
94,092 94,092 000000000005f51c386d5c54ed6cd227c3519f7c532a35af1a794efb2dff3420 12 0.00/1.00 vMB 0
94,091 94,091 000000000003db93e32ef7cad0bdb757ef2cb0ec4c2a434ccfc7c7de7c9f325d 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.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.