Loading Tool

Explorer IconExplorer

Memory Pool

26,991 transactions
12.11 vMB
0.03244806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.10/200 MB

Candidate Block

Mining Attempt adda3fc9db93d0638ec8cb8514076b677d252a55b67d4c638fe2b6cf2bfa967c
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root a0150ae58bd3f45e38a80ba5ce64771f1469c8abc0e8c6f0140766db97787f5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 0.99797325 1.00 vMB
Total Fees: 0.01199504 BTC
Feerates: 151.16 > 1.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (635,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,632 278,632 00000000000000012d165270071b7bd6735d0da74a2e8c7b2eca8f8d6bbe1560 395 0.18/1.00 vMB 56
278,631 278,631 0000000000000001c471a15eeb79b938a6686c31b42095ca81ca68a9a3ee938a 58 0.02/1.00 vMB 99
278,630 278,630 0000000000000001fcb9aca54fc9909326abe591692492290038fe315c0e0fcf 308 0.15/1.00 vMB 58
278,629 278,629 00000000000000002de38b324ee6a3956b876d15e7858631b0599c0c8d5a297a 258 0.13/1.00 vMB 65
278,628 278,628 0000000000000000ef7e3b1c40cf75dfdb25cbf0a561d2f9caaa067974f50fb6 281 0.13/1.00 vMB 41
278,627 278,627 0000000000000002af233a45ebd6924c08eb759ceaa91e198dda0956a120c248 344 0.17/1.00 vMB 43
278,626 278,626 0000000000000002dd36509de6bc5ca016f00509acdb28e9617f6f38ba7b44ff 527 0.25/1.00 vMB 45
278,625 278,625 0000000000000002cebeb9e960d4d4c13d14518a27986704aa9dd960392a3e45 635 0.49/1.00 vMB 34
278,624 278,624 000000000000000299abcb880bda1650d133adc0390c53aec1810daade4e02f6 240 0.25/1.00 vMB 28
278,623 278,623 000000000000000269b03e85f508420891b2f3d727a67f1bf47e9b0c9bce6a8f 432 0.50/1.00 vMB 18
278,622 278,622 0000000000000001fe63171693741e04749e0d14a039ad93c7779cbd940ca63b 429 0.20/1.00 vMB 45
278,621 278,621 0000000000000000cfa133ff79e2bc9a7ed8eda6d21c7992e296cf5fed54551c 74 0.03/1.00 vMB 37
278,620 278,620 0000000000000002f9362284609010511237af47024a0d2cf5b4d5841b3547fe 1,324 0.50/1.00 vMB 67
278,619 278,619 000000000000000091817642d3a3e628bf5afd198f057b17f5796239b9cd709c 1,380 0.50/1.00 vMB 74
278,618 278,618 00000000000000019095e5e401738722cb34cf704658e8c5f23f0d4716a98476 606 0.25/1.00 vMB 72
278,617 278,617 000000000000000115075d7a69c34aeff118fe4e29bed0e452d2f9fdeab27a30 61 0.03/1.00 vMB 62
278,616 278,616 000000000000000006d50dbe0c21b09bf128a5f2a23b01fe2d84c30fdc70261b 1,158 0.50/1.00 vMB 43
278,615 278,615 00000000000000007e3af7f935131d925eea58659e6171304a4aa53d8c84d998 739 0.25/1.00 vMB 81
278,614 278,614 00000000000000003fce752ccafde7d45c25e741bd0ded09787d8a84756e3739 363 0.22/1.00 vMB 33
278,613 278,613 0000000000000000c132000e2da47e369c5f6fa17d6cc626a678268af4106c42 647 0.25/1.00 vMB 57
278,612 278,612 0000000000000000046eee0c96d835a6a275ba3c8c2607b91a9f71a04278a490 348 0.20/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 780.20 GB

Node Details:

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