Loading Tool

Explorer IconExplorer

Memory Pool

42,556 transactions
29.06 vMB
0.07548297 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 40f76a3008ce4a74896b858dd5f548b3a0d3ac3fe389ee7e08e87c2091ac02f5
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 6d94855661c46752c06294400628a98ebecc7559f420c47518a2124e74c2c1bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01876534 BTC
Feerates: 150.75 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (384,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,063 530,063 0000000000000000002ac3414d04c7c0dfff5e14af35e8ee1badef66ba84a032 2,553 1.00/1.00 vMB 37
530,062 530,062 0000000000000000002dee096466bd40e4f9f33b92d02af71f4a40725d65ff55 352 0.12/1.00 vMB 19
530,061 530,061 00000000000000000019bd390049d38328f8b2b05b1c4eac6745ffe144f7b309 267 0.10/1.00 vMB 28
530,060 530,060 00000000000000000033a9984d21daf8f6a94e7d16586e6eda49d5dc2de7fe89 2,285 0.94/1.00 vMB 23
530,059 530,059 0000000000000000001f2fa4a8b36813f7ad3649ec411cde9783097bc1aafd90 2,631 1.00/1.00 vMB 25
530,058 530,058 0000000000000000001d7f59d6caec03f5adae96942306ad32c56141b2cd16a4 1,272 0.79/1.00 vMB 21
530,057 530,057 0000000000000000001263c7880b1dd0ede0de41c3f1f249325627884dc3244e 654 0.25/1.00 vMB 16
530,056 530,056 00000000000000000035131b4d3408528721a0b8bb259d610ae4cc2fbc3977d4 2,721 1.00/1.00 vMB 24
530,055 530,055 0000000000000000002e04c05b8e26761a36baf2e405417041e9a86e9c9e8942 1,161 0.47/1.00 vMB 24
530,054 530,054 00000000000000000007d5a37e92703bcfdda274c8ec19b299c3573dddd2cb19 76 0.02/1.00 vMB 23
530,053 530,053 00000000000000000036688aed11204da053a0acbb16aef84bd1fba6e07c97d5 1,399 0.55/1.00 vMB 28
530,052 530,052 0000000000000000001d6de31ede189001785e0a985f9f1377da63ba5cc585ea 167 0.07/1.00 vMB 19
530,051 530,051 00000000000000000035d1a7449580be0c9661a9203b19dcdd8baa6aa662f7d0 600 0.18/1.00 vMB 25
530,050 530,050 0000000000000000003515d0e6ed9aea967fe7f8ede3d29153eff4e717608534 2,050 0.85/1.00 vMB 15
530,049 530,049 0000000000000000001284c1ea20cd1d1a0961380da03ec2fc60b29131799870 2,653 1.00/1.00 vMB 36
530,048 530,048 0000000000000000000c75decc6447f16c6f0b441d25b94d472ad10cb6940b02 1,513 0.61/1.00 vMB 5
530,047 530,047 0000000000000000001c404138a052741aa7398925449d972f33cf8391068b14 1,653 1.00/1.00 vMB 11
530,046 530,046 0000000000000000001349502b303e9301cc9037e7baac7b8ee7760240d00800 928 1.00/1.00 vMB 33
530,045 530,045 00000000000000000024a5a347083bd4075fc1f7da6d0e9651640ffb1fccc5a2 831 1.00/1.00 vMB 64
530,044 530,044 0000000000000000001ff00aad2bc8f161571b9951e9f001e056c750f2d1235c 2,348 0.83/1.00 vMB 8
530,043 530,043 00000000000000000036f1409e79fdd9e2a045dc0adf1e92b5cfb34992eacaad 2,434 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.