Loading Tool

Explorer IconExplorer

Memory Pool

40,042 transactions
27.12 vMB
0.12018016 BTC
Random Selection Loading Transactions
Max Size: 140.14/200 MB

Candidate Block

Mining Attempt d8f697c24037b10abf5ee57dd8af74d34f9a404f1391e3cc95fb8954e96247f4
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 0d40c77740bea3d03a57538243fa3a3ad3006db8ed4dc12ff0e10e4187904c87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,302
Size: 1.00 vMB
Total Fees: 0.06485494 BTC
Feerates: 285.90 > 6.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (694,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,736 219,736 0000000000000511b525dd1c616f3b52f3d7b8b02c425365bd33e3ad18990b2b 115 0.06/1.00 vMB 170
219,735 219,735 00000000000002e8c2d91e0f60df867fa55c98405c5224ca95509d9e1cc9a024 193 0.09/1.00 vMB 168
219,734 219,734 000000000000031c295f59f9ecc5910531fb7a21ced3a154722c892394d26aa0 56 0.05/1.00 vMB 73
219,733 219,733 0000000000000531b296b7bc834f3966390197b975822a83b19da6e7d7eef0b5 274 0.19/1.00 vMB 139
219,732 219,732 000000000000055ef63a23eb52294fad09bd1b6ebc6f796b089e7bece6cbd7f5 30 0.02/1.00 vMB 60
219,731 219,731 00000000000003e3007abcab620b6c585fde2876272a6a6287cd8217438b7374 451 0.17/1.00 vMB 208
219,730 219,730 000000000000026d7e44189d03f553110c2340ea643e35f0dbc0c4ab54cf16ca 152 0.11/1.00 vMB 97
219,729 219,729 000000000000012f4720aea5ac7301c8d9c52fd7cf04974bc8b16fdb13b4665c 347 0.15/1.00 vMB 179
219,728 219,728 00000000000000817912e0e9fa0ca7470e4bcf81faf252cdeea6b2069972f8ae 104 0.20/1.00 vMB 70
219,727 219,727 0000000000000293eb24e4b32631edf9a595068e013196ba39f34c884cd80d2d 443 0.19/1.00 vMB 176
219,726 219,726 0000000000000563d66f83c240fe7d0f06257dad34db3bd28babfdfe8ef62e70 9 0.00/1.00 vMB 167
219,725 219,725 000000000000040d389dc2a081730a94cbdb5c8590cd7f18ca0817da031b299e 352 0.14/1.00 vMB 179
219,724 219,724 0000000000000288c1141433551b6cee25979ebdbd6637ce0548ac73ef6c00d9 22 0.01/1.00 vMB 163
219,723 219,723 0000000000000000eb62d433e91b2f9a60c65326195601201ee22d8f2bcd3942 183 0.08/1.00 vMB 166
219,722 219,722 0000000000000177eca623ce07c32be4e9a6f617d4f583d96b24b163595d7790 112 0.07/1.00 vMB 157
219,721 219,721 0000000000000556413c8eb8ac8bc95bcc20caeac1772925eeaf280bac35cf07 30 0.02/1.00 vMB 97
219,720 219,720 00000000000002c26291c59e4225707e2a066c945256d4d520144ceae88411e0 182 0.07/1.00 vMB 172
219,719 219,719 00000000000003211e1595bf1b3f19d1cf25fd5364a0d21560ade8db9f91ef19 173 0.09/1.00 vMB 125
219,718 219,718 00000000000000b2c41afaf46e9f69f267e7c6968ac5bd2b6b5854963f50d24a 200 0.11/1.00 vMB 141
219,717 219,717 0000000000000529ec61b96dfe2e3d51c6c373369a5d8b715988a3af60236a85 630 0.25/1.00 vMB 204
219,716 219,716 00000000000003c2852984b780ef8a4d197f599126018eec92f9c232bae0189b 338 0.14/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 781.82 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: 636.38 GB
    • Received: 12.36 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.