Loading Tool

Explorer IconExplorer

Memory Pool

45,395 transactions
28.75 vMB
0.12722066 BTC
Random Selection Loading Transactions
Max Size: 152.22/200 MB

Candidate Block

Mining Attempt 803f4f6633c0007fd129d8c47072ab9099ff5aa9ae1fe66b49b7988c4000f532
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root f77812f339cb9043eff113a1ea1f7a97be7c119a64ada44127cf0e6a904c881d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.07149067 BTC
Feerates: 101.65 > 7.16 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (364,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,223 550,223 00000000000000000009859ccab81e57277d38902d8d07d8c891d5858ac4cd49 2,673 1.00/1.00 vMB 33
550,222 550,222 00000000000000000022ecf933ba1c229e11c820a06a6ff3cd78e009576093ad 2,623 1.00/1.00 vMB 31
550,221 550,221 0000000000000000001f91dc8b785937b670b9ba9e003a4d718d05812a985540 2,589 1.00/1.00 vMB 33
550,220 550,220 00000000000000000004c45dcae99b4e96ff0f1d8b506043afd7ecf6cd9e1ea6 3,038 1.00/1.00 vMB 54
550,219 550,219 0000000000000000001cf059771857b670c7ff3b7628396be5dbf6f2185d5faf 2,996 1.00/1.00 vMB 43
550,218 550,218 0000000000000000001b7bb07548b2ea609cf018b88026d14d28d56bf96b5869 3,024 1.00/1.00 vMB 47
550,217 550,217 0000000000000000000bc31e4467555ebcd97f29f1d221cd864818d77cde65b3 3,410 1.00/1.00 vMB 62
550,216 550,216 0000000000000000000965ad7feda2df464f5d2c0abb30612c8b968f0c0ca6ea 3,001 1.00/1.00 vMB 59
550,215 550,215 000000000000000000043dd4090b180732995a22000424681013b69e04908831 2,596 1.00/1.00 vMB 42
550,214 550,214 00000000000000000024a9a29f651caef34cd42656820218a03bafb4b78579a3 2,943 1.00/1.00 vMB 60
550,213 550,213 000000000000000000027775d785d7510583710e1735f994f4d835a1ba5c684d 1,279 1.00/1.00 vMB 53
550,212 550,212 000000000000000000010f61c9ba525ff0620ba17c922ac05bbbf2bf3457872f 2,747 1.00/1.00 vMB 59
550,211 550,211 0000000000000000000c8f5b9f2149ae07e7d7bd63fbb56611784927f57d214d 3,068 1.00/1.00 vMB 44
550,210 550,210 0000000000000000001cd17fe3d1bb9fd147a407d1da00d06fac8ebb7410e13c 2,529 1.00/1.00 vMB 33
550,209 550,209 0000000000000000000228247f373c60bb4a76754e09ac5e74f7109c0f0a7b2e 2,412 1.00/1.00 vMB 44
550,208 550,208 0000000000000000000eb3808c257f4fe2a08ec2f65868c26643f89fd4eb4861 3,000 1.00/1.00 vMB 55
550,207 550,207 000000000000000000179483585b0bafd57d02cd0d7ed7f0952ad45d13841eea 2,628 1.00/1.00 vMB 75
550,206 550,206 000000000000000000051ec7c635c1f841f136f9c665ade098208b1f307f3a9d 2,494 1.00/1.00 vMB 45
550,205 550,205 00000000000000000025e56174bff3909847c354d2f2c4d6d4f3074b757a3ccb 2,168 1.00/1.00 vMB 75
550,204 550,204 0000000000000000000d6b504c80ca9087b6a44ac908b2d634237344764d023a 2,574 1.00/1.00 vMB 41
550,203 550,203 000000000000000000025e631d4a6e455d3e62a9c8cdb071db7c4bbbc7cd15db 2,229 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.34 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.