Loading Tool

Explorer IconExplorer

Memory Pool

76,858 transactions
28.53 vMB
0.09907065 BTC
Random Selection Loading Transactions
Max Size: 172.54/200 MB

Candidate Block

Mining Attempt 072c81d2488fc8b438b361732b2aaddbb08b23fddeacdd0ad7d3b42b65a75e9a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root d0e5c71f170e9d02e231c3a5fb99f2aee9d18d92e6eabf223d789853cdbd1567
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,674
Size: 1.00 vMB
Total Fees: 0.03378735 BTC
Feerates: 150.80 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (584,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,250 331,250 000000000000000019cfbd4376ef74737df00168e9a8a719c2a5a3f7e1e1cf17 1,235 0.62/1.00 vMB 26
331,249 331,249 00000000000000000dd6538a4a40e6eae334f5313df514f3d5dbdc7cef2b328d 507 0.27/1.00 vMB 25
331,248 331,248 00000000000000000c5079062c84697331ba9bee42bbd2c35f7f13f0dd5316c7 98 0.08/1.00 vMB 7
331,247 331,247 000000000000000000e18ccdd8c789e127da6027e289219ee4d1d12cdeb4338c 642 0.36/1.00 vMB 25
331,246 331,246 000000000000000005efcc321a3f0daa5b4335c881553f32cf28124d3c3a7e57 760 0.70/1.00 vMB 18
331,245 331,245 00000000000000000ae769cca04339f0c7a55d3fd1c0d24e10cd8fd6f8f6b28c 292 0.25/1.00 vMB 20
331,244 331,244 00000000000000001446c11dd446dc5bbe68594051bebf251bc8776687034aaa 1,025 0.35/1.00 vMB 35
331,243 331,243 00000000000000000f1ee938df22d765509b6d2538be645aa4679ace3cb9ef04 626 0.28/1.00 vMB 28
331,242 331,242 000000000000000013005c01ea2a140320e8cf1bda6e4648bf9abfdfec507f88 70 0.03/1.00 vMB 26
331,241 331,241 00000000000000000bd3a46ee42e647eb7a71f32c72a350810d0ee52cf6c66a9 283 0.19/1.00 vMB 18
331,240 331,240 0000000000000000168f9e51ba8a34c2b855b5a584e4a8fc374c4030a1934e7f 1,497 0.75/1.00 vMB 25
331,239 331,239 00000000000000000f4519809f9e1b3f5ecb5cee877ceefe47c24d8709111b17 658 0.24/1.00 vMB 34
331,238 331,238 00000000000000000d1430cff8b61b02f46837824c69b1db94a782320166312b 512 0.23/1.00 vMB 30
331,237 331,237 000000000000000012aa793f47b990fff2ae48b6d7f6b32eb3b687c9f21b533d 256 0.09/1.00 vMB 41
331,236 331,236 000000000000000019d71a6dd2ebe9dd8a7259bca9cfe3631ae1808dab26a2bc 626 0.42/1.00 vMB 27
331,235 331,235 0000000000000000104ec27fd499870442150ed09a44e182ce0d6e8bba18983e 62 0.04/1.00 vMB 24
331,234 331,234 000000000000000008c56cb9fdc3f438d030f33ef01e34f371a4c6965666748f 362 0.45/1.00 vMB 21
331,233 331,233 0000000000000000118e201a84432c3322b9295383d3b01bebe5acfb76ab4359 138 0.12/1.00 vMB 20
331,232 331,232 0000000000000000179f909944dad9fc59262bdbdee001a69d5089dd6cd4b174 753 0.37/1.00 vMB 41
331,231 331,231 000000000000000018c3d5eca96f80ac6b6a5ab6db931a58202ffb733442defc 115 0.06/1.00 vMB 16
331,230 331,230 000000000000000010b796e8ce9414b8a8dbb082f9cd2446ccb76d1ded6b65dd 421 0.25/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.85 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: 712.63 GB
    • Received: 17.21 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.