Loading Tool

Explorer IconExplorer

Memory Pool

83,240 transactions
30.58 vMB
0.08550483 BTC
Random Selection Loading Transactions
Max Size: 187.69/200 MB

Candidate Block

Mining Attempt 1bd2794735577b21657c62d3f22a41e98ba708e6a3796af76f0a1c3f69042a77
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 8bd837dd8faa5aa07dcf7ff8b631e2b97a2e6e1e903fa5c1ff083d9a1b3adc88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 1.00 vMB
Total Fees: 0.01718644 BTC
Feerates: 402.60 > 1.72 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (206,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,094 709,094 0000000000000000000570de703e7b02b6472c6a5a2f4389755aae1f7344fbb7 3,270 1.00/1.00 vMB 37
709,093 709,093 00000000000000000002a4377a74a7903134c8bec68791fbdb37a421bb904d67 2,591 1.00/1.00 vMB 10
709,092 709,092 00000000000000000000613b38cb90e13382521aaffea001de903562b24732b3 2,472 1.00/1.00 vMB 8
709,091 709,091 0000000000000000000003b57b5a0c919f8a23194c0e531c3a7fbadcf81fd091 2,547 1.00/1.00 vMB 18
709,090 709,090 00000000000000000008a83f5890e34d0fab06420e338e4143f073bc0160a627 2,299 1.00/1.00 vMB 10
709,089 709,089 0000000000000000000b6f96dec34b93ab0e338c48fdbdd7014d0d62a459777c 1,188 1.00/1.00 vMB 9
709,088 709,088 000000000000000000003275af7ec09a5d47abb3b35b0721c9453b8c31b061a5 1,563 1.00/1.00 vMB 13
709,087 709,087 00000000000000000006bf4bb0e8ee1233e31501ff4aae16941a1158fdb76a85 2,249 1.00/1.00 vMB 16
709,086 709,086 000000000000000000075003e5d02841357c25bf773642d68870422132b66430 2,909 1.00/1.00 vMB 17
709,085 709,085 0000000000000000000b034e4c618eda0cedd090be31ac66be41ca4843c61c5d 467 1.00/1.00 vMB 10
709,084 709,084 00000000000000000008b0553baceca80b10c85c89fb68468b957513d9a3b19d 2,343 1.00/1.00 vMB 14
709,083 709,083 0000000000000000000a482bf62cd477fd422ef92fa2a7e5e68038ecbbff5775 1,665 1.00/1.00 vMB 12
709,082 709,082 0000000000000000000883aed93761d3deece45ae975d23fe408da8d2a4ebedd 3,419 1.00/1.00 vMB 16
709,081 709,081 0000000000000000000381eb49d93c588d60a377a9be00a3fae6827856b7735e 3,786 1.00/1.00 vMB 22
709,080 709,080 0000000000000000000756c48fe487a0c2776f340d05fb107af99fdef5a770f3 3,341 1.00/1.00 vMB 25
709,079 709,079 00000000000000000009f35b9d6d3ff72daf7d9c66d3fbf06934068c05379d9f 3,317 1.00/1.00 vMB 23
709,078 709,078 000000000000000000001f95d4bcb7854dac77da9f43bd35c0eadfa297d5d0ff 2,615 1.00/1.00 vMB 27
709,077 709,077 0000000000000000000017e3e40294241f45d1d9fb201a57e296588bf3a129c9 2,296 1.00/1.00 vMB 17
709,076 709,076 0000000000000000000a66661135cc362aab9d3a64837bc4a13c76957a0a4cd9 3,288 1.00/1.00 vMB 21
709,075 709,075 0000000000000000000a49a80b7e9f4cb41901fabe4226e515cfb56e1f147562 1,857 1.00/1.00 vMB 16
709,074 709,074 00000000000000000009e0af42369b3d1971aaa08a8718b6917b03254469cd2f 979 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.