Loading Tool

Explorer IconExplorer

Memory Pool

79,191 transactions
29.32 vMB
0.09765655 BTC
Random Selection Loading Transactions
Max Size: 177.22/200 MB

Candidate Block

Mining Attempt 772300cd2eda2f3bd8e5a83749d6c9b85b8e51f9b8a5515bdd338d796a5e131c
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 112e35a23aa99a44fffe905a60e2f5bf86f5ca946558fa457564e39ab7e1f7db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.03540646 BTC
Feerates: 150.62 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (469,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,400 445,400 0000000000000000013e7f0a27e1de736e732e5b822f3f7a07014f7f9b9791e3 1,109 0.42/1.00 vMB 81
445,399 445,399 00000000000000000318dcfba7d166282dc23e08991418f86a3055c7de082178 2,257 0.91/1.00 vMB 76
445,398 445,398 0000000000000000027b824a663cb4e15ebc2b001004c39aeab12ec10e1166c0 1,393 0.55/1.00 vMB 77
445,397 445,397 00000000000000000045513adfb95b5501c304a92c21e22e7b5fdc4d564f1ac1 1,407 0.63/1.00 vMB 61
445,396 445,396 000000000000000001d69a9771cc26b380f1e22ed608aea1b7c2df7e955d05d3 2,114 1.00/1.00 vMB 87
445,395 445,395 000000000000000000d4eeb378d7fa4f39710dd0121cdbebff02340f26b9ccd3 1,075 1.00/1.00 vMB 24
445,394 445,394 000000000000000002645d78ffd208c95b38e61bc8cb07915b8c0a3a313c9b51 2,624 1.00/1.00 vMB 83
445,393 445,393 0000000000000000034d0be6ab4f6bfca6b5530db3fe707e96aa2844cdabd4ef 1,401 0.77/1.00 vMB 53
445,392 445,392 00000000000000000200c18a796e5046df33720ee2c77710b09d8b9b5bb276f3 2,220 1.00/1.00 vMB 79
445,391 445,391 0000000000000000019a97d29c4945b170f8c92c91f90156f9d261414ea1ff34 2,370 0.87/1.00 vMB 81
445,390 445,390 0000000000000000002abb2c96e26be1db2b0962ac15ca99198f47cda9492d90 2,163 0.99/1.00 vMB 65
445,389 445,389 000000000000000000c7c4fadacc62e35baa59bc03fc801dba72fe0b528de591 2,232 1.00/1.00 vMB 72
445,388 445,388 0000000000000000004817cc63f56727a1c91185d04581fedf87ac2e6df67693 1,398 0.72/1.00 vMB 46
445,387 445,387 000000000000000002cd1c9f5478f82c16401125386505895697a116e588a7e7 2,619 1.00/1.00 vMB 82
445,386 445,386 00000000000000000004e008ff575e9d93f365def6558eb2758f7535b81f946f 2,258 1.00/1.00 vMB 66
445,385 445,385 000000000000000002185d28ef09e51e581ab775e445d87ad7f08ff0db62ec7c 2,568 1.00/1.00 vMB 96
445,384 445,384 000000000000000001d65a57047814f2f407d29bfbe0d8ebd5c78e65de634338 2,129 1.00/1.00 vMB 66
445,383 445,383 000000000000000000f0856ad27f64fdfdf5e215a739fe5d4b845f41d453e0eb 2,291 1.00/1.00 vMB 87
445,382 445,382 0000000000000000018e0443c322675c1772b7e25d57c0b6445b0df6809475ff 1,927 0.99/1.00 vMB 64
445,381 445,381 000000000000000002230326de906adc8b58410ec2666db69a803fe8928fc751 2,374 0.99/1.00 vMB 60
445,380 445,380 000000000000000001a8027ebb824882046f6aa1edc68bb095e753fb8f042e16 2,129 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.