Loading Tool

Explorer IconExplorer

Memory Pool

39,715 transactions
25.86 vMB
0.05304371 BTC
Random Selection Loading Transactions
Max Size: 134.35/200 MB

Candidate Block

Mining Attempt 6c4096a3b7d9a9b66859a85476c74ca1ee78eacec20e5fcf58f3b2233db2e8d5
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a1e04d4611f79ef598db3c1ac3f173f52c0d50d34c52475e84936c4ed41135b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.00614601 BTC
Feerates: 40.21 > 0.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (680,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,681 234,681 00000000000000d3e5cdfaef93a5156594b2a65b61ed30386262a696fb9c7b42 450 0.20/1.00 vMB 171
234,680 234,680 0000000000000007549cb4a9bb6f8355d4196ad121d2aa58c53faeb8b3d3872f 354 0.16/1.00 vMB 151
234,679 234,679 00000000000000e72bf8f87066063f576c2abb3a435e622520dabc093969d4eb 314 0.15/1.00 vMB 157
234,678 234,678 000000000000001bb187a9b3a983e466ee1a41b39216c0b653f6f4c802ba878d 127 0.07/1.00 vMB 125
234,677 234,677 00000000000000538f198fae0d095aecefb2301a727716c806668b16e1851d3c 613 0.30/1.00 vMB 166
234,676 234,676 000000000000014779bfdc58b0798d38d62e21fc243ee311ee5fdb0e4bc913d8 610 0.25/1.00 vMB 200
234,675 234,675 00000000000001725332eed7eae796862b34ab52b7009966eebcf16b5123a7e8 154 0.08/1.00 vMB 150
234,674 234,674 00000000000000e9257dca88ce6c672621efbfe67f07a0a327660f64d4e3d5f1 307 0.16/1.00 vMB 150
234,673 234,673 0000000000000051d66b7242f2f9e17c91e0b8c74e6036fa8f307a8aef1538c1 520 0.25/1.00 vMB 148
234,672 234,672 000000000000017192bacc38ba1e67c85b2fce957b6c05ecbe3915b02da649f4 1 0.00/1.00 vMB 0
234,671 234,671 00000000000001a587a969f3329c9092db29d62961793fc1a57cf9710e1baeaa 400 0.19/1.00 vMB 154
234,670 234,670 00000000000000db95bfd9d6ee863bc9bacfd5548c232f32a1fe938bd9433141 4 0.00/1.00 vMB 54
234,669 234,669 000000000000009b2d787db18f0b7967e4944d0b6796835c1e6e2f51b3e99e76 557 0.25/1.00 vMB 159
234,668 234,668 000000000000005aa27f15ec2c095e45416256e4573276da3d188aced9e3c23c 270 0.15/1.00 vMB 121
234,667 234,667 00000000000000fb85943ee3530596108ca77dedbb93e8d0d382984fd36b6e57 105 0.15/1.00 vMB 4
234,666 234,666 000000000000012bec3e16505397474c695e2bfb1eda153beb46ce8a3cf53de8 391 0.17/1.00 vMB 139
234,665 234,665 00000000000000fe95d3eec97fd68973db4c028f22a4cf0d7f61a6f0fb8fe73b 199 0.08/1.00 vMB 192
234,664 234,664 00000000000000c890ef6b199bdd7785d736f1c6aa192ff2bec86f71ebb979bd 140 0.15/1.00 vMB 11
234,663 234,663 000000000000013c9682e0a6c0e547b03041803838bb23395a9c9d6e09dde51f 189 0.15/1.00 vMB 58
234,662 234,662 000000000000013151459edbf52485d10203259f68035615e14d3274f0869903 128 0.06/1.00 vMB 172
234,661 234,661 00000000000000323de30af988cb3436c413cc0aa4d82eef82c96054342e1856 188 0.07/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.