Loading Tool

Explorer IconExplorer

Memory Pool

84,548 transactions
32.05 vMB
0.11460580 BTC
Random Selection Loading Transactions
Max Size: 194.10/200 MB

Candidate Block

Mining Attempt da85f02991f23333f70f4e13db004cd2641eb808c27e4625771c32eb4b8bef19
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 7204fc9c21755a19d2dcbb8323e2501f09c108d79023f2e4f61d1f180bccd67e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,392
Size: 1.00 vMB
Total Fees: 0.04089565 BTC
Feerates: 100.69 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (355,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,130 560,130 00000000000000000020bdd27865e4aae80e62e5bd8cb39151d7be4203692a53 1,575 1.00/1.00 vMB 13
560,129 560,129 0000000000000000001a74a2996520a9486944cafad2d78c3aac4cbfdce9eeb6 1,568 1.00/1.00 vMB 12
560,128 560,128 00000000000000000003ae9aa95470e05db8516ea17e3c4eb8b0e939377b798a 1,436 1.00/1.00 vMB 17
560,127 560,127 0000000000000000000fd9774468f134858322bcd07ba436b5d41ed065d19612 2,542 1.00/1.00 vMB 31
560,126 560,126 00000000000000000021f84bff42ddc7a09c071e11636f64eae3e3be59000c48 1,024 1.00/1.00 vMB 15
560,125 560,125 00000000000000000008217e33ebc7de91ae8292ddeecb4f670b49f97d54c154 1,666 1.00/1.00 vMB 19
560,124 560,124 0000000000000000001871f9e79725ffdf5b2be68eabaa9d2e2dd1cb0053a8d3 3,122 1.00/1.00 vMB 37
560,123 560,123 0000000000000000000f64c1286f61b574444e54aa05dff4f7e8f07ea62f7b5d 3,171 1.00/1.00 vMB 31
560,122 560,122 0000000000000000001eb01fd6d4918967a13147d088cd88dbe82b4af5bb6e6d 3,326 1.00/1.00 vMB 12
560,121 560,121 0000000000000000002f4ef464884e9412318f416cfeef3107e5f35649cc46d0 2,432 1.00/1.00 vMB 17
560,120 560,120 0000000000000000001efc942c6eff3e0442e309aff31d4ca242e66470468df5 787 0.24/1.00 vMB 49
560,119 560,119 0000000000000000002197240533ea98630c6187659224db13eece9e43130885 1,809 0.69/1.00 vMB 12
560,118 560,118 0000000000000000001c0456b0142a1dede6387f61697ef3ebcead4d867a6acd 432 0.15/1.00 vMB 19
560,117 560,117 00000000000000000007da70803743e24c2817b04512b3205c13583f23570b79 1,778 0.58/1.00 vMB 13
560,116 560,116 00000000000000000006c351032506b0af9f0f9c3867200fd2f8ebcec36d96c7 2,565 1.00/1.00 vMB 15
560,115 560,115 0000000000000000000567ae5391a53fe64b9d2677b2a31b5ac164c42f2f133c 1,840 1.00/1.00 vMB 20
560,114 560,114 000000000000000000269ad359f0e5e2dcf605ac1d3eb9abb1a3a7e721cadb0d 2,593 0.81/1.00 vMB 16
560,113 560,113 0000000000000000002eeb5a1e430202b1a13e80b01880d31c01a583ec03e5cc 31 0.01/1.00 vMB 15
560,112 560,112 00000000000000000027e27e2da1efd9e493fc25829625a68d932543de20cd53 1,549 0.69/1.00 vMB 11
560,111 560,111 0000000000000000002c7dbd7adca40751aa7ba18574983fbbd3ad3db4259ca4 281 0.13/1.00 vMB 21
560,110 560,110 00000000000000000023e8b23f42fe4ad7316fb4aeb8e76b2a6ee8d49dcb0328 592 0.21/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.72 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: 703.63 GB
    • Received: 16.64 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.