Loading Tool

Explorer IconExplorer

Memory Pool

79,634 transactions
29.92 vMB
0.09975219 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt 450bfe34e259b9b297cc69b3fe5bc6371e19877a1a0cfff9e93f34de6849a23e
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 52a4e2d570747353f8065932061d1f577c9283cc698f94d68d9932dbd56776ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.03133339 BTC
Feerates: 120.36 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (497,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,134 417,134 000000000000000001022c0f74a10eb23359d6ee5f99d889b3a8433f13e147c2 1,596 1.00/1.00 vMB 64
417,133 417,133 00000000000000000478710bb73175549d34893a375454df1af122c26a453d9b 2,554 1.00/1.00 vMB 93
417,132 417,132 000000000000000003755f388515f2f892b7e2e88e0b157f03d4e08b019b41f7 1,293 0.91/1.00 vMB 56
417,131 417,131 0000000000000000040a27b984d28bf9dfe6a30fecbd95fe39b9a63173ef340f 1,009 0.99/1.00 vMB 28
417,130 417,130 0000000000000000021405ac1d5879a105c6b806463e3dbd47c73863591d0744 1,472 1.00/1.00 vMB 42
417,129 417,129 000000000000000000758ce6927ef997a4c63894072187a4946ebf684aec4018 1,399 1.00/1.00 vMB 57
417,128 417,128 0000000000000000035ddeb73f28aac430188d76c39b48e8ec4e7f7867445ff3 1,633 1.00/1.00 vMB 53
417,127 417,127 0000000000000000021e5af03e11af5ff55317c19b2416cf5b4c89fe1ab5b3b5 2,670 1.00/1.00 vMB 84
417,126 417,126 0000000000000000041bfa5a2ac4c3484d04bb853c4a152626a4a060a2872c1d 867 0.42/1.00 vMB 54
417,125 417,125 0000000000000000021959c72a03ebb47c980e93f8fe62167d8bdc21635c8358 664 0.34/1.00 vMB 55
417,124 417,124 0000000000000000020fcd046d4f6b43c84fa2030eb3ab9d93200e55b02fe474 931 0.46/1.00 vMB 57
417,123 417,123 000000000000000003a6a8fac0656d18670c66ae1200d326aca7fb148cd7d0d3 449 0.33/1.00 vMB 39
417,122 417,122 000000000000000000cc54ef7e2715e19f5d64325b114ffae886a3b99fe86fdf 744 0.38/1.00 vMB 58
417,121 417,121 000000000000000004402b6e05ff3c0784a26513f725701e35341bf393b8a757 229 0.14/1.00 vMB 53
417,120 417,120 00000000000000000057e6f603c673b37c1fc3c368f146ca82459e9d453ca941 1,211 0.67/1.00 vMB 63
417,119 417,119 000000000000000004f2c10eee4b2e749afb2fdbb87f62fe895d055f1bbd02db 1,574 1.00/1.00 vMB 31
417,118 417,118 000000000000000000dfaf7151f2293bdb769cddc352dc5eeebc75398bcc829c 2,660 1.00/1.00 vMB 79
417,117 417,117 0000000000000000011d6addc3031d92680e44ee26ed01cca1bbe001a68c5270 256 0.16/1.00 vMB 34
417,116 417,116 00000000000000000253ce1335a4e659a52e3aaca5a2e800d74dd3c68c014c9e 1,579 0.82/1.00 vMB 60
417,115 417,115 000000000000000002d557de46fb1d01f0fbd6a4c6fde21b5cde783ee7130910 242 0.09/1.00 vMB 73
417,114 417,114 000000000000000001e8321e9f16ea7fd8eb06095fc6b28364517ebdcc76db91 1,031 0.39/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.