Loading Tool

Explorer IconExplorer

Memory Pool

41,629 transactions
28.13 vMB
0.06866423 BTC
Random Selection Loading Transactions
Max Size: 144.64/200 MB

Candidate Block

Mining Attempt 1912f8fb8049051457490574bab51f119235e2756044e69837a7a39914f4f1fc
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root a2714afeb97a868bbf7849b2af24d3a8922a564e67fda7cb9c60558039b53432
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.01397876 BTC
Feerates: 100.56 > 1.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (206,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,601 708,601 0000000000000000000b4a25a714c74ab2537569af5100b3b5815ffd96a8de8f 2,964 1.00/1.00 vMB 10
708,600 708,600 0000000000000000000c8e85631ef0e2c2fdcf53e77b10d46bae4a0ab97a6ab0 1,439 1.00/1.00 vMB 6
708,599 708,599 000000000000000000068885cade9e1549f7304d9a78c5c17000e5547e0597b5 2,521 1.00/1.00 vMB 12
708,598 708,598 000000000000000000037bfd321a25ecd9acfda403d3df3c321fc382ffe8283c 3,064 1.00/1.00 vMB 11
708,597 708,597 000000000000000000068f2dea8d9a1b8300f3e150aca6e88260d20f8865a21c 2,889 1.00/1.00 vMB 15
708,596 708,596 0000000000000000000639f8a27917b7b5c13038d15799773a720350487c50eb 692 0.39/1.00 vMB 7
708,595 708,595 00000000000000000006ef8985f251a6448aa5155a7ef54bfcb0eb5707cedf42 263 0.24/1.00 vMB 7
708,594 708,594 0000000000000000000197d404ecc271ac2c16352f3f5cf2309c4963b698bbd8 1,040 0.62/1.00 vMB 9
708,593 708,593 000000000000000000014dcc3c79f67c68920fb8b8aa6190792af7c675515a3b 885 0.70/1.00 vMB 2
708,592 708,592 00000000000000000002a670a064c5f15f4158c4963e5cc63381705880e80cad 2,534 1.00/1.00 vMB 11
708,591 708,591 00000000000000000003185f443cdb68e9bcfffe1d1fa3533cd810e7f4038171 2,940 1.00/1.00 vMB 14
708,590 708,590 0000000000000000000136ba04963b80ad71297eaecbe9bfc36af4ddd0d3d44b 436 0.20/1.00 vMB 11
708,589 708,589 0000000000000000000a7cfd0193f81bf64c8a93db61259fd3164b673b0f674f 333 0.09/1.00 vMB 11
708,588 708,588 000000000000000000039aacb332085635d278877f9cb8200dcab9e7fecc7dcc 2,499 0.82/1.00 vMB 11
708,587 708,587 00000000000000000004cebce1bd5f5364ce11a94af42bebb302b33fc2970f61 2,348 1.00/1.00 vMB 11
708,586 708,586 00000000000000000004021a56bd848cabaff1a2cdb665d395c6e33745d51b4c 288 0.08/1.00 vMB 12
708,585 708,585 0000000000000000000aa5127d4ddfd4f8e1c87ccf84c8c157141cef5782d0c6 597 0.29/1.00 vMB 17
708,584 708,584 0000000000000000000c02cef4c8f07408248f66f9d865c0ced42f4ecc58358f 1,290 0.82/1.00 vMB 4
708,583 708,583 0000000000000000000ac9a80ce485b2de65a2497ad3ce2a8ab77ef176beff0a 1,507 1.00/1.00 vMB 10
708,582 708,582 0000000000000000000384527b6faae1dbfaaf34370b8a2f43cb69c525b97fc0 1,611 1.00/1.00 vMB 16
708,581 708,581 000000000000000000005ccb99ea1909293fc601ecc64cdb3870d4330d1ed761 303 0.11/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.78 GB
    • Received: 12.08 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.