Loading Tool

Explorer IconExplorer

Memory Pool

32,657 transactions
18.35 vMB
0.05145037 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.11/200 MB

Candidate Block

Mining Attempt 255a571aa004e225f007a81123d1d61a3b7bde8ec173ea511bd29a78d58cfe1f
Version 20000000
Previous Block 000000000000000000007347c597f7848ee39f401b19d508d5eced057cb49f82
Merkle Root 292bfe54330b794e8aeedd859cd8c514effb518025273899be1de44260df250f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,066
Size: 0.9978885 1.00 vMB
Total Fees: 0.01724472 BTC
Feerates: 261.10 > 1.73 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,849 (798,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,239 115,239 000000000000bb906f58d77a2a3e428c6f5cd6a48f5e74d620578a1171e077e1 12 0.00/1.00 vMB 0
115,238 115,238 000000000000b707f3426f8f33c16273d7d8440ac8f10effad9bbc9a48f50e6a 7 0.00/1.00 vMB 318
115,237 115,237 00000000000071b1c3eb0222beff8e3aef600f6dd6ec5b8c56cdfb9d07de1252 11 0.00/1.00 vMB 703
115,236 115,236 00000000000045648ca3026f354dafaba0dbb0b172dcb3a503f04e0f6629d2d7 12 0.00/1.00 vMB 670
115,235 115,235 00000000000068da8a2b163f47a30422c2898ed5b59f72cfcaf236b4bef87427 16 0.01/1.00 vMB 196
115,234 115,234 0000000000004176321258343f97cce27eff11f31baa2244c6dcf07d6cc5dc91 11 0.00/1.00 vMB 338
115,233 115,233 000000000000887d44b4115fa72cf304895209928d4a4a290dde7f5b2ff997a0 3 0.00/1.00 vMB 628
115,232 115,232 0000000000006459e46fdf030da9fb8dd8d5c3f75d4d62886d2d5620dc00a301 3 0.00/1.00 vMB 0
115,231 115,231 000000000000c45a54fbbf76162d10213aa880005846d4f8fd1abef330e2c82c 8 0.00/1.00 vMB 1,062
115,230 115,230 0000000000002fcdce521e637899faf21f3a3773202b2c396ff16e98e878f9f0 8 0.01/1.00 vMB 945
115,229 115,229 000000000000dd029109737b0ba3ff8e787fb2f10730a9fb61d16558beb0c445 2 0.00/1.00 vMB 0
115,228 115,228 000000000000e6a8589bcfe6f33b9676e2a582f53fb85a29c302a899ca580903 7 0.00/1.00 vMB 478
115,227 115,227 0000000000003428a351156914920a18cffefcf3b5ced938b059d841cdaddd01 12 0.00/1.00 vMB 1,442
115,226 115,226 000000000000168f5a2ca6312aaac1329eaf839fd4f597d1c599f2953e943728 3 0.00/1.00 vMB 0
115,225 115,225 000000000000bb85551bdde5b5dbbeba6622aca4e2375342ee5f027d0550c705 5 0.00/1.00 vMB 0
115,224 115,224 000000000000743495514ecdddf175e6169d6c9344980e6da9e3fc89ff5a2dd7 9 0.00/1.00 vMB 0
115,223 115,223 000000000000522c4097129358ef15dd53445e7575d1e482539c1a4f88a408da 13 0.00/1.00 vMB 1,321
115,222 115,222 0000000000007b95bdd51f3fb0dabcbe15b66cfef83df5865d5dc176c0a223ee 4 0.00/1.00 vMB 772
115,221 115,221 0000000000005aaaec7d3364091a7b1693c1f8edd72ba151886e9ec131010caa 7 0.00/1.00 vMB 1,204
115,220 115,220 0000000000000ac5235bf75fa3bb6fb71d9403f8851d732bd2955258fee68d9a 6 0.00/1.00 vMB 0
115,219 115,219 0000000000002557bd34fe8d2b415966dcc8da26b5e567999b306cf5176f9863 15 0.00/1.00 vMB 995
Previous 10 blocks ↓
Total Size: 780.35 GB

Node Details:

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